Skip to content

Commit

Permalink
EP128: enable build by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lgblgblgb committed Nov 24, 2016
1 parent 7b09c57 commit 02ac7bb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA


TARGETS = c65 cvic20 clcd cgeos mega65 primo
TARGETS = c65 cvic20 clcd cgeos ep128 mega65 primo
ARCHS = native win32 win64 osx


Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
Emulators running on Linux/Unix/Windows/OSX of various (mainly 8 bit) machines,
including the Commodore LCD and Commodore 65 (and also some Mega65) as well.

Written by (C)2016 LGB (Gábor Lénárt) <[email protected]>
Source repository: https://github.com/lgblgblgb/xemu

Xemu is licensed under the terms of GNU/GPL v2, for more information please
read file LICENSE. You can find the source on github, see above.

Note: there is *nothing* too much common in these machines. The only reason
that I emulate these within a single project, that I can easily re-use some
of the components needed, that's all! Also, the list of emulated machines is
Expand Down
8 changes: 8 additions & 0 deletions targets/ep128/xep128.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */

#define DIRSEP DIRSEP_STR


/* Ugly hack: now override DATADIR to the old Xep128 defaults for legacy Xep128 users.
This must be changed some time though ... */
#ifdef DATADIR
#undef DATADIR
#define DATADIR "/usr/local/lib/xep128"
#endif

/* the old: */


Expand Down

0 comments on commit 02ac7bb

Please sign in to comment.