summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/y2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/y2.cpp')
-rw-r--r--src/mame/drivers/y2.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/y2.cpp b/src/mame/drivers/y2.cpp
index 46012b0dfc9..f67b35e0957 100644
--- a/src/mame/drivers/y2.cpp
+++ b/src/mame/drivers/y2.cpp
@@ -33,9 +33,11 @@ public:
: driver_device(mconfig, type, tag)
{ }
+ void system_board_y2(machine_config &config);
+
+private:
virtual void video_start() override;
uint32_t screen_update_system_board_y2(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void system_board_y2(machine_config &config);
};
void system_board_y2_state::video_start()