mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
rsp: Add 32-bit opcode alignment for disassembly
This commit is contained in:
parent
e7624770d2
commit
65745d0e76
@ -230,7 +230,7 @@ void rsp_disassembler::disasm_swc2(std::ostream &stream, uint32_t op)
|
||||
|
||||
u32 rsp_disassembler::opcode_alignment() const
|
||||
{
|
||||
return 1;
|
||||
return 4;
|
||||
}
|
||||
|
||||
offs_t rsp_disassembler::dasm_one(std::ostream &stream, offs_t pc, u32 op)
|
||||
|
Loading…
Reference in New Issue
Block a user