diff options
Diffstat (limited to 'src/devices/bus/spectrum/plus2test.cpp')
-rw-r--r-- | src/devices/bus/spectrum/plus2test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/spectrum/plus2test.cpp b/src/devices/bus/spectrum/plus2test.cpp index f11bda87fe2..1f6e81246a5 100644 --- a/src/devices/bus/spectrum/plus2test.cpp +++ b/src/devices/bus/spectrum/plus2test.cpp @@ -63,7 +63,7 @@ void spectrum_plus2test_device::device_start() // IMPLEMENTATION //************************************************************************** -int spectrum_plus2test_device::romcs() +bool spectrum_plus2test_device::romcs() { return 1; } |