]> git.sur5r.net Git - cc65/blobdiff - libsrc/apple2/joy_stddrv.s
don't use constructor to setup runtime stack
[cc65] / libsrc / apple2 / joy_stddrv.s
index 6f080404d23477376a4286cd819e661f7c4ceabb..e4a360daba15d9f9f0cf8794e455a316c404ed1f 100644 (file)
@@ -6,9 +6,14 @@
 ; const char joy_stddrv[];
 ;
 
-       .export _joy_stddrv
+        .export        _joy_stddrv
 
 .rodata
 
-_joy_stddrv:   .asciiz "apple2-stdjoy.joy"
+_joy_stddrv:
+        .ifdef __APPLE2ENH__
+        .asciiz        "A2E.STDJOY.JOY"
+        .else
+        .asciiz        "A2.STDJOY.JOY"
+        .endif