summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/splus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/splus.cpp')
-rw-r--r--src/mame/drivers/splus.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mame/drivers/splus.cpp b/src/mame/drivers/splus.cpp
index 4223bbdaccd..241ef796120 100644
--- a/src/mame/drivers/splus.cpp
+++ b/src/mame/drivers/splus.cpp
@@ -67,6 +67,11 @@ public:
m_p1_unknown = 0x00;
}
+ void splus(machine_config &config);
+
+ void init_splus();
+
+private:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
return 0;
@@ -85,12 +90,10 @@ public:
DECLARE_READ8_MEMBER(splus_registers_r);
DECLARE_WRITE8_MEMBER(i2c_nvram_w);
DECLARE_READ8_MEMBER(splus_reel_optics_r);
- void init_splus();
- void splus(machine_config &config);
+
void splus_iomap(address_map &map);
void splus_map(address_map &map);
-private:
// EEPROM States
int m_sda_dir;