]> git.sur5r.net Git - cc65/commitdiff
Merge pull request #3 from polluks/polluks-sv-joy
authorStefan <stefan.haubenthal@gmail.com>
Tue, 21 Nov 2017 05:59:55 +0000 (06:59 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Nov 2017 05:59:55 +0000 (06:59 +0100)
Added standard joystick driver for the Supervision.

libsrc/supervision/joy_stat_stddrv.s [new file with mode: 0644]

diff --git a/libsrc/supervision/joy_stat_stddrv.s b/libsrc/supervision/joy_stat_stddrv.s
new file mode 100644 (file)
index 0000000..345b5f1
--- /dev/null
@@ -0,0 +1,14 @@
+;
+; Address of the static standard joystick driver
+;
+; Oliver Schmidt, 2012-11-01
+;
+; const void joy_static_stddrv[];
+;
+
+        .export         _joy_static_stddrv
+        .import         _supervision_stdjoy_joy
+
+.rodata
+
+_joy_static_stddrv      := _supervision_stdjoy_joy