summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/lc80.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/lc80.h')
-rw-r--r--src/mess/includes/lc80.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/mess/includes/lc80.h b/src/mess/includes/lc80.h
index fe931a51553..0485cc37a0f 100644
--- a/src/mess/includes/lc80.h
+++ b/src/mess/includes/lc80.h
@@ -11,11 +11,11 @@
#include "machine/z80ctc.h"
#include "sound/speaker.h"
-#define SCREEN_TAG "screen"
-#define Z80_TAG "d201"
-#define Z80CTC_TAG "d208"
-#define Z80PIO1_TAG "d206"
-#define Z80PIO2_TAG "d207"
+#define SCREEN_TAG "screen"
+#define Z80_TAG "d201"
+#define Z80CTC_TAG "d208"
+#define Z80PIO1_TAG "d206"
+#define Z80PIO2_TAG "d207"
//#define SPEAKER_TAG "b237"
class lc80_state : public driver_device
@@ -23,11 +23,11 @@ class lc80_state : public driver_device
public:
lc80_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
- m_maincpu(*this, Z80_TAG),
- m_pio2(*this, Z80PIO2_TAG),
- m_cassette(*this, CASSETTE_TAG),
- m_speaker(*this, SPEAKER_TAG),
- m_ram(*this, RAM_TAG)
+ m_maincpu(*this, Z80_TAG),
+ m_pio2(*this, Z80PIO2_TAG),
+ m_cassette(*this, CASSETTE_TAG),
+ m_speaker(*this, SPEAKER_TAG),
+ m_ram(*this, RAM_TAG)
{ }
required_device<cpu_device> m_maincpu;