diff options
| author | 2015-06-12 16:55:37 -0300 | |
|---|---|---|
| committer | 2015-06-19 13:41:22 -0300 | |
| commit | fc8f924e888219e907245c6f32d8dc69d0820359 (patch) | |
| tree | 9ec59c0af21e9767fa0c4c0065bbb8df6acf263b /hash | |
| parent | ff7edf0db5b74700aa50a3b03f6cae690eef0b8f (diff) | |
I7000: update offset of the second EPROM for the vt52 cartridge (and add comments explaining that)
Diffstat (limited to 'hash')
| -rw-r--r-- | hash/i7000_card.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hash/i7000_card.xml b/hash/i7000_card.xml index 0287af5ef80..b8dafa01d19 100644 --- a/hash/i7000_card.xml +++ b/hash/i7000_card.xml @@ -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> |
