]> git.sur5r.net Git - cc65/blobdiff - libsrc/apple2/joy_stat_stddrv.s
Replaced whole bunch for Makefiles with a single generic Makefile.
[cc65] / libsrc / apple2 / joy_stat_stddrv.s
index d6b416e0fae6341af9e39b7fec1266818d8ef939..bf6b0f53ca0f2902ecaf5789a8ff283ee426a16a 100644 (file)
@@ -7,8 +7,16 @@
 ;
 
         .export        _joy_static_stddrv
-        .import        _apple2_stdjoy
+        .ifdef __APPLE2ENH__
+        .import        _a2e_stdjoy_joy
+        .else
+        .import        _a2_stdjoy_joy
+        .endif
 
 .rodata
 
-_joy_static_stddrv := _apple2_stdjoy
+        .ifdef __APPLE2ENH__
+_joy_static_stddrv := _a2e_stdjoy_joy
+        .else
+_joy_static_stddrv := _a2_stdjoy_joy
+        .endif