Last minute compile fix.

This commit is contained in:
Aaron Giles 2009-10-04 05:36:27 +00:00
parent aff6be5877
commit 1b6e100abd

View File

@ -248,6 +248,11 @@ static WRITE32_HANDLER( shared_ram_write )
COMBINE_DATA(&shared_ram[offset]) ; COMBINE_DATA(&shared_ram[offset]) ;
logerror("68k WRITING %04x & %04x to shared ram %x & %x [%08x] (@%x)\n", (shared_ram[offset] & 0xffff0000) >> 16, 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 */ /* write to the current dsp56k word */
if (mem_mask | (0xffff0000)) if (mem_mask | (0xffff0000))