| Previous | 199869 Revisions | Next |
| r21386 Saturday 23rd February, 2013 at 11:16:18 UTC by Oliver Stöneberg |
|---|
| (MESS) fixed uninitialized member in psx_controller_port_device (nw) |
| [src/mess/machine] | psxcport.h |
| r21385 | r21386 | |
|---|---|---|
| 115 | 115 | |
| 116 | 116 | protected: |
| 117 | 117 | virtual void device_start() {} |
| 118 | virtual void device_reset() { m_tx = true; } | |
| 118 | virtual void device_reset() { m_tx = true; m_ack = true; } | |
| 119 | 119 | virtual void device_config_complete(); |
| 120 | 120 | |
| 121 | 121 | private: |
| Previous | 199869 Revisions | Next |