diff --git a/hash/specnext_sd.xml b/hash/specnext_sd.xml new file mode 100644 index 0000000000000..f084b8169285f --- /dev/null +++ b/hash/specnext_sd.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + System/Next 24.11 + 2024 + SpecNext Ltd. + + + + + + + + + + + Fiona's Flight + 2025 + rcallenbach + + + + + + + + diff --git a/src/mame/sinclair/specnext.cpp b/src/mame/sinclair/specnext.cpp index 38e1c2c284b66..6ffb7e46cda53 100644 --- a/src/mame/sinclair/specnext.cpp +++ b/src/mame/sinclair/specnext.cpp @@ -3829,6 +3829,8 @@ void specnext_state::tbblue(machine_config &config) m_copper->out_nextreg_cb().set([this](offs_t offset, u8 data) { m_next_regs.write_byte(offset, data); }); m_copper->set_in_until_pos_cb(FUNC(specnext_state::copper_until_pos_r)); + SOFTWARE_LIST(config, "sd_list").set_original("specnext_sd"); + config.device_remove("snapshot"); }