summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-08-21 01:24:03 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-08-21 01:24:03 +0000
commit10492cc57f0343ffe82879aece94a8d56c26a0e8 (patch)
tree1df6886024622a9b48c97e5196b3fb510228f398
parent88c58d899892da8ea5a6fb2c7e8e0d845833ed75 (diff)
> From: Xander [mailto:xander85@operamail.com]
> Sent: Sunday, August 16, 2009 1:53 AM > To: submit@mamedev.org > Subject: bug 3389 diff > > Fixed bug 3389 > > Xander
-rw-r--r--src/mame/drivers/amspdwy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/amspdwy.c b/src/mame/drivers/amspdwy.c
index 6fe183991c5..e6791984363 100644
--- a/src/mame/drivers/amspdwy.c
+++ b/src/mame/drivers/amspdwy.c
@@ -69,7 +69,7 @@ static READ8_HANDLER( amspdwy_wheel_0_r )
static READ8_HANDLER( amspdwy_wheel_1_r )
{
- return amspdwy_wheel_r(space->machine, 0);
+ return amspdwy_wheel_r(space->machine, 1);
}
static READ8_DEVICE_HANDLER( amspdwy_sound_r )