Previous 199869 Revisions Next

r31511 Tuesday 5th August, 2014 at 01:17:16 UTC by hap
rm old hack not needed anymore since ages
[src/mame/machine]playch10.c

trunk/src/mame/machine/playch10.c
r31510r31511
178178      m_rp5h01->clock_w(space, 0, data & 0x08);      /* D3 */
179179      m_rp5h01->reset_w(space, 0, ~data & 0x01); /* D0 */
180180      m_rp5h01->enable_w(space, 0, 1);
181
182      /* this thing gets dense at some point                      */
183      /* it wants to jump and execute an opcode at $ffff, wich    */
184      /* is the actual protection memory area                     */
185      /* setting the whole 0x2000 region every time is a waste    */
186      /* so we just set $ffff with the current value              */
187      memregion("maincpu")->base()[0xffff] = pc10_prot_r(space, 0);
188181   }
189182}
190183

Previous 199869 Revisions Next


© 1997-2024 The MAME Team