summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu
diff options
context:
space:
mode:
author Cowering <cowering@users.noreply.github.com>2015-07-08 23:38:59 -0500
committer Cowering <cowering@users.noreply.github.com>2015-07-08 23:38:59 -0500
commite9834c0576273eb2c5a8c320a7b5549852bd82da (patch)
tree6c7875f3c3d0c0e572ca61d2e5a74cec326aafbb /src/emu/cpu
parent8266159312e31a3c4120be7dd969f32f663851ec (diff)
2 more pedantic fixes (nw)
Diffstat (limited to 'src/emu/cpu')
-rw-r--r--src/emu/cpu/hmcs40/hmcs40.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/hmcs40/hmcs40.h b/src/emu/cpu/hmcs40/hmcs40.h
index 50e3a80db62..c7862ec76b5 100644
--- a/src/emu/cpu/hmcs40/hmcs40.h
+++ b/src/emu/cpu/hmcs40/hmcs40.h
@@ -52,7 +52,7 @@ enum
HMCS40_FAMILY_HMCS44,
HMCS40_FAMILY_HMCS45,
HMCS40_FAMILY_HMCS46,
- HMCS40_FAMILY_HMCS47,
+ HMCS40_FAMILY_HMCS47
};