mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 15:31:50 +00:00
macsbug names after RTD
This commit is contained in:
parent
9ed82d7639
commit
a497d5ec85
@ -95,7 +95,7 @@ void disasm(const char *name, int segment, uint32_t data_size)
|
|||||||
|
|
||||||
uint16_t op = memoryReadWord(pc);
|
uint16_t op = memoryReadWord(pc);
|
||||||
|
|
||||||
if (prevOP == 0x4E75 || prevOP == 0x4ED0)
|
if (prevOP == 0x4E75 || prevOP == 0x4ED0 || prevOP == 0x4E74)
|
||||||
{
|
{
|
||||||
if (op > 0x8000)
|
if (op > 0x8000)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user