From 666b86da5fb8b3f50d9d645dbb3e1b769d5458e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20St=C3=B6neberg?= Date: Sat, 23 Feb 2013 11:18:25 +0000 Subject: [PATCH] reverted bogus change to src/mess/machine/psxcport.h (nw) --- src/mess/machine/psxcport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mess/machine/psxcport.h b/src/mess/machine/psxcport.h index 9d88d07c90f..0d716bb0da7 100644 --- a/src/mess/machine/psxcport.h +++ b/src/mess/machine/psxcport.h @@ -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: