summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/savquest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/savquest.cpp')
-rw-r--r--src/mame/drivers/savquest.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/savquest.cpp b/src/mame/drivers/savquest.cpp
index db683288005..baac98042b9 100644
--- a/src/mame/drivers/savquest.cpp
+++ b/src/mame/drivers/savquest.cpp
@@ -69,6 +69,9 @@ public:
{
}
+ void savquest(machine_config &config);
+
+private:
std::unique_ptr<uint32_t[]> m_bios_f0000_ram;
std::unique_ptr<uint32_t[]> m_bios_e0000_ram;
std::unique_ptr<uint32_t[]> m_bios_e4000_ram;
@@ -113,15 +116,12 @@ public:
DECLARE_READ8_MEMBER(smram_r);
DECLARE_WRITE8_MEMBER(smram_w);
- void savquest(machine_config &config);
void savquest_io(address_map &map);
void savquest_map(address_map &map);
-protected:
-
// driver_device overrides
// virtual void video_start();
-public:
+
virtual void machine_start() override;
virtual void machine_reset() override;
void intel82439tx_init();