summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/pdp1/pdp1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/pdp1/pdp1.h')
-rw-r--r--src/emu/cpu/pdp1/pdp1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/pdp1/pdp1.h b/src/emu/cpu/pdp1/pdp1.h
index a34a2606c40..bd441a5bc43 100644
--- a/src/emu/cpu/pdp1/pdp1.h
+++ b/src/emu/cpu/pdp1/pdp1.h
@@ -44,7 +44,7 @@ struct _pdp1_reset_param_t
#define IOT_NO_COMPLETION_PULSE -1
/* PUBLIC FUNCTIONS */
-void pdp1_get_info(UINT32 state, cpuinfo *info);
+CPU_GET_INFO( pdp1 );
#define READ_PDP_18BIT(A) ((signed)program_read_dword_32be((A)<<2))
#define WRITE_PDP_18BIT(A,V) (program_write_dword_32be((A)<<2,(V)))
@@ -77,6 +77,6 @@ void pdp1_get_info(UINT32 state, cpuinfo *info);
#define IOT 035
#define OPR 037
-unsigned pdp1_dasm(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram);
+CPU_DISASSEMBLE( pdp1 );
#endif /* __PDP1_H__ */