summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/emu/cpu/pps4/pps4.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/emu/cpu/pps4/pps4.h')
-rw-r--r--trunk/src/emu/cpu/pps4/pps4.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/trunk/src/emu/cpu/pps4/pps4.h b/trunk/src/emu/cpu/pps4/pps4.h
new file mode 100644
index 00000000000..8a32f71a612
--- /dev/null
+++ b/trunk/src/emu/cpu/pps4/pps4.h
@@ -0,0 +1,28 @@
+#ifndef __PPS4_H__
+#define __PPS4_H__
+
+
+/***************************************************************************
+ CONSTANTS
+***************************************************************************/
+enum
+{
+ PPS4_PC,
+ PPS4_A,PPS4_X,PPS4_SA,PPS4_SB,PPS4_B,
+ PPS4_GENPC = STATE_GENPC,
+ PPS4_GENSP = STATE_GENSP,
+ PPS4_GENPCBASE = STATE_GENPCBASE
+};
+
+/***************************************************************************
+ TYPE DEFINITIONS
+***************************************************************************/
+
+/***************************************************************************
+ FUNCTION PROTOTYPES
+***************************************************************************/
+
+DECLARE_LEGACY_CPU_DEVICE( PPS4, pps4 );
+
+CPU_DISASSEMBLE( pps4 );
+#endif