mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
sbrain: [Robbbert]
New working software list additions -------------- Boot disk CP/M 2.2 [from "the collection"]
This commit is contained in:
parent
fc998a4312
commit
4abd1d6f50
2 changed files with 18 additions and 0 deletions
16
hash/sbrain.xml
Normal file
16
hash/sbrain.xml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
||||
<softwarelist name="sbrain" description="Super Brain floppies">
|
||||
|
||||
<software name="boot">
|
||||
<description>Boot disk</description>
|
||||
<year>2013</year>
|
||||
<publisher>Intertec</publisher>
|
||||
<part name="flop1" interface="floppy_5_25">
|
||||
<dataarea name="flop" size="336777">
|
||||
<rom name="cboot.imd" size="336777" crc="0a7501db" sha1="90b97e2ab9840de8ac98e3302d2bd052edfa0189"/>
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
</softwarelist>
|
|
@ -740,6 +740,8 @@ void sbrain_state::sbrain(machine_config &config)
|
|||
FLOPPY_CONNECTOR(config, "fdc:3", sbrain_floppies, nullptr, floppy_image_device::default_floppy_formats).enable_sound(true);
|
||||
|
||||
TIMER(config, "timer_a", 0).configure_periodic(FUNC(sbrain_state::kbd_scan), attotime::from_hz(15));
|
||||
|
||||
SOFTWARE_LIST(config, "flop_list").set_original("sbrain");
|
||||
}
|
||||
|
||||
ROM_START( sbrain )
|
||||
|
|
Loading…
Reference in a new issue