summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/trvmadns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/trvmadns.c')
-rw-r--r--src/mame/drivers/trvmadns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/trvmadns.c b/src/mame/drivers/trvmadns.c
index 3e3834311c5..73be7f61d32 100644
--- a/src/mame/drivers/trvmadns.c
+++ b/src/mame/drivers/trvmadns.c
@@ -202,7 +202,7 @@ WRITE8_MEMBER(trvmadns_state::trvmadns_tileram_w)
{
if(space.device().safe_pcbase()==0x29e9)// || space.device().safe_pcbase()==0x1b3f) //29f5
{
- cputag_set_input_line(machine(), "maincpu", 0, HOLD_LINE);
+ machine().device("maincpu")->execute().set_input_line(0, HOLD_LINE);
}
// else
// logerror("%x \n", space.device().safe_pcbase());