From bbc252cd1983b4c796c70fd89c554b7aacb9782e Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Fri, 2 Jun 2023 14:13:38 +0300 Subject: New working software list items ------------------------------- abc1600_hdd: Formatted Micropolis 1325A 69MB, Formatted NEC D5216A 20MB. [Curt Coder] --- hash/abc1600_hdd.xml | 32 ++++++++++++++++++++++++++++++++ src/mame/luxor/abc1600.cpp | 1 + 2 files changed, 33 insertions(+) create mode 100644 hash/abc1600_hdd.xml diff --git a/hash/abc1600_hdd.xml b/hash/abc1600_hdd.xml new file mode 100644 index 00000000000..4396716b781 --- /dev/null +++ b/hash/abc1600_hdd.xml @@ -0,0 +1,32 @@ + + + + + + Formatted Micropolis 1325A 69MB + 198? + unknown + + + + + + + + + + + Formatted NEC D5216A 20MB + 198? + unknown + + + + + + + + + diff --git a/src/mame/luxor/abc1600.cpp b/src/mame/luxor/abc1600.cpp index 4dad4c27ebd..59982443bb6 100644 --- a/src/mame/luxor/abc1600.cpp +++ b/src/mame/luxor/abc1600.cpp @@ -1059,6 +1059,7 @@ void abc1600_state::abc1600(machine_config &config) // software list SOFTWARE_LIST(config, "flop_list").set_original("abc1600_flop"); + SOFTWARE_LIST(config, "hdd_list").set_original("abc1600_hdd"); } -- cgit v1.2.3