mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
reverted bogus change to src/mess/machine/psxcport.h (nw)
This commit is contained in:
parent
73f84292ab
commit
666b86da5f
@ -115,7 +115,7 @@ public:
|
||||
|
||||
protected:
|
||||
virtual void device_start() {}
|
||||
virtual void device_reset() { m_tx = true; m_ack = true; }
|
||||
virtual void device_reset() { m_tx = true; }
|
||||
virtual void device_config_complete();
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user