diff options
Diffstat (limited to 'src/emu/cpu/pdp1/pdp1dasm.c')
-rw-r--r-- | src/emu/cpu/pdp1/pdp1dasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/pdp1/pdp1dasm.c b/src/emu/cpu/pdp1/pdp1dasm.c index dc9aa19f16f..3c0ca1b0d4d 100644 --- a/src/emu/cpu/pdp1/pdp1dasm.c +++ b/src/emu/cpu/pdp1/pdp1dasm.c @@ -19,7 +19,7 @@ INLINE void ea (void) #define IN if (ib) sprintf(buffer+strlen(buffer)," i") -unsigned pdp1_dasm(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram) +CPU_DISASSEMBLE( pdp1 ) { int md; int etime = 0; |