diff options
Diffstat (limited to 'src/devices/bus/coco/coco_dwsock.cpp')
-rw-r--r-- | src/devices/bus/coco/coco_dwsock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/coco/coco_dwsock.cpp b/src/devices/bus/coco/coco_dwsock.cpp index 837675aa61a..e48b3e565d1 100644 --- a/src/devices/bus/coco/coco_dwsock.cpp +++ b/src/devices/bus/coco/coco_dwsock.cpp @@ -77,7 +77,7 @@ beckerport_device::beckerport_device(const machine_config &mconfig, const char * beckerport_device::~beckerport_device() { if (m_pSocket != nullptr) - device_stop(); + beckerport_device::device_stop(); } /*------------------------------------------------- |