mirror of
https://github.com/holub/mame
synced 2025-06-23 21:06:38 +03:00
aussieby: [Robbbert]
New working software list additions --------------------------- Boot disk (CPM Plus v3.1) [from "the collection"]
This commit is contained in:
parent
cd599da00f
commit
a46247fa2e
16
hash/aussiebyte.xml
Normal file
16
hash/aussiebyte.xml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
||||||
|
<softwarelist name="aussiebyte" description="Aussie Byte II floppies">
|
||||||
|
|
||||||
|
<software name="boot">
|
||||||
|
<description>Boot disk</description>
|
||||||
|
<year>1985</year>
|
||||||
|
<publisher>SME Systems</publisher>
|
||||||
|
<part name="flop1" interface="floppy_5_25">
|
||||||
|
<dataarea name="flop" size="860416">
|
||||||
|
<rom name="knight2000_boot.dsk" size="860416" crc="2d3af348" sha1="3eb09b9a64b31f4141a186a67f6bd9d4249d2c6b"/>
|
||||||
|
</dataarea>
|
||||||
|
</part>
|
||||||
|
</software>
|
||||||
|
|
||||||
|
</softwarelist>
|
@ -592,6 +592,8 @@ void aussiebyte_state::aussiebyte(machine_config &config)
|
|||||||
|
|
||||||
/* quickload */
|
/* quickload */
|
||||||
QUICKLOAD(config, "quickload", "com,cpm", attotime::from_seconds(3)).set_load_callback(FUNC(aussiebyte_state::quickload_cb));
|
QUICKLOAD(config, "quickload", "com,cpm", attotime::from_seconds(3)).set_load_callback(FUNC(aussiebyte_state::quickload_cb));
|
||||||
|
|
||||||
|
SOFTWARE_LIST(config, "flop_list").set_original("aussiebyte");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user