mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
mac.cpp: Changed default video card to Display Card 8*24.
This commit is contained in:
parent
38fed2ff78
commit
6c7679ec33
@ -722,7 +722,7 @@ void mac_state::add_nubus(machine_config &config, bool bank1, bool bank2)
|
||||
nubus.out_irqe_callback().set(FUNC(mac_state::nubus_irq_e_w));
|
||||
if (bank1)
|
||||
{
|
||||
NUBUS_SLOT(config, "nb9", "nubus", mac_nubus_cards, "48gc");
|
||||
NUBUS_SLOT(config, "nb9", "nubus", mac_nubus_cards, "mdc824");
|
||||
NUBUS_SLOT(config, "nba", "nubus", mac_nubus_cards, nullptr);
|
||||
NUBUS_SLOT(config, "nbb", "nubus", mac_nubus_cards, nullptr);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user