diff options
author | 2018-08-22 21:56:06 +1000 | |
---|---|---|
committer | 2018-08-22 21:56:06 +1000 | |
commit | fc774ce9cdc00bd74bc224dca87e5116f22127de (patch) | |
tree | f453c4f0f6bc1d6a34da2e2cf4831ffe45d023b7 /src/mame/drivers/tutor.cpp | |
parent | 403196c318fa275fccbb08ac21c9a83371d3123c (diff) |
(nw) fixed listxml
Diffstat (limited to 'src/mame/drivers/tutor.cpp')
-rw-r--r-- | src/mame/drivers/tutor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tutor.cpp b/src/mame/drivers/tutor.cpp index 5d02eaff528..ab718403dbf 100644 --- a/src/mame/drivers/tutor.cpp +++ b/src/mame/drivers/tutor.cpp @@ -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); |