diff options
| author | 2015-06-30 02:37:09 +0200 | |
|---|---|---|
| committer | 2015-06-30 02:37:09 +0200 | |
| commit | dbe8d0e6e9c94603ae6663b352e9facdaeb90147 (patch) | |
| tree | 7f28ecc6da6feb44b015ad1230f5565c0696419f /hash | |
| parent | 999fb005cc7cb5779ceab5e6e299629af4b5fef1 (diff) | |
| parent | 7b0b0bbc95573a2ea38ccbbe0138aae7b85d7232 (diff) | |
Merge branch 'master' of https://github.com/mamedev/mame
Diffstat (limited to 'hash')
| -rw-r--r-- | hash/i7000_card.xml | 8 | ||||
| -rw-r--r-- | hash/pet_flop.xml | 12 |
2 files changed, 17 insertions, 3 deletions
diff --git a/hash/i7000_card.xml b/hash/i7000_card.xml index 0287af5ef80..8ea5feb708c 100644 --- a/hash/i7000_card.xml +++ b/hash/i7000_card.xml @@ -45,7 +45,7 @@ cartridges data available in this softlist. </software> <software name="set3278"> - <description>I-7106 SET 3278 v1.2 R00 (Mar 21st, 1985)</description> + <description>I-7106 SET 3278 v1.2 R00 (Mar 21st, 1985) IBM-3278 terminal emulation</description> <year>1985</year> <publisher>Itautec</publisher> <part name="card" interface="i7000_card"> @@ -60,9 +60,11 @@ cartridges data available in this softlist. <year>1986</year> <publisher>Itautec</publisher> <part name="card" interface="i7000_card"> - <dataarea name="rom" size="0x4000"> + <dataarea name="rom" size="0x6000"> <rom name="i-7107_set_vt52_v1.0_r02_25_02_86_1.rom" size="0x2000" crc="ead3f48e" sha1="ec7951591cab8e8c2cb22f7e6352c709d24b9706" offset="0x0000" /> - <rom name="i-7107_set_vt52_v1.0_r02_25_02_86_2.rom" size="0x2000" crc="da848ec0" sha1="7ed1898de94c7382c081ec3a78f60a6850daa25a" offset="0x2000" /> + <!-- the 2nd EPROM connector is unpopulated --> + <rom name="i-7107_set_vt52_v1.0_r02_25_02_86_2.rom" size="0x2000" crc="da848ec0" sha1="7ed1898de94c7382c081ec3a78f60a6850daa25a" offset="0x4000" /> + <!-- the 4th EPROM connector is unpopulated --> </dataarea> </part> </software> diff --git a/hash/pet_flop.xml b/hash/pet_flop.xml index b39cfd569ea..cddf15db41b 100644 --- a/hash/pet_flop.xml +++ b/hash/pet_flop.xml @@ -26,6 +26,18 @@ </part> </software> + <software name="1001demoa"> + <description>Commodore SFD-1001 Test/Demo</description> + <year>198?</year> + <publisher>Commodore</publisher> + + <part name="flop1" interface="floppy_5_25"> + <dataarea name="flop" size="1066496"> + <rom name="commodore sfd-1001 test demo.d82" size="1066496" crc="87f79d8c" sha1="6f73fd233871fae7e16a9eda9f628c907606ce9d" offset="0" /> + </dataarea> + </part> + </software> + <software name="2040demov1" cloneof="2040demo"> <description>Commodore 2040 Floppy Disk Drive Test/Demo Disk (DOS v1)</description> <year>197?</year> |
