summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/guab.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-01-22 10:40:20 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-01-22 10:40:20 +0000
commitb02a507c1f3326a4c9a1a44bdb91753d94448907 (patch)
tree3f67c78e462aa13a4a226cc2e83f84bd20c9791b /src/mame/drivers/guab.c
parent325dadfdc0d0cd2afcad8d04e8c973793f4866fc (diff)
Cleanups and version bump.mame0129u2
Diffstat (limited to 'src/mame/drivers/guab.c')
-rw-r--r--src/mame/drivers/guab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/guab.c b/src/mame/drivers/guab.c
index 5a57dc50c57..e1471ecff56 100644
--- a/src/mame/drivers/guab.c
+++ b/src/mame/drivers/guab.c
@@ -573,7 +573,7 @@ static INPUT_CHANGED( coin_inserted )
{
UINT32 credit;
const address_space *space = cpu_get_address_space(field->port->machine->cpu[0], ADDRESS_SPACE_PROGRAM);
-
+
/* Get the current credit value and add the new coin value */
credit = memory_read_dword(space, 0x8002c) + (UINT32)(FPTR)param;
memory_write_dword(space, 0x8002c, credit);