summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/hmcs40/hmcs40d.cpp
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2024-03-07 19:13:10 +0100
committer hap <happppp@users.noreply.github.com>2024-03-07 19:13:10 +0100
commit27b4e602870709ad5225bfde3c553c109439683a (patch)
tree135684aa7fb7ac98269dcb5e57fde08d8caf77ec /src/devices/cpu/hmcs40/hmcs40d.cpp
parent3226026f2dca7eeda158bad2c16a483640e9c890 (diff)
misc hap disasm: correction to prev commit
Diffstat (limited to 'src/devices/cpu/hmcs40/hmcs40d.cpp')
-rw-r--r--src/devices/cpu/hmcs40/hmcs40d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/hmcs40/hmcs40d.cpp b/src/devices/cpu/hmcs40/hmcs40d.cpp
index 87f270a10f0..cbf318eecce 100644
--- a/src/devices/cpu/hmcs40/hmcs40d.cpp
+++ b/src/devices/cpu/hmcs40/hmcs40d.cpp
@@ -38,7 +38,7 @@ hmcs40_disassembler::hmcs40_disassembler()
// common lookup tables
-enum e_mnemonics : unsigned
+enum hmcs40_disassembler::e_mnemonics : unsigned
{
mILL,
mLAB, mLBA, mLAY, mLASPX, mLASPY, mXAMR,