summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/suna16.h
diff options
context:
space:
mode:
author andrew-gardner <andrew.gardner@liu.se>2015-03-02 16:22:34 +0100
committer andrew-gardner <andrew.gardner@liu.se>2015-03-02 16:22:34 +0100
commitbbeb8de3bb4514f67bef5b07dd356edf6c91d428 (patch)
tree8b492200c3116d784afa36c8bda50ccda04040f4 /src/mame/includes/suna16.h
parent6c5bf63c2cc928e26e5e5673051500a569f347fd (diff)
A few more set_base removals (nw)
Diffstat (limited to 'src/mame/includes/suna16.h')
-rw-r--r--src/mame/includes/suna16.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/suna16.h b/src/mame/includes/suna16.h
index 54c6a75841e..b7136d46524 100644
--- a/src/mame/includes/suna16.h
+++ b/src/mame/includes/suna16.h
@@ -46,6 +46,7 @@ public:
DECLARE_WRITE16_MEMBER(bestbest_flipscreen_w);
DECLARE_READ16_MEMBER(suna16_paletteram16_r);
DECLARE_WRITE16_MEMBER(suna16_paletteram16_w);
+ DECLARE_MACHINE_START(bssoccer);
DECLARE_WRITE8_MEMBER(bssoccer_DAC1_w);
DECLARE_WRITE8_MEMBER(bssoccer_DAC2_w);
DECLARE_WRITE8_MEMBER(bssoccer_DAC3_w);
@@ -54,6 +55,7 @@ public:
DECLARE_DRIVER_INIT(uballoon);
virtual void video_start();
DECLARE_MACHINE_RESET(uballoon);
+ DECLARE_MACHINE_START(uballoon);
UINT32 screen_update_suna16(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_bestbest(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER(bssoccer_interrupt);