diff options
author | 2017-02-11 16:51:22 +1100 | |
---|---|---|
committer | 2017-02-11 16:56:25 +1100 | |
commit | b90b684cd44c5250104e1cf5fec0c0783cb95415 (patch) | |
tree | 051fd84e7286c89e6e12986a88ee539eea67ef4a /hash/sitcom.xml | |
parent | bc695d75da77abc29f2b404e0dfb8afbb3fea2ca (diff) |
dl1416: clean up, support signal-level interface better, support
variants better
sitcom: implement Boot and Reset buttons, implement remapping of low
32kB, hook up PIA, implement I/O space mirrors, hook up RS232 interface
for downloading programs, add a software list with two example programs.
(nw) sitcom software list isn't hooked up right, the file won't be fed
to the -bitb input if you run with the set name; you have to run like
mame sitcom -bitb roms/sitcom/san.zip/san.hex
Diffstat (limited to 'hash/sitcom.xml')
-rw-r--r-- | hash/sitcom.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/hash/sitcom.xml b/hash/sitcom.xml new file mode 100644 index 00000000000..96c5dcd92a0 --- /dev/null +++ b/hash/sitcom.xml @@ -0,0 +1,28 @@ +<?xml version="1.0"?> +<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd"> + +<softwarelist name="sitcom" description="SITCOM"> + + <software name="flash1"> + <description>Flash 1</description> + <publisher>Izabella Malcolm</publisher> + <year>2002</year> + <part name="bitb1" interface="rs232"> + <dataarea name="bitb" size="99"> + <rom name="flash1.hex" size="99" crc="23fe0130" sha1="6f77c78d651de1c9d8d50239c50efa991970511c" offset="0" /> + </dataarea> + </part> + </software> + + <software name="san"> + <description>San</description> + <publisher>San Bergmans</publisher> + <year>2002</year> + <part name="bitb1" interface="rs232"> + <dataarea name="bitb" size="122"> + <rom name="san.hex" size="122" crc="fecdae5e" sha1="bca50b488330f08146f6978b2d098c048e6dae69" offset="0" /> + </dataarea> + </part> + </software> + +</softwarelist> |