summaryrefslogtreecommitdiffstatshomepage
path: root/src/ldplayer
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-05-21 06:24:12 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-05-21 06:24:12 +0000
commit643d0e9d92759aea944c01e997e416351a18a218 (patch)
treea301c139a4214d7c6ce13e821f13802eb4288260 /src/ldplayer
parent407bc4b41d622155a98473ce608932fa233d95d3 (diff)
Clean-ups and version bump
Diffstat (limited to 'src/ldplayer')
-rw-r--r--src/ldplayer/ldplayer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ldplayer/ldplayer.c b/src/ldplayer/ldplayer.c
index 95c052e5e5d..f2af0b4578f 100644
--- a/src/ldplayer/ldplayer.c
+++ b/src/ldplayer/ldplayer.c
@@ -402,7 +402,7 @@ void pr8210_state::device_timer(emu_timer &timer, device_timer_id id, int param,
// if we have bits, process
if (bitsleft != 0)
{
- // assert the line and set a timer for deassertion
+ // assert the line and set a timer for deassertion
m_laserdisc->control_w(ASSERT_LINE);
timer_set(attotime::from_usec(250), TIMER_ID_BIT_OFF);
@@ -437,7 +437,7 @@ void pr8210_state::device_timer(emu_timer &timer, device_timer_id id, int param,
void pr8210_state::machine_start()
{
ldplayer_state::machine_start();
- m_bit_timer = timer_alloc(TIMER_ID_BIT);
+ m_bit_timer = timer_alloc(TIMER_ID_BIT);
}
void pr8210_state::machine_reset()