Skip to content

Commit 3164a84

Browse files
authored
tvgames/xavix_2000.cpp: Restore two blank lines between sections.
1 parent 5ef88c4 commit 3164a84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mame/tvgames/xavix_2000.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ static INPUT_PORTS_START( ttv_mx )
200200
PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_JOYSTICK_RIGHT ) PORT_NAME("Motion Right")
201201
INPUT_PORTS_END
202202

203+
203204
void xavix_state::xavix2000(machine_config &config)
204205
{
205206
xavix(config);
@@ -300,6 +301,7 @@ ROM_START( tom_dpgm )
300301
ROM_LOAD("disney.bin", 0x000000, 0x400000, CRC(1dc181b3) SHA1(fa30069d17705f27e4ff45e7f6ccf06986e138f3) )
301302
ROM_END
302303

304+
303305
// doesn't use extra opcodes?
304306
CONS( 2002, epo_ebox, 0, 0, xavix2000_nv, epo_ebox, xavix_state, init_xavix, "Epoch / SSD Company LTD", "Excite Boxing (Japan)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_SOUND ) // doesn't use XaviX2000 extra opcodes, but had that type of CPU
305307
// die not confirmed, but uses extra opcodes. (hangs on title screen due to combination of freq_timer_done nested interrupts tripping, and waiting on bits in input ports to change

0 commit comments

Comments
 (0)