mirror of
https://github.com/holub/mame
synced 2025-07-03 00:56:03 +03:00
unidasm typo fix (nw)
This commit is contained in:
parent
910d2267ca
commit
9eecf67871
@ -776,7 +776,7 @@ unidasm_data_buffer::unidasm_data_buffer(util::disasm_interface *_disasm, const
|
|||||||
case -2:
|
case -2:
|
||||||
lr8 = [](offs_t pc) -> u8 { abort(); };
|
lr8 = [](offs_t pc) -> u8 { abort(); };
|
||||||
lr16 = [](offs_t pc) -> u16 { abort(); };
|
lr16 = [](offs_t pc) -> u16 { abort(); };
|
||||||
lr32 = [this](offs_t pc) -> u16 {
|
lr32 = [this](offs_t pc) -> u32 {
|
||||||
const u32 *p = get_ptr<u32>(pc);
|
const u32 *p = get_ptr<u32>(pc);
|
||||||
return p ?
|
return p ?
|
||||||
p[0]
|
p[0]
|
||||||
|
Loading…
Reference in New Issue
Block a user