diff options
Diffstat (limited to 'src/emu/cpu/konami/knmidasm.c')
-rw-r--r-- | src/emu/cpu/konami/knmidasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/konami/knmidasm.c b/src/emu/cpu/konami/knmidasm.c index 6d42110ae84..14672795924 100644 --- a/src/emu/cpu/konami/knmidasm.c +++ b/src/emu/cpu/konami/knmidasm.c @@ -1859,7 +1859,7 @@ static const konami_opcode_def op_table[256] = { /* ff */ { illegal, 0 } }; -offs_t konami_dasm(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram) +CPU_DISASSEMBLE( konami ) { buffer[0] = '\0'; |