diff options
Diffstat (limited to 'src/devices/machine/edlc.cpp')
-rw-r--r-- | src/devices/machine/edlc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/edlc.cpp b/src/devices/machine/edlc.cpp index 9749191afe2..9fcc3be5fb5 100644 --- a/src/devices/machine/edlc.cpp +++ b/src/devices/machine/edlc.cpp @@ -288,7 +288,7 @@ void seeq8003_device::transmit(void *ptr, int param) dump_bytes(buf, length); // transmit the frame - send(buf, length); + send(buf, length, 4); // TODO: transmit errors/TxRET |