mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
abc1600: Renamed floppy software list. [Curt Coder]
This commit is contained in:
parent
58e8c1611e
commit
60b09c329b
@ -3,7 +3,7 @@
|
|||||||
<!--
|
<!--
|
||||||
license:CC0
|
license:CC0
|
||||||
-->
|
-->
|
||||||
<softwarelist name="abc1600" description="Luxor ABC 1600 diskettes">
|
<softwarelist name="abc1600_flop" description="Luxor ABC 1600 diskettes">
|
||||||
|
|
||||||
<software name="abcenix">
|
<software name="abcenix">
|
||||||
<description>ABCenix 5.12</description>
|
<description>ABCenix 5.12</description>
|
@ -983,7 +983,7 @@ void abc1600_state::abc1600(machine_config &config)
|
|||||||
RAM(config, RAM_TAG).set_default_size("1M");
|
RAM(config, RAM_TAG).set_default_size("1M");
|
||||||
|
|
||||||
// software list
|
// software list
|
||||||
SOFTWARE_LIST(config, "flop_list").set_original("abc1600");
|
SOFTWARE_LIST(config, "flop_list").set_original("abc1600_flop");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user