diff options
Diffstat (limited to 'src/emu/cpu/f8/f8dasm.c')
-rw-r--r-- | src/emu/cpu/f8/f8dasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/f8/f8dasm.c b/src/emu/cpu/f8/f8dasm.c index 2c226a41e7a..a037792248b 100644 --- a/src/emu/cpu/f8/f8dasm.c +++ b/src/emu/cpu/f8/f8dasm.c @@ -7,7 +7,7 @@ static const char *const rname[16] = { "R8", "J", "HU", "HL", "KU", "KL", "QU", "QL" }; -unsigned f8_dasm(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram) +CPU_DISASSEMBLE( f8 ) { unsigned size = 0; UINT8 op = oprom[size++]; |