summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/dp83932c.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/dp83932c.cpp')
-rw-r--r--src/devices/machine/dp83932c.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/dp83932c.cpp b/src/devices/machine/dp83932c.cpp
index c08a16b655c..092b3949ac2 100644
--- a/src/devices/machine/dp83932c.cpp
+++ b/src/devices/machine/dp83932c.cpp
@@ -393,7 +393,7 @@ void dp83932c_device::transmit()
// transmit data
dump_bytes(buf, length);
- send(buf, length);
+ send(buf, length, 4);
}
void dp83932c_device::send_complete_cb(int result)