summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bfm_ad5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bfm_ad5.c')
-rw-r--r--src/mame/drivers/bfm_ad5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/bfm_ad5.c b/src/mame/drivers/bfm_ad5.c
index 1dddeb268b0..87449cf6b08 100644
--- a/src/mame/drivers/bfm_ad5.c
+++ b/src/mame/drivers/bfm_ad5.c
@@ -1,7 +1,7 @@
/*
Scorpion 5
- (Scorpion 5 Video Board)
+ (Scorpion 5 Video Board)
Skeleton Driver - For note keeping.
@@ -62,7 +62,7 @@ INPUT_PORTS_END
INTERRUPT_GEN_MEMBER(adder5_state::ad5_fake_timer_int)
{
// this should be coming from the Timer / SIM modules of the Coldfire
-// machine().device("maincpu")->execute().set_input_line_and_vector(5, HOLD_LINE, 0x8c);
+// machine().device("maincpu")->execute().set_input_line_and_vector(5, HOLD_LINE, 0x8c);
}
MACHINE_CONFIG_START( bfm_ad5, adder5_state )