New version from Oliver Schmidt
git-svn-id: svn://svn.cc65.org/cc65/trunk@3421 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -6,9 +6,14 @@
|
||||
; const char joy_stddrv[];
|
||||
;
|
||||
|
||||
.export _joy_stddrv
|
||||
.export _joy_stddrv
|
||||
|
||||
.rodata
|
||||
|
||||
_joy_stddrv: .asciiz "A2.STDJOY.JOY"
|
||||
_joy_stddrv:
|
||||
.ifdef __APPLE2ENH__
|
||||
.asciiz "A2E.STDJOY.JOY"
|
||||
.else
|
||||
.asciiz "A2.STDJOY.JOY"
|
||||
.endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user