mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
applix: [Robbbert]
New working software list additions --------------------- Boot disk [from "the collection"]
This commit is contained in:
parent
fcab4697ec
commit
568534df28
2 changed files with 18 additions and 0 deletions
16
hash/applix_flop.xml
Normal file
16
hash/applix_flop.xml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
||||
<softwarelist name="applix_flop" description="Applix 1616 floppies">
|
||||
|
||||
<software name="boot">
|
||||
<description>Boot disk</description>
|
||||
<year>1991</year>
|
||||
<publisher><unknown></publisher>
|
||||
<part name="flop1" interface="floppy_3_5">
|
||||
<dataarea name="flop" size="819200">
|
||||
<rom name="applix_001.raw" size="819200" crc="ea95fa95" sha1="bb4f07858152f2502ed150556107b9bc66f29869"/>
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
</softwarelist>
|
|
@ -943,6 +943,8 @@ void applix_state::applix(machine_config &config)
|
|||
serial_b.rxd_handler().set("scc", FUNC(scc8530_device::rxb_w));
|
||||
serial_b.cts_handler().set("scc", FUNC(scc8530_device::ctsb_w));
|
||||
serial_b.cts_handler().set("scc", FUNC(scc8530_device::dcdb_w));
|
||||
|
||||
SOFTWARE_LIST(config, "flop_list").set_original("applix_flop");
|
||||
}
|
||||
|
||||
/* ROM definition */
|
||||
|
|
Loading…
Reference in a new issue