| Previous | 199869 Revisions | Next |
| r34172 Saturday 3rd January, 2015 at 09:53:34 UTC by Jürgen Buchmüller |
|---|
| MCU simulation has been fixed [Chris Hard, Adrian Smethurst, Philip Campbell] |
| [src/mame/drivers] | segahang.c |
| r242683 | r242684 | |
|---|---|---|
| 399 | 399 | // signal a VBLANK to the main CPU |
| 400 | 400 | m_maincpu->set_input_line(4, HOLD_LINE); |
| 401 | 401 | |
| 402 | // clear add lifes protection flag | |
| 403 | m_workram[0x0f0/2] = 0; | |
| 404 | ||
| 402 | 405 | // read I/O ports |
| 403 | 406 | m_workram[0x492/2] = (ioport("ADC0")->read() << 8) | ioport("ADC1")->read(); |
| 404 | 407 | } |
| https://github.com/mamedev/mame/commit/8ca5a4e597be00ebdd5a478262f78fd49803c752 |
| Previous | 199869 Revisions | Next |