summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-10-04 05:36:27 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-10-04 05:36:27 +0000
commit1b6e100abd242bf1ef065257bc501017e3d61ca5 (patch)
tree919e5e94cc3bad3d6705c7230487afb9356859c3
parentaff6be5877df225249d9afb36ed658efed0a89e5 (diff)
Last minute compile fix.mame0134u2
-rw-r--r--src/mame/drivers/plygonet.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/drivers/plygonet.c b/src/mame/drivers/plygonet.c
index a8c8c8811a9..b8b44849709 100644
--- a/src/mame/drivers/plygonet.c
+++ b/src/mame/drivers/plygonet.c
@@ -248,6 +248,11 @@ static WRITE32_HANDLER( shared_ram_write )
COMBINE_DATA(&shared_ram[offset]) ;
logerror("68k WRITING %04x & %04x to shared ram %x & %x [%08x] (@%x)\n", (shared_ram[offset] & 0xffff0000) >> 16,
+ (shared_ram[offset] & 0x0000ffff),
+ 0xc000 + (offset<<1),
+ 0xc000 +((offset<<1)+1),
+ mem_mask,
+ cpu_get_pc(space->cpu));
/* write to the current dsp56k word */
if (mem_mask | (0xffff0000))