Previous 199869 Revisions Next

r17973 Monday 17th September, 2012 at 17:36:15 UTC by Miodrag Milanović
one more (nw)
[src/mame/drivers]meyc8088.c

trunk/src/mame/drivers/meyc8088.c
r17972r17973
155155
156156void meyc8088_state::screen_eof_meyc8088(screen_device &screen, bool state)
157157{
158   device_execute_interface *intf;
159   m_maincpu->interface(intf);
160158   // INTR on LC255 (pulses at start and end of vblank), INTA hardwired to $20
161   generic_pulse_irq_line_and_vector(*intf, 0, 0x20, 1);
159   generic_pulse_irq_line_and_vector(m_maincpu, 0, 0x20, 1);
162160}
163161
164162

Previous 199869 Revisions Next


© 1997-2024 The MAME Team