diff --git a/hash/telstrat_flop.xml b/hash/telstrat_flop.xml new file mode 100644 index 0000000000000..bcf3849e88b3c --- /dev/null +++ b/hash/telstrat_flop.xml @@ -0,0 +1,72 @@ + + + + + + + Baron de Munchausen + 19?? + Unknown + + + + + + + + + Super Casse-Briques + 19?? + Unknown + + + + + + + + + Labyrinthe pour Telestrat + 2008 + Unknown + + + + + + + + + Lode Runner + 1988 + COMPACTION-Soft + + + + + + + + + Slalom (Coupe de Monde) + 19?? + J. Tardy + + + + + + + + + Stratmind + 19?? + Unknown + + + + + + + + diff --git a/src/mame/tangerine/oric.cpp b/src/mame/tangerine/oric.cpp index d07ba9abc7fe5..4c6c825495dc3 100644 --- a/src/mame/tangerine/oric.cpp +++ b/src/mame/tangerine/oric.cpp @@ -882,6 +882,8 @@ void telestrat_state::telstrat(machine_config &config) m_fdc->hld_wr_callback().set(FUNC(telestrat_state::fdc_hld_w)); m_fdc->set_force_ready(true); + SOFTWARE_LIST(config, "telstrat_flop").set_original("telstrat_flop"); + FLOPPY_CONNECTOR(config, "fdc:0", telestrat_floppies, "3dsdd", telestrat_state::floppy_formats); FLOPPY_CONNECTOR(config, "fdc:1", telestrat_floppies, nullptr, telestrat_state::floppy_formats); FLOPPY_CONNECTOR(config, "fdc:2", telestrat_floppies, nullptr, telestrat_state::floppy_formats);