summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/coco12.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/coco12.h')
-rw-r--r--src/mess/includes/coco12.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mess/includes/coco12.h b/src/mess/includes/coco12.h
index 6c5a59efcde..19d1a7c1750 100644
--- a/src/mess/includes/coco12.h
+++ b/src/mess/includes/coco12.h
@@ -22,8 +22,8 @@
// MACROS / CONSTANTS
//**************************************************************************
-#define SAM_TAG "sam"
-#define VDG_TAG "vdg"
+#define SAM_TAG "sam"
+#define VDG_TAG "vdg"
@@ -36,8 +36,8 @@ class coco12_state : public coco_state
public:
coco12_state(const machine_config &mconfig, device_type type, const char *tag)
: coco_state(mconfig, type, tag),
- m_sam(*this, SAM_TAG),
- m_vdg(*this, VDG_TAG)
+ m_sam(*this, SAM_TAG),
+ m_vdg(*this, VDG_TAG)
{
}