mirror of
https://github.com/holub/mame
synced 2025-05-19 20:29:09 +03:00
Last minute compile fix.
This commit is contained in:
parent
aff6be5877
commit
1b6e100abd
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user