summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/cp1610/cp1610.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/cp1610/cp1610.c')
-rw-r--r--src/emu/cpu/cp1610/cp1610.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/cp1610/cp1610.c b/src/emu/cpu/cp1610/cp1610.c
index 39b8d114ae1..20baf0e9977 100644
--- a/src/emu/cpu/cp1610/cp1610.c
+++ b/src/emu/cpu/cp1610/cp1610.c
@@ -1561,7 +1561,7 @@ static void cp1610_xori(cp1610_state *cpustate, int d)
static CPU_RESET( cp1610 )
{
/* This is how we set the reset vector */
- device_set_input_line(device, CP1610_RESET, PULSE_LINE);
+ device->set_input_line(CP1610_RESET, PULSE_LINE);
}
/***************************************************