diff options
Diffstat (limited to 'src/devices/machine/dp83932c.cpp')
-rw-r--r-- | src/devices/machine/dp83932c.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/dp83932c.cpp b/src/devices/machine/dp83932c.cpp index 092b3949ac2..ef50d8ed4e0 100644 --- a/src/devices/machine/dp83932c.cpp +++ b/src/devices/machine/dp83932c.cpp @@ -284,7 +284,7 @@ void dp83932c_device::reg_w(offs_t offset, u16 data) } } -void dp83932c_device::command(void *ptr, s32 param) +void dp83932c_device::command(s32 param) { if (param & CR_HTX) { |