Previous 199869 Revisions Next

r21387 Saturday 23rd February, 2013 at 11:18:25 UTC by Oliver Stöneberg
reverted bogus change to src/mess/machine/psxcport.h (nw)
[src/mess/machine]psxcport.h

trunk/src/mess/machine/psxcport.h
r21386r21387
115115
116116protected:
117117   virtual void device_start() {}
118   virtual void device_reset() { m_tx = true; m_ack = true; }
118   virtual void device_reset() { m_tx = true; }
119119   virtual void device_config_complete();
120120
121121private:

Previous 199869 Revisions Next


© 1997-2024 The MAME Team