mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
(nw) fixed listxml
This commit is contained in:
parent
403196c318
commit
fc774ce9cd
@ -770,7 +770,7 @@ MACHINE_CONFIG_START(tutor_state::tutor)
|
||||
CASSETTE(config, "cassette", 0).add_route(ALL_OUTPUTS, "cass_out", 0.25);
|
||||
|
||||
// Cartridge slot
|
||||
GENERIC_CARTSLOT(config, "cartslot", generic_linear_slot, "tutor_cart", nullptr);
|
||||
GENERIC_CARTSLOT(config, "cartslot", generic_linear_slot, "tutor_cart", "bin");
|
||||
|
||||
// software lists
|
||||
SOFTWARE_LIST(config, "cart_list").set_type("tutor", SOFTWARE_LIST_ORIGINAL_SYSTEM);
|
||||
|
Loading…
Reference in New Issue
Block a user