OSDN Git Service

[VM][Z80SIO] I missed to apply patch. X-)
authorK.Ohta <whatisthis.sowhat@gmail.com>
Thu, 22 Jan 2015 19:57:24 +0000 (04:57 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Thu, 22 Jan 2015 19:57:24 +0000 (04:57 +0900)
source/src/vm/z80sio.h

index e828b7b..8c0002c 100644 (file)
@@ -148,9 +148,9 @@ public:
        {\r
                register_output_signal(&port[ch].outputs_dtr, device, id, mask);\r
        }\r
-       void set_context_send(int ch, DEVICE* device, int id, uint32 mask)\r
+       void set_context_send(int ch, DEVICE* device, int id)\r
        {\r
-               register_output_signal(&port[ch].outputs_send, device, id, mask);\r
+               register_output_signal(&port[ch].outputs_send, device, id, 0xff);\r
        }\r
        void set_context_sync(int ch, DEVICE* device, int id, uint32 mask)\r
        {\r