mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
merge fix, nw
This commit is contained in:
parent
604636eaff
commit
2e79c87e26
@ -399,10 +399,7 @@ offs_t hyperstone_disassembler::disassemble(std::ostream &stream, offs_t pc, con
|
||||
char source[5] = "\0", dest[5] = "\0";
|
||||
uint32_t flags = 0;
|
||||
|
||||
base_pc = pc;
|
||||
base_oprom = oprom;
|
||||
|
||||
uint16_t op = READ_OP_DASM(pc);
|
||||
uint16_t op = opcodes.r16(pc);
|
||||
|
||||
size = 2;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user