]> git.sur5r.net Git - cc65/commitdiff
Added joy_stddrv modules
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 21 Dec 2002 09:32:14 +0000 (09:32 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 21 Dec 2002 09:32:14 +0000 (09:32 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1821 b7a2c559-68d2-44c3-8de9-860c34a00d81

12 files changed:
libsrc/atari/Makefile
libsrc/atari/joy_stddrv.s [new file with mode: 0644]
libsrc/c128/Makefile
libsrc/c128/joy_stddrv.s [new file with mode: 0644]
libsrc/c16/Makefile
libsrc/c16/joy_stddrv.s [new file with mode: 0644]
libsrc/c64/Makefile
libsrc/c64/joy_stddrv.s [new file with mode: 0644]
libsrc/plus4/Makefile
libsrc/plus4/joy_stddrv.s [new file with mode: 0644]
libsrc/vic20/Makefile
libsrc/vic20/joy_stddrv.s [new file with mode: 0644]

index 9a3cb5ace716a4fe6b67addc61c46feaec11259b..9541f3999e32052fff17776c9d6d263c63c892ed 100644 (file)
@@ -57,6 +57,7 @@ OBJS =        _scrsize.o   \
        gotoxy.o     \
        graphics.o   \
        graphuse.o   \
+       joy_stddrv.o \
        kbhit.o      \
        lseek.o      \
        mouse.o      \
diff --git a/libsrc/atari/joy_stddrv.s b/libsrc/atari/joy_stddrv.s
new file mode 100644 (file)
index 0000000..bc8fdf0
--- /dev/null
@@ -0,0 +1,15 @@
+;
+; Name of the standard joystick driver
+;
+; Ullrich von Bassewitz, 2002-12-21
+;
+; const char joy_stddrv[];
+;
+
+       .export _joy_stddrv
+
+.rodata
+
+_joy_stddrv:   .asciiz "whatever.joy"
+
+                                
index 55317b3df1113d3632357458551d371d6323670c..557e4c592c9c2fee0104d03175a28d5d63b9b148 100644 (file)
@@ -35,6 +35,7 @@ OBJS =        _scrsize.o      \
                color.o         \
        cputc.o         \
         get_tv.o        \
+       joy_stddrv.o    \
        kbhit.o         \
         kernal.o        \
        mouse.o         \
diff --git a/libsrc/c128/joy_stddrv.s b/libsrc/c128/joy_stddrv.s
new file mode 100644 (file)
index 0000000..4cfd4b9
--- /dev/null
@@ -0,0 +1,14 @@
+;
+; Name of the standard joystick driver
+;
+; Ullrich von Bassewitz, 2002-12-21
+;
+; const char joy_stddrv[];
+;
+
+       .export _joy_stddrv
+
+.rodata
+
+_joy_stddrv:   .asciiz "c128-stdjoy.joy"
+
index 311d9b499d583f50cf747ba5fd3cb2ab8ed5de5b..92bc518e9dac053ec3aabc2fef0695f1a7628bdd 100644 (file)
 #--------------------------------------------------------------------------
 # Object files
 
-OBJS = _scrsize.o      \
-       break.o         \
+OBJS = _scrsize.o      \
+       break.o         \
                cgetc.o         \
-       clrscr.o        \
-       color.o         \
-       conio.o         \
-       cputc.o         \
-       crt0.o          \
+       clrscr.o        \
+       color.o         \
+       conio.o         \
+       cputc.o         \
+       crt0.o          \
         get_tv.o        \
-       kbhit.o         \
+       joy_stddrv.o    \
+       kbhit.o         \
         kernal.o        \
         randomize.o     \
         revers.o
diff --git a/libsrc/c16/joy_stddrv.s b/libsrc/c16/joy_stddrv.s
new file mode 100644 (file)
index 0000000..a55eefe
--- /dev/null
@@ -0,0 +1,14 @@
+;
+; Name of the standard joystick driver
+;
+; Ullrich von Bassewitz, 2002-12-21
+;
+; const char joy_stddrv[];
+;
+
+       .export _joy_stddrv
+
+.rodata
+
+_joy_stddrv:   .asciiz "c16-stdjoy.joy"
+
index df57bb672319cbbaf1413a01c374da6f69c7f95f..ccbe9ec78d0c92f87b28602f276d50f17884abd6 100644 (file)
@@ -36,6 +36,7 @@ OBJS =        _scrsize.o              \
                conio.o                 \
                cputc.o                 \
         get_tv.o                \
+       joy_stddrv.o            \
                kbhit.o                 \
         kernal.o                \
                mouse.o                 \
diff --git a/libsrc/c64/joy_stddrv.s b/libsrc/c64/joy_stddrv.s
new file mode 100644 (file)
index 0000000..01f5c9c
--- /dev/null
@@ -0,0 +1,14 @@
+;
+; Name of the standard joystick driver
+;
+; Ullrich von Bassewitz, 2002-12-21
+;
+; const char joy_stddrv[];
+;
+
+       .export _joy_stddrv
+
+.rodata
+
+_joy_stddrv:   .asciiz "c64-stdjoy.joy"
+
index 20cdd115a75d9c7bb3df2716907d87c7f05ce99c..acc21a3d1777c3d3ce894dc4d5524e9e8039ec91 100644 (file)
@@ -35,6 +35,7 @@ OBJS =        _scrsize.o      \
                cputc.o         \
                crt0.o          \
         get_tv.o        \
+       joy_stddrv.o    \
         kacptr.o        \
         kbasin.o        \
                kbhit.o         \
diff --git a/libsrc/plus4/joy_stddrv.s b/libsrc/plus4/joy_stddrv.s
new file mode 100644 (file)
index 0000000..354ebf7
--- /dev/null
@@ -0,0 +1,14 @@
+;
+; Name of the standard joystick driver
+;
+; Ullrich von Bassewitz, 2002-12-21
+;
+; const char joy_stddrv[];
+;
+
+       .export _joy_stddrv
+
+.rodata
+
+_joy_stddrv:   .asciiz "plus4-stdjoy.joy"
+
index f491f0326b5859003d5ddd3c02d986ade0f85239..a346795b8a92383144f0abb389554cd687e95a22 100644 (file)
@@ -34,6 +34,7 @@ OBJS =        _scrsize.o      \
        color.o         \
        conio.o         \
        cputc.o         \
+       joy_stddrv.o    \
        kbhit.o         \
         kernal.o        \
         kplot.o         \
diff --git a/libsrc/vic20/joy_stddrv.s b/libsrc/vic20/joy_stddrv.s
new file mode 100644 (file)
index 0000000..07241ae
--- /dev/null
@@ -0,0 +1,14 @@
+;
+; Name of the standard joystick driver
+;
+; Ullrich von Bassewitz, 2002-12-21
+;
+; const char joy_stddrv[];
+;
+
+       .export _joy_stddrv
+
+.rodata
+
+_joy_stddrv:   .asciiz "vic20-stdjoy.joy"
+