summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/suna16.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/suna16.h')
-rw-r--r--src/mame/includes/suna16.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/suna16.h b/src/mame/includes/suna16.h
index 3664707cfc6..8b041909e2f 100644
--- a/src/mame/includes/suna16.h
+++ b/src/mame/includes/suna16.h
@@ -34,6 +34,8 @@ public:
DECLARE_WRITE8_MEMBER(bssoccer_DAC4_w);
DECLARE_WRITE8_MEMBER(bestbest_ay8910_port_a_w);
DECLARE_DRIVER_INIT(uballoon);
+ virtual void video_start();
+ DECLARE_MACHINE_RESET(uballoon);
};
@@ -41,6 +43,6 @@ public:
-VIDEO_START( suna16 );
+
SCREEN_UPDATE_IND16( suna16 );
SCREEN_UPDATE_IND16( bestbest );