diff options
Diffstat (limited to 'src/mame/drivers/speglsht.cpp')
-rw-r--r-- | src/mame/drivers/speglsht.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/speglsht.cpp b/src/mame/drivers/speglsht.cpp index 5b7e74d8b34..3dfebfe094a 100644 --- a/src/mame/drivers/speglsht.cpp +++ b/src/mame/drivers/speglsht.cpp @@ -123,7 +123,7 @@ public: m_cop_ram(*this, "cop_ram"), m_st0016_bank(*this, "st0016_bank") { } - + required_device<palette_device> m_palette; required_device<st0016_cpu_device> m_maincpu; required_device<cpu_device> m_subcpu; |