summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/coco3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/coco3.h')
-rw-r--r--src/mess/includes/coco3.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mess/includes/coco3.h b/src/mess/includes/coco3.h
index 4ebf789aaf8..31a32df9299 100644
--- a/src/mess/includes/coco3.h
+++ b/src/mess/includes/coco3.h
@@ -21,10 +21,10 @@
// MACROS / CONSTANTS
//**************************************************************************
-#define GIME_TAG "gime"
-#define VDG_TAG "vdg"
-#define COMPOSITE_SCREEN_TAG "composite"
-#define RGB_SCREEN_TAG "rgb"
+#define GIME_TAG "gime"
+#define VDG_TAG "vdg"
+#define COMPOSITE_SCREEN_TAG "composite"
+#define RGB_SCREEN_TAG "rgb"
@@ -37,7 +37,7 @@ class coco3_state : public coco_state
public:
coco3_state(const machine_config &mconfig, device_type type, const char *tag)
: coco_state(mconfig, type, tag),
- m_gime(*this, GIME_TAG) { }
+ m_gime(*this, GIME_TAG) { }
required_device<gime_base_device> m_gime;