From a497d5ec856d54354ccfde8c4b90e7a213033831 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Wed, 20 Feb 2013 20:16:50 -0500 Subject: [PATCH] macsbug names after RTD --- bin/disasm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/disasm.cpp b/bin/disasm.cpp index 2b9efd3..7f4acd4 100644 --- a/bin/disasm.cpp +++ b/bin/disasm.cpp @@ -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) {