Previous 199869 Revisions Next

r30733 Saturday 31st May, 2014 at 03:12:35 UTC by Barry Rodewald
x68k: fix SRAM write protect breakage from r30715 (no whatsnew)
[src/mess/drivers]x68k.c

trunk/src/mess/drivers/x68k.c
r30732r30733
857857      m_sysport.keyctrl = data & 0x08;  // bit 3 = enable keyboard data transmission
858858      break;
859859   case 0x06:
860      m_sysport.sram_writeprotect = data;
860      COMBINE_DATA(&m_sysport.sram_writeprotect);
861861      break;
862862   default:
863863//      logerror("SYS: [%08x] Wrote %04x to invalid or unimplemented system port %04x\n",space.device().safe_pc(),data,offset);

Previous 199869 Revisions Next


© 1997-2024 The MAME Team