diff options
| author | 2020-02-23 18:24:00 +1100 | |
|---|---|---|
| committer | 2020-02-23 20:30:10 +1100 | |
| commit | 90301d72936e4ddfb6f98e600cc08566bb3c7262 (patch) | |
| tree | 3f5344f7ebf5e24a5f0ee3c369b9e02463b8d0c8 | |
| parent | f7dbca352773388d67c8f8b52e243fa915f4040a (diff) | |
sbrain: [Robbbert]
New working software list additions
--------------
Boot disk CP/M 2.2 [from "the collection"]
| -rw-r--r-- | hash/sbrain.xml | 16 | ||||
| -rw-r--r-- | src/mame/drivers/sbrain.cpp | 2 |
2 files changed, 18 insertions, 0 deletions
diff --git a/hash/sbrain.xml b/hash/sbrain.xml new file mode 100644 index 00000000000..df894733f2e --- /dev/null +++ b/hash/sbrain.xml @@ -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> diff --git a/src/mame/drivers/sbrain.cpp b/src/mame/drivers/sbrain.cpp index 5196e89e441..ac0b61289d2 100644 --- a/src/mame/drivers/sbrain.cpp +++ b/src/mame/drivers/sbrain.cpp @@ -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 ) |
