From 0ef1e6deb4923b27f4c1d95825e453f565b129a3 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Wed, 12 Sep 2012 03:35:06 +0000 Subject: 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] --- src/mess/machine/sym1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mess/machine/sym1.c') diff --git a/src/mess/machine/sym1.c b/src/mess/machine/sym1.c index fd1efcc24ca..35bf224a2ac 100644 --- a/src/mess/machine/sym1.c +++ b/src/mess/machine/sym1.c @@ -174,7 +174,7 @@ const ttl74145_interface sym1_ttl74145_intf = static void sym1_irq(device_t *device, int level) { - cputag_set_input_line(device->machine(), "maincpu", M6502_IRQ_LINE, level); + device->machine().device("maincpu")->execute().set_input_line(M6502_IRQ_LINE, level); } -- cgit v1.2.3-70-g09d2