summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/coco3.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-01-11 07:32:46 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-01-11 07:32:46 +0000
commit0e19f641d3186cdbf51f8ca857e2b07ab95779c2 (patch)
tree234109de1123b13f217494af4b3f8efad346d5cc /src/mess/includes/coco3.h
parent111157ca09a9ff60fe4a9ba49173c315e94314fa (diff)
Cleanups and version bumpmame0148
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;