diff options
Diffstat (limited to 'src/emu/cpu/z80/z80dasm.c')
-rw-r--r-- | src/emu/cpu/z80/z80dasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/z80/z80dasm.c b/src/emu/cpu/z80/z80dasm.c index 356db73c6d2..89a42bd2d41 100644 --- a/src/emu/cpu/z80/z80dasm.c +++ b/src/emu/cpu/z80/z80dasm.c @@ -424,7 +424,7 @@ static int offs(INT8 offset) /**************************************************************************** * Disassemble opcode at PC and return number of bytes it takes ****************************************************************************/ -unsigned z80_dasm(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram) +CPU_DISASSEMBLE( z80 ) { const z80dasm *d; const char *src, *ixy; |