summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2020-08-21 11:05:25 +0100
committer smf- <smf-@users.noreply.github.com>2020-08-21 11:05:25 +0100
commit083206798ec20b3dee9ffa3f92ef56ab793fe8ef (patch)
tree46b67b2d494f9767b927b7ecb3cfada3736ee373
parenta8e0723f3f1270f53754987e4b0a39c2b7943116 (diff)
* New working software list additions
kaypro484: CP/M 2.2F (81-292-A) [Scott G Taylor] kaypro484: CP/M 2.2G (81-292-A) [Don Maslin]
-rw-r--r--hash/kaypro484.xml32
-rw-r--r--src/mame/drivers/kaypro.cpp1
2 files changed, 33 insertions, 0 deletions
diff --git a/hash/kaypro484.xml b/hash/kaypro484.xml
new file mode 100644
index 00000000000..9d23483cdb6
--- /dev/null
+++ b/hash/kaypro484.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0"?>
+<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
+<!--
+license:CC0
+-->
+<softwarelist name="kaypro484" description="Kaypro 4/84 disk images">
+
+<!-- Operating systems -->
+
+ <software name="cpm22f">
+ <description>CP/M 2.2F (81-292-A)</description>
+ <year>19??</year>
+ <publisher>Digital Research</publisher>
+ <part name="flop1" interface="floppy_5_25">
+ <dataarea name="flop" size="270208">
+ <rom name="k4f-292.td0" size="270208" crc="8309cabe" sha1="7eb6829aaadae67b71bf4bfa19ce72f1e780747e"/>
+ </dataarea>
+ </part>
+ </software>
+
+ <software name="cpm22g">
+ <description>CP/M 2.2G (81-292-A)</description>
+ <year>19??</year>
+ <publisher>Digital Research</publisher>
+ <part name="flop1" interface="floppy_5_25">
+ <dataarea name="flop" size="202620">
+ <rom name="kp22gdsd.td0" size="202620" crc="6ab35630" sha1="106fb294b719d620abd82ee74f0f16130264e3d1"/>
+ </dataarea>
+ </part>
+ </software>
+
+</softwarelist>
diff --git a/src/mame/drivers/kaypro.cpp b/src/mame/drivers/kaypro.cpp
index 47343463d54..84578280cdc 100644
--- a/src/mame/drivers/kaypro.cpp
+++ b/src/mame/drivers/kaypro.cpp
@@ -362,6 +362,7 @@ void kaypro_state::kaypro484(machine_config &config)
m_fdc->set_force_ready(true);
FLOPPY_CONNECTOR(config, "fdc:0", kaypro_floppies, "525dd", floppy_image_device::default_floppy_formats).enable_sound(true);
FLOPPY_CONNECTOR(config, "fdc:1", kaypro_floppies, "525dd", floppy_image_device::default_floppy_formats).enable_sound(true);
+ SOFTWARE_LIST(config, "flop_list").set_original("kaypro484");
}
void kaypro_state::kaypro10(machine_config &config)