summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/abc80.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/abc80.h')
-rw-r--r--src/mess/includes/abc80.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/includes/abc80.h b/src/mess/includes/abc80.h
index 43d62add34d..d58d508545f 100644
--- a/src/mess/includes/abc80.h
+++ b/src/mess/includes/abc80.h
@@ -71,6 +71,7 @@ public:
m_kb(*this, ABC80_KEYBOARD_TAG),
m_ram(*this, RAM_TAG),
m_rs232(*this, RS232_TAG),
+ m_palette(*this, "palette"),
m_rom(*this, Z80_TAG),
m_mmu_rom(*this, "mmu"),
m_char_rom(*this, "chargen"),
@@ -91,6 +92,7 @@ public:
required_device<abc80_keyboard_device> m_kb;
required_device<ram_device> m_ram;
required_device<rs232_port_device> m_rs232;
+ required_device<palette_device> m_palette;
required_memory_region m_rom;
required_memory_region m_mmu_rom;
required_memory_region m_char_rom;