| 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 |
| r242552 | r242553 | |
|---|---|---|
| 11523 | 11523 | // is this shared with the new sound hw? |
| 11524 | 11524 | UINT8* ram = (UINT8*)m_maincpu->space(AS_PROGRAM).install_ram(0xf18000, 0xf19fff); |
| 11525 | 11525 | memset(ram,0xff,0x2000); |
| 11526 | m_maincpu->space(AS_PROGRAM).install_read_handler(0xfc0000, 0xfc0001, read16_delegate(FUNC(cps_state::cps1_in2_r), this)); | |
| 11526 | 11527 | DRIVER_INIT_CALL(cps1); |
| 11527 | 11528 | } |
| 11528 | 11529 |
| https://github.com/mamedev/mame/commit/eb8e025b26ca7e218228fa1eaa3eb6f81f6ebdf9 |
| Previous | 199869 Revisions | Next |