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

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

Previous 199869 Revisions Next


© 1997-2024 The MAME Team