summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gp32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gp32.h')
-rw-r--r--src/mame/includes/gp32.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/gp32.h b/src/mame/includes/gp32.h
index 06b35205e4b..e221759dd31 100644
--- a/src/mame/includes/gp32.h
+++ b/src/mame/includes/gp32.h
@@ -107,6 +107,9 @@ public:
m_screen(*this, "screen"),
m_palette(*this, "palette") { }
+ void gp32(machine_config &config);
+
+private:
virtual void video_start() override;
required_shared_ptr<uint32_t> m_s3c240x_ram;
@@ -187,9 +190,8 @@ public:
TIMER_CALLBACK_MEMBER(s3c240x_dma_timer_exp);
TIMER_CALLBACK_MEMBER(s3c240x_iic_timer_exp);
TIMER_CALLBACK_MEMBER(s3c240x_iis_timer_exp);
- void gp32(machine_config &config);
void gp32_map(address_map &map);
-protected:
+
required_device<cpu_device> m_maincpu;
required_device<smartmedia_image_device> m_smartmedia;
required_device<dac_word_interface> m_ldac;