rm old hack not needed anymore since ages

This commit is contained in:
Michaël Banaan Ananas 2014-08-05 01:17:16 +00:00
parent 637fadfd1d
commit 1dd5c624ec

View File

@ -178,13 +178,6 @@ WRITE8_MEMBER(playch10_state::pc10_prot_w)
m_rp5h01->clock_w(space, 0, data & 0x08); /* D3 */
m_rp5h01->reset_w(space, 0, ~data & 0x01); /* D0 */
m_rp5h01->enable_w(space, 0, 1);
/* this thing gets dense at some point */
/* it wants to jump and execute an opcode at $ffff, wich */
/* is the actual protection memory area */
/* setting the whole 0x2000 region every time is a waste */
/* so we just set $ffff with the current value */
memregion("maincpu")->base()[0xffff] = pc10_prot_r(space, 0);
}
}