diff options
Diffstat (limited to 'src/mame/sega/y2.cpp')
-rw-r--r-- | src/mame/sega/y2.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/sega/y2.cpp b/src/mame/sega/y2.cpp index cc63702f0c1..81400f47601 100644 --- a/src/mame/sega/y2.cpp +++ b/src/mame/sega/y2.cpp @@ -39,7 +39,7 @@ public: void system_board_y2(machine_config &config); protected: - virtual void video_start() override; + virtual void video_start() override ATTR_COLD; private: uint32_t screen_update_system_board_y2(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); @@ -61,7 +61,7 @@ INPUT_PORTS_END void system_board_y2_state::system_board_y2(machine_config &config) { /* - SH4LE(config, m_maincpu, 266666666); + SH4(config, m_maincpu, 266666666); m_maincpu->set_md(0, 1); m_maincpu->set_md(1, 0); m_maincpu->set_md(2, 1); @@ -123,9 +123,9 @@ ROM_END /* The title screen shows "The King of Fighters - Road to Revenge" (Chinese / English) while the speech on the title screen announcer says "The King of Fighters 2002 Unlimited Match" There is a PS2 version with the Unlimited Match title screen, but unless it's used for a different region the arcade doesn't show that title, only announces it. */ -GAME( 2009, kof2002um, 0, system_board_y2, system_board_y2, system_board_y2_state, empty_init, ROT0, "SNK Playmore / New Channel", "The King of Fighters - Fuchou Zhi Lu/Road to Revenge / The King of Fighters 2002 Unlimited Match (China)", MACHINE_IS_SKELETON ) // also Export? -GAME( 2009, kof2002umj, kof2002um, system_board_y2, system_board_y2, system_board_y2_state, empty_init, ROT0, "SNK Playmore", "The King of Fighters 2002 Unlimited Match (Japan)", MACHINE_IS_SKELETON ) -GAME( 2009, higurashi, 0, system_board_y2, system_board_y2, system_board_y2_state, empty_init, ROT0, "AQ Interactive", "Higurashi no Naku Koro ni Jong (Japan)", MACHINE_IS_SKELETON ) +GAME( 2009, kof2002um, 0, system_board_y2, system_board_y2, system_board_y2_state, empty_init, ROT0, "SNK Playmore / New Channel", "The King of Fighters - Fuchou Zhi Lu/Road to Revenge / The King of Fighters 2002 Unlimited Match (China)", MACHINE_NO_SOUND | MACHINE_NOT_WORKING ) // also Export? +GAME( 2009, kof2002umj, kof2002um, system_board_y2, system_board_y2, system_board_y2_state, empty_init, ROT0, "SNK Playmore", "The King of Fighters 2002 Unlimited Match (Japan)", MACHINE_NO_SOUND | MACHINE_NOT_WORKING ) +GAME( 2009, higurashi, 0, system_board_y2, system_board_y2, system_board_y2_state, empty_init, ROT0, "AQ Interactive", "Higurashi no Naku Koro ni Jong (Japan)", MACHINE_NO_SOUND | MACHINE_NOT_WORKING ) //エヌアイン完全世界/En-Eins Perfektewelt //上海 臥龍天昇/Shanghai Ga ryū tenshō |