summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/btime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/btime.cpp')
-rw-r--r--src/mame/video/btime.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/btime.cpp b/src/mame/video/btime.cpp
index 266ded94ccd..f0341bb9c6a 100644
--- a/src/mame/video/btime.cpp
+++ b/src/mame/video/btime.cpp
@@ -116,14 +116,14 @@ Start the video hardware emulation.
***************************************************************************/
-void btime_state::video_start_disco()
+VIDEO_START_MEMBER(btime_state,disco)
{
// graphics are in RAM
m_gfxdecode->gfx(0)->set_source(m_deco_charram);
m_gfxdecode->gfx(1)->set_source(m_deco_charram);
}
-void btime_state::video_start_bnj()
+VIDEO_START_MEMBER(btime_state,bnj)
{
/* the background area is twice as wide as the screen */
int width = 256;