summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/x68k.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2012-09-12 03:35:06 +0000
committer Aaron Giles <aaron@aarongiles.com>2012-09-12 03:35:06 +0000
commit0ef1e6deb4923b27f4c1d95825e453f565b129a3 (patch)
treeaa3054f8acec99e6e5442359c8adcd88a3283bab /src/mess/video/x68k.c
parentcd5dcbacd973e855f0b4f5c522334279ff63930b (diff)
Closeout on old macros. Retired cputag_set_input_line
and cputag_set_input_line_and_vector, replacing them with machine.device("tag")->execute().set_input_line[_and_vector]. [Aaron Giles]
Diffstat (limited to 'src/mess/video/x68k.c')
-rw-r--r--src/mess/video/x68k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/video/x68k.c b/src/mess/video/x68k.c
index 0323a1aa932..09cb0e5f2bb 100644
--- a/src/mess/video/x68k.c
+++ b/src/mess/video/x68k.c
@@ -1277,7 +1277,7 @@ SCREEN_UPDATE_IND16( x68000 )
state->m_mfp.isra = 0;
state->m_mfp.isrb = 0;
// mfp_trigger_irq(MFP_IRQ_GPIP6);
-// cputag_set_input_line_and_vector(machine, "maincpu",6,ASSERT_LINE,0x43);
+// machine.device("maincpu")->execute().set_input_line_and_vector(6,ASSERT_LINE,0x43);
}
if(screen.machine().input().code_pressed(KEYCODE_9))
{