summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp80_io/82900.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp80_io/82900.cpp')
-rw-r--r--src/devices/bus/hp80_io/82900.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/bus/hp80_io/82900.cpp b/src/devices/bus/hp80_io/82900.cpp
index a488f8bfce7..b910e36b1c6 100644
--- a/src/devices/bus/hp80_io/82900.cpp
+++ b/src/devices/bus/hp80_io/82900.cpp
@@ -10,7 +10,6 @@
#include "emu.h"
#include "82900.h"
-#include "coreutil.h"
// Debugging
#define VERBOSE 0
@@ -86,7 +85,7 @@ ROM_START(hp82900)
ROM_LOAD("82900-60002.bin" , 0 , 0x800 , CRC(48745bbb) SHA1(fb4427f729eedba5ac01809718b841c7bdd85e1f))
ROM_END
-WRITE_LINE_MEMBER(hp82900_io_card_device::reset_w)
+void hp82900_io_card_device::reset_w(int state)
{
LOG("reset_w %d\n" , state);
m_cpu->set_input_line(INPUT_LINE_RESET , state);