summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/srmp5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/srmp5.cpp')
-rw-r--r--src/mame/drivers/srmp5.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mame/drivers/srmp5.cpp b/src/mame/drivers/srmp5.cpp
index b5e42364fcc..064315bc951 100644
--- a/src/mame/drivers/srmp5.cpp
+++ b/src/mame/drivers/srmp5.cpp
@@ -77,6 +77,12 @@ public:
, m_chrbank(0)
{
}
+
+ void srmp5(machine_config &config);
+
+ void init_srmp5();
+
+private:
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
required_device<cpu_device> m_maincpu;
@@ -120,12 +126,9 @@ public:
DECLARE_READ8_MEMBER(cmd2_r);
DECLARE_READ8_MEMBER(cmd_stat8_r);
virtual void machine_start() override;
- void init_srmp5();
uint32_t screen_update_srmp5(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
-
DECLARE_WRITE8_MEMBER(st0016_rom_bank_w);
- void srmp5(machine_config &config);
void srmp5_mem(address_map &map);
void st0016_io(address_map &map);
void st0016_mem(address_map &map);