mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Apollo 7 Squale : Connect the EF9365 video controller irq output to the 6809 irq input.
This commit is contained in:
parent
02771ec845
commit
229fb6a2d6
1 changed files with 2 additions and 0 deletions
|
@ -829,6 +829,8 @@ void squale_state::squale(machine_config &config)
|
|||
m_ef9365->set_palette_tag("palette");
|
||||
m_ef9365->set_nb_bitplanes(4);
|
||||
m_ef9365->set_display_mode(ef9365_device::DISPLAY_MODE_256x256);
|
||||
m_ef9365->irq_handler().set_inputline(m_maincpu, M6809_IRQ_LINE);
|
||||
|
||||
TIMER(config, "squale_sl").configure_scanline(FUNC(squale_state::squale_scanline), "screen", 0, 10);
|
||||
|
||||
/* Floppy */
|
||||
|
|
Loading…
Reference in a new issue