summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/s2650/s2650.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/s2650/s2650.cpp')
-rw-r--r--src/devices/cpu/s2650/s2650.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/devices/cpu/s2650/s2650.cpp b/src/devices/cpu/s2650/s2650.cpp
index 02f343932d5..69accfea7c7 100644
--- a/src/devices/cpu/s2650/s2650.cpp
+++ b/src/devices/cpu/s2650/s2650.cpp
@@ -17,8 +17,6 @@
#include "s2650.h"
#include "s2650cpu.h"
-#define S2650_SENSE_LINE INPUT_LINE_IRQ1
-
/* define this to have some interrupt information logged */
#define VERBOSE 0
@@ -963,11 +961,6 @@ void s2650_device::s2650_set_sense(int state)
set_psu(m_psu & ~SI);
}
-WRITE_LINE_MEMBER(s2650_device::write_sense)
-{
- set_input_line(S2650_SENSE_LINE, state);
-}
-
void s2650_device::execute_run()
{
/* check for external irqs */