Cleanups and version bump.

This commit is contained in:
Aaron Giles 2009-10-04 05:08:50 +00:00
parent 844ea6b37e
commit aff6be5877
24 changed files with 143 additions and 148 deletions

View File

@ -248,11 +248,6 @@ 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))

View File

@ -10,4 +10,4 @@
***************************************************************************/
extern const char build_version[];
const char build_version[] = "0.134u1 ("__DATE__")";
const char build_version[] = "0.134u2 ("__DATE__")";