merge fix, nw

This commit is contained in:
mooglyguy 2017-12-02 04:02:22 +01:00
parent 604636eaff
commit 2e79c87e26

View File

@ -399,10 +399,7 @@ offs_t hyperstone_disassembler::disassemble(std::ostream &stream, offs_t pc, con
char source[5] = "\0", dest[5] = "\0"; char source[5] = "\0", dest[5] = "\0";
uint32_t flags = 0; uint32_t flags = 0;
base_pc = pc; uint16_t op = opcodes.r16(pc);
base_oprom = oprom;
uint16_t op = READ_OP_DASM(pc);
size = 2; size = 2;