summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/coleco.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/coleco.h
parent111157ca09a9ff60fe4a9ba49173c315e94314fa (diff)
Cleanups and version bumpmame0148
Diffstat (limited to 'src/mess/includes/coleco.h')
-rw-r--r--src/mess/includes/coleco.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/includes/coleco.h b/src/mess/includes/coleco.h
index 3bc91ece5a6..bf33dece94e 100644
--- a/src/mess/includes/coleco.h
+++ b/src/mess/includes/coleco.h
@@ -11,14 +11,14 @@
#include "machine/coleco.h"
#include "imagedev/cartslot.h"
-#define Z80_TAG "z80"
+#define Z80_TAG "z80"
class coleco_state : public driver_device
{
public:
coleco_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
- m_maincpu(*this, Z80_TAG)
+ m_maincpu(*this, Z80_TAG)
{ }
required_device<cpu_device> m_maincpu;