| Previous | 199869 Revisions | Next |
| r21388 Saturday 23rd February, 2013 at 11:23:59 UTC by Oliver Stöneberg |
|---|
| (MESS) proper initialization fix for src/mess/machine/psxcport.c (nw) |
| [src/mess/machine] | psxcport.c |
| r21387 | r21388 | |
|---|---|---|
| 67 | 67 | } |
| 68 | 68 | |
| 69 | 69 | device_psx_controller_interface::device_psx_controller_interface(const machine_config &mconfig, device_t &device) : |
| 70 | device_slot_card_interface(mconfig, device) | |
| 70 | device_slot_card_interface(mconfig, device), | |
| 71 | m_ack(true) | |
| 71 | 72 | { |
| 72 | 73 | } |
| 73 | 74 |
| Previous | 199869 Revisions | Next |