diff options
Diffstat (limited to 'src/devices/cpu/ssem/ssem.cpp')
-rw-r--r-- | src/devices/cpu/ssem/ssem.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/devices/cpu/ssem/ssem.cpp b/src/devices/cpu/ssem/ssem.cpp index 77bc62edb14..6e80840c8dc 100644 --- a/src/devices/cpu/ssem/ssem.cpp +++ b/src/devices/cpu/ssem/ssem.cpp @@ -195,17 +195,6 @@ uint32_t ssem_device::execute_max_cycles() const noexcept //------------------------------------------------- -// execute_input_lines - return the number of -// input/interrupt lines -//------------------------------------------------- - -uint32_t ssem_device::execute_input_lines() const noexcept -{ - return 0; -} - - -//------------------------------------------------- // execute_set_input - set the state of an input // line during execution //------------------------------------------------- |