summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tmc600.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tmc600.h')
-rw-r--r--src/mame/includes/tmc600.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/tmc600.h b/src/mame/includes/tmc600.h
index 00cae978df1..62aa7ee3887 100644
--- a/src/mame/includes/tmc600.h
+++ b/src/mame/includes/tmc600.h
@@ -37,7 +37,7 @@ public:
m_bwio(*this, CDP1852_KB_TAG),
m_cassette(*this, "cassette"),
m_centronics(*this, "centronics"),
- m_bus(*this, TMC600_EURO_BUS_TAG),
+ m_bus(*this, "bus"),
m_ram(*this, RAM_TAG),
m_char_rom(*this, "chargen"),
m_page_ram(*this, "page_ram"),
@@ -55,7 +55,7 @@ private:
required_device<cdp1852_device> m_bwio;
required_device<cassette_image_device> m_cassette;
required_device<centronics_device> m_centronics;
- required_device<tmc600_euro_bus_slot_t> m_bus;
+ required_device<tmc600_eurobus_slot_device> m_bus;
required_device<ram_device> m_ram;
required_region_ptr<uint8_t> m_char_rom;
required_shared_ptr<uint8_t> m_page_ram;