summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2021-04-28 14:46:37 -0400
committer AJR <ajrhacker@users.noreply.github.com>2021-04-28 14:46:37 -0400
commit67d7e16274f71ab6fefeeedcaab12066d2a12668 (patch)
tree1eab5bf5693a36a58a5726351f3260be41e89861
parent9be4e35c5d72676d5eadf90c206f21da2e38d7aa (diff)
mac.cpp: Fix typo in trap disassembly
-rw-r--r--src/mame/machine/mac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/mac.cpp b/src/mame/machine/mac.cpp
index 7ba0fa92477..f324b5a582d 100644
--- a/src/mame/machine/mac.cpp
+++ b/src/mame/machine/mac.cpp
@@ -1505,7 +1505,7 @@ const char *lookup_trap(uint16_t opcode)
{ 0xA07F, "_InternalWait" },
{ 0xA080, "_GetVideoDefault" },
{ 0xA081, "_SetVideoDefault" },
- { 0xA082, "_`nstall" },
+ { 0xA082, "_DTInstall" },
{ 0xA083, "_SetOSDefault" },
{ 0xA084, "_GetOSDefault" },
{ 0xA085, "_PMgrOp" },