summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/emu/cpu/hmcs40/hmcs40.h2
-rw-r--r--src/mess/includes/macpci.h2
2 files changed, 2 insertions, 2 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
};
diff --git a/src/mess/includes/macpci.h b/src/mess/includes/macpci.h
index 5468b2ad428..56f7d066431 100644
--- a/src/mess/includes/macpci.h
+++ b/src/mess/includes/macpci.h
@@ -66,7 +66,7 @@ enum model_t
PCIMODEL_MAC_PBG3WALLST1,
PCIMODEL_MAC_PBG3WALLST2,
- PCIMODEL_MAC_PIPPIN, // Apple/Bandai Pippin
+ PCIMODEL_MAC_PIPPIN // Apple/Bandai Pippin
};