| Previous | 199869 Revisions | Next |
| r41722 Saturday 14th November, 2015 at 12:55:02 UTC by Olivier Galibert |
|---|
| namcos23: port b bit 6 is also an input, handle accordingly. Probably JVS. [O. Galibert] Rapid River is back, yay :-) |
| [src/mame/drivers] | namcos23.cpp |
| r250233 | r250234 | |
|---|---|---|
| 3055 | 3055 | |
| 3056 | 3056 | WRITE16_MEMBER(namcos23_state::mcu_pb_w) |
| 3057 | 3057 | { |
| 3058 | m_sub_portb = (m_sub_portb & 0x | |
| 3058 | m_sub_portb = (m_sub_portb & 0xc0) | (data & 0x3f); | |
| 3059 | 3059 | m_rtc->ce_w((m_sub_portb & 0x20) && (m_sub_porta & 1)); |
| 3060 | 3060 | m_settings->ce_w((m_sub_portb & 0x20) && !(m_sub_porta & 1)); |
| 3061 | 3061 | } |
| https://github.com/mamedev/mame/commit/1c0bcf1bb8f364609f76144eeba35fc71d2de506 |
| Previous | 199869 Revisions | Next |