Previous 199869 Revisions Next

r34041 Wednesday 24th December, 2014 at 06:51:22 UTC by Osso
dinohunt: fixed player 3 inputs (MT05804) [darq]
[src/mame/drivers]cps1.c

trunk/src/mame/drivers/cps1.c
r242552r242553
1152311523   // is this shared with the new sound hw?
1152411524   UINT8* ram = (UINT8*)m_maincpu->space(AS_PROGRAM).install_ram(0xf18000, 0xf19fff);
1152511525   memset(ram,0xff,0x2000);
11526   m_maincpu->space(AS_PROGRAM).install_read_handler(0xfc0000, 0xfc0001, read16_delegate(FUNC(cps_state::cps1_in2_r), this));
1152611527   DRIVER_INIT_CALL(cps1);
1152711528}
1152811529


Previous 199869 Revisions Next


© 1997-2024 The MAME Team