summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/huebler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/huebler.h')
-rw-r--r--src/mess/includes/huebler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/includes/huebler.h b/src/mess/includes/huebler.h
index 0b2e0315aa8..eb49ae03f07 100644
--- a/src/mess/includes/huebler.h
+++ b/src/mess/includes/huebler.h
@@ -26,6 +26,7 @@ public:
: driver_device(mconfig, type, tag),
m_cassette(*this, "cassette"),
m_z80sio(*this, Z80SIO_TAG),
+ m_palette(*this, "palette"),
m_kb_rom(*this, "keyboard"),
m_char_rom(*this, "chargen"),
m_video_ram(*this, "video_ram"),
@@ -53,6 +54,7 @@ public:
required_device<cassette_image_device> m_cassette;
required_device<z80dart_device> m_z80sio;
+ required_device<palette_device> m_palette;
required_memory_region m_kb_rom;
required_memory_region m_char_rom;
required_shared_ptr<UINT8> m_video_ram;