summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/spectrum/sdi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/spectrum/sdi.cpp')
-rw-r--r--src/devices/bus/spectrum/sdi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/spectrum/sdi.cpp b/src/devices/bus/spectrum/sdi.cpp
index 3722f80bdec..fc5e1de2406 100644
--- a/src/devices/bus/spectrum/sdi.cpp
+++ b/src/devices/bus/spectrum/sdi.cpp
@@ -98,7 +98,7 @@ void spectrum_sdi_device::device_reset()
// IMPLEMENTATION
//**************************************************************************
-int spectrum_sdi_device::romcs()
+bool spectrum_sdi_device::romcs()
{
return m_romcs;
}