mirror of
https://github.com/holub/mame
synced 2025-07-01 00:09:18 +03:00
lc8670: Fix disassembler to make it not completely broken
This commit is contained in:
parent
1077a79460
commit
ee89605879
@ -160,7 +160,7 @@ offs_t lc8670_disassembler::disassemble(std::ostream &stream, offs_t pc, const d
|
|||||||
offs_t pos = pc;
|
offs_t pos = pc;
|
||||||
char arg1[16], arg2[16];
|
char arg1[16], arg2[16];
|
||||||
|
|
||||||
uint8_t op = opcodes.r8(pos);
|
uint8_t op = opcodes.r8(pos++);
|
||||||
|
|
||||||
int idx;
|
int idx;
|
||||||
switch (op & 0x0f)
|
switch (op & 0x0f)
|
||||||
|
Loading…
Reference in New Issue
Block a user