summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/abc80.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/abc80.h')
-rw-r--r--src/mame/includes/abc80.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/abc80.h b/src/mame/includes/abc80.h
index fd21f1e076d..b89da1fb058 100644
--- a/src/mame/includes/abc80.h
+++ b/src/mame/includes/abc80.h
@@ -71,7 +71,7 @@ public:
m_pio(*this, Z80PIO_TAG),
m_csg(*this, SN76477_TAG),
m_cassette(*this, "cassette"),
- m_bus(*this, ABCBUS_TAG),
+ m_bus(*this, "bus"),
m_kb(*this, ABC80_KEYBOARD_TAG),
m_ram(*this, RAM_TAG),
m_rs232(*this, RS232_TAG),