]> git.sur5r.net Git - cc65/commitdiff
gamate, lynx, nes, pce: remove joy_stddrv.s 376/head
authorChristian Groessler <chris@groessler.org>
Mon, 6 Feb 2017 18:26:12 +0000 (19:26 +0100)
committerChristian Groessler <chris@groessler.org>
Mon, 6 Feb 2017 18:26:12 +0000 (19:26 +0100)
These targets don't support dynamically loaded joystick drivers.

libsrc/gamate/joy_stddrv.s [deleted file]
libsrc/lynx/joy_stddrv.s [deleted file]
libsrc/nes/joy_stddrv.s [deleted file]
libsrc/pce/joy_stddrv.s [deleted file]

diff --git a/libsrc/gamate/joy_stddrv.s b/libsrc/gamate/joy_stddrv.s
deleted file mode 100644 (file)
index b830d8d..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-;
-; Name of the standard joystick driver
-;
-; Oliver Schmidt, 2012-11-01
-;
-; const char joy_stddrv[];
-;
-
-        .export         _joy_stddrv
-
-.rodata
-
-_joy_stddrv:    .asciiz "gamate-stdjoy.joy"
diff --git a/libsrc/lynx/joy_stddrv.s b/libsrc/lynx/joy_stddrv.s
deleted file mode 100644 (file)
index b0d30e8..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-;
-; Name of the standard joystick driver
-;
-; Oliver Schmidt, 2012-11-01
-;
-; const char joy_stddrv[];
-;
-
-        .export _joy_stddrv
-
-.rodata
-
-_joy_stddrv:    .asciiz "lynx-stdjoy.joy"
diff --git a/libsrc/nes/joy_stddrv.s b/libsrc/nes/joy_stddrv.s
deleted file mode 100644 (file)
index b996597..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-;
-; Name of the standard joystick driver
-;
-; Oliver Schmidt, 2012-11-01
-;
-; const char joy_stddrv[];
-;
-
-        .export _joy_stddrv
-
-.rodata
-
-_joy_stddrv:    .asciiz "nes-stdjoy.joy"
diff --git a/libsrc/pce/joy_stddrv.s b/libsrc/pce/joy_stddrv.s
deleted file mode 100644 (file)
index ba39740..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-;
-; Name of the standard joystick driver
-;
-; Oliver Schmidt, 2012-11-01
-;
-; const char joy_stddrv[];
-;
-
-        .export         _joy_stddrv
-
-.rodata
-
-_joy_stddrv:    .asciiz "pce-stdjoy.joy"