summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes
diff options
context:
space:
mode:
author Cowering <cowering@users.noreply.github.com>2015-06-30 09:02:11 -0500
committer Cowering <cowering@users.noreply.github.com>2015-07-08 23:37:59 -0500
commit8db46d73a25701178d8acc93510a6e81a86b3c4b (patch)
tree9248dd9388fb86f64be05e7d9c06b20f1bb3950c /src/mess/includes
parent1a32c4b76007999073b353532f74e7acee4b0491 (diff)
more pedantic fixes (NW)
Diffstat (limited to 'src/mess/includes')
-rw-r--r--src/mess/includes/coco.h2
-rw-r--r--src/mess/includes/hp48.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/includes/coco.h b/src/mess/includes/coco.h
index b9d90b3dad5..a43af0d40f0 100644
--- a/src/mess/includes/coco.h
+++ b/src/mess/includes/coco.h
@@ -188,7 +188,7 @@ private:
HIRES_RIGHT = 0x01,
HIRES_RIGHT_COCOMAX3 = 0x02,
HIRES_LEFT = 0x03,
- HIRES_LEFT_COCOMAX3 = 0x04,
+ HIRES_LEFT_COCOMAX3 = 0x04
};
struct analog_input_t
diff --git a/src/mess/includes/hp48.h b/src/mess/includes/hp48.h
index 3577d404d26..70780f2817d 100644
--- a/src/mess/includes/hp48.h
+++ b/src/mess/includes/hp48.h
@@ -16,7 +16,7 @@ typedef enum {
HP48_G,
HP48_GX,
HP48_GP,
- HP49_G,
+ HP49_G
} hp48_models;
/* memory module configuration */