summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/toaplan2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/toaplan2.c')
-rw-r--r--src/mame/drivers/toaplan2.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/toaplan2.c b/src/mame/drivers/toaplan2.c
index a0e03eeb4ae..6ed6219157f 100644
--- a/src/mame/drivers/toaplan2.c
+++ b/src/mame/drivers/toaplan2.c
@@ -395,10 +395,10 @@ static MACHINE_RESET( toaplan2 ) /* machine_reset_toaplan2(); */
mcu_data = 0x00;
/*
- All games execute a RESET instruction on init, presumably to reset the sound CPU.
- This is important for games with common RAM; the RAM test will fail
- when leaving service mode if the sound CPU is not reset.
- */
+ All games execute a RESET instruction on init, presumably to reset the sound CPU.
+ This is important for games with common RAM; the RAM test will fail
+ when leaving service mode if the sound CPU is not reset.
+ */
cpunum_set_info_fct(0, CPUINFO_PTR_M68K_RESET_CALLBACK, (genf *)toaplan2_reset);
}