mirror of
https://github.com/holub/mame
synced 2025-05-29 17:13:05 +03:00
-indy_indigo2: Make XL24 the default gio_gfx slot option, as people are unable to use -listslots, nw
This commit is contained in:
parent
ad1ab4290d
commit
b867ba1535
@ -238,7 +238,7 @@ void ip22_state::ip22_base(machine_config &config)
|
||||
|
||||
// GIO
|
||||
GIO(config, m_gio, m_maincpu, m_hpc3);
|
||||
GIO_SLOT(config, m_gio_gfx, m_gio, gio_cards, nullptr);
|
||||
GIO_SLOT(config, m_gio_gfx, m_gio, gio_cards, "xl24");
|
||||
GIO_SLOT(config, m_gio_exp0, m_gio, gio_cards, nullptr);
|
||||
GIO_SLOT(config, m_gio_exp1, m_gio, gio_cards, nullptr);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user