mirror of
https://github.com/cc65/cc65.git
synced 2025-02-09 17:33:00 +00:00
Two fixes from Stefan Haubenthal
git-svn-id: svn://svn.cc65.org/cc65/trunk@2866 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
e94afbc0dd
commit
7bea8431e2
@ -55,11 +55,11 @@ OBJS= _scrsize.o \
|
||||
#--------------------------------------------------------------------------
|
||||
# Drivers
|
||||
|
||||
EMDS =
|
||||
EMDS = apple2-lc.emd
|
||||
|
||||
JOYS = apple2-stdjoy.joy
|
||||
|
||||
SERS = apple2-lc.emd
|
||||
SERS =
|
||||
|
||||
TGIS = apple2-40-40-16.tgi apple2-280-192-6.tgi
|
||||
|
||||
|
@ -10,5 +10,5 @@
|
||||
|
||||
.rodata
|
||||
|
||||
_joy_stddrv: .asciiz "apple2-stdjoy.joy"
|
||||
_joy_stddrv: .asciiz "A2.STDJOY.JOY"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user