summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/playch10.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/playch10.cpp')
-rw-r--r--src/mame/video/playch10.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/playch10.cpp b/src/mame/video/playch10.cpp
index 7402da322ef..80e38fe7a07 100644
--- a/src/mame/video/playch10.cpp
+++ b/src/mame/video/playch10.cpp
@@ -82,7 +82,7 @@ void playch10_state::video_start()
8, 8, 32, 32);
}
-void playch10_state::video_start_playch10_hboard()
+VIDEO_START_MEMBER(playch10_state,playch10_hboard)
{
const uint8_t *bios = memregion("maincpu")->base();
m_pc10_bios = (bios[3] == 0x2a) ? 1 : 2;