summaryrefslogtreecommitdiffstatshomepage
path: root/src/ldplayer
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-12-28 09:04:00 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-12-28 09:04:00 +0000
commitbd24fb23c10ca9fbf63e2191dc8e58a87b83b325 (patch)
tree5ba5c3cffeb38fb8f492e030130268c4bcbafb4d /src/ldplayer
parent6763b10bf005f0bcd1ba23e440d652b31dcac447 (diff)
Results of running the latest srcclean.
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 9d9bea5c70c..dade07800b0 100644
--- a/src/ldplayer/ldplayer.c
+++ b/src/ldplayer/ldplayer.c
@@ -155,7 +155,7 @@ static chd_file *get_disc(const device_config *device)
static void process_commands(const device_config *laserdisc)
{
input_port_value controls = input_port_read(laserdisc->machine, "controls");
- int number;
+ int number;
/* step backwards */
if (!(last_controls & 0x01) && (controls & 0x01))
@@ -302,7 +302,7 @@ static TIMER_CALLBACK( pr8210_bit_callback )
if (bitsleft != 0)
{
/* assert the line and set a timer for deassertion */
- laserdisc_line_w(laserdisc, LASERDISC_LINE_CONTROL, ASSERT_LINE);
+ laserdisc_line_w(laserdisc, LASERDISC_LINE_CONTROL, ASSERT_LINE);
timer_set(machine, ATTOTIME_IN_USEC(250), ptr, 0, pr8210_bit_off_callback);
/* space 0 bits apart by 1msec, and 1 bits by 2msec */