diff --git a/hash/abc1600.xml b/hash/abc1600_flop.xml similarity index 98% rename from hash/abc1600.xml rename to hash/abc1600_flop.xml index b2bdf9d9a6b..f63d2d3b41d 100644 --- a/hash/abc1600.xml +++ b/hash/abc1600_flop.xml @@ -3,7 +3,7 @@ - + ABCenix 5.12 diff --git a/src/mame/drivers/abc1600.cpp b/src/mame/drivers/abc1600.cpp index 0f59fbd87b9..f4b2585a590 100644 --- a/src/mame/drivers/abc1600.cpp +++ b/src/mame/drivers/abc1600.cpp @@ -983,7 +983,7 @@ void abc1600_state::abc1600(machine_config &config) RAM(config, RAM_TAG).set_default_size("1M"); // software list - SOFTWARE_LIST(config, "flop_list").set_original("abc1600"); + SOFTWARE_LIST(config, "flop_list").set_original("abc1600_flop"); }