summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/coleco.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/coleco.h')
-rw-r--r--src/mess/machine/coleco.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mess/machine/coleco.h b/src/mess/machine/coleco.h
new file mode 100644
index 00000000000..d5d43335ddd
--- /dev/null
+++ b/src/mess/machine/coleco.h
@@ -0,0 +1,11 @@
+#pragma once
+
+#ifndef __COLECO_CONTROLLERS__
+#define __COLECO_CONTROLLERS__
+
+UINT8 coleco_scan_paddles(running_machine &machine, UINT8 *joy_status0, UINT8 *joy_status1);
+UINT8 coleco_paddle_read(running_machine &machine, int port, int joy_mode, UINT8 joy_status);
+
+INPUT_PORTS_EXTERN( coleco );
+
+#endif