macsbug names after RTD

This commit is contained in:
Kelvin Sherlock 2013-02-20 20:16:50 -05:00
parent 9ed82d7639
commit a497d5ec85
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ void disasm(const char *name, int segment, uint32_t data_size)
uint16_t op = memoryReadWord(pc);
if (prevOP == 0x4E75 || prevOP == 0x4ED0)
if (prevOP == 0x4E75 || prevOP == 0x4ED0 || prevOP == 0x4E74)
{
if (op > 0x8000)
{