summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/slapstic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/slapstic.h')
-rw-r--r--src/mame/includes/slapstic.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/mame/includes/slapstic.h b/src/mame/includes/slapstic.h
new file mode 100644
index 00000000000..558c8622248
--- /dev/null
+++ b/src/mame/includes/slapstic.h
@@ -0,0 +1,18 @@
+/*************************************************************************
+
+ Atari Slapstic decoding helper
+
+**************************************************************************
+
+ For more information on the slapstic, see slapstic.html, or go to
+ http://www.aarongiles.com/slapstic.html
+
+*************************************************************************/
+
+/*----------- defined in machine/slapstic.c -----------*/
+
+void slapstic_init(int chip);
+void slapstic_reset(void);
+
+int slapstic_bank(void);
+int slapstic_tweak(offs_t offset);