diff options
author | 2013-01-11 16:23:29 +0000 | |
---|---|---|
committer | 2013-01-11 16:23:29 +0000 | |
commit | 19a14cbba6bb58a6fdd38a006cc3840b22e80122 (patch) | |
tree | 796841020cca8f5f2e721988baf16304f681bc94 /hash/crvision.xml | |
parent | d67192af3ee6991b0be10bd98d6cc65cc08149bf (diff) |
use spaces in xml comments. This is the output from a local srcclean change applied after reverting the 0.148 cleanup, to avoid losing previous formatting.
Diffstat (limited to 'hash/crvision.xml')
-rw-r--r-- | hash/crvision.xml | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/hash/crvision.xml b/hash/crvision.xml index 7d02ca74d85..5da662aa08a 100644 --- a/hash/crvision.xml +++ b/hash/crvision.xml @@ -5,8 +5,8 @@ <!-- A couple of comments about the 6k/8k images: - game code occupies 6k, but there can be different chips inside the actual carts: - 1x8k eprom, 2x4k eproms or 1x2k + 1x4k eproms. In the 1x8k case, the console - actually accesses only the first 2k and the final 4k. + 1x8k eprom, 2x4k eproms or 1x2k + 1x4k eproms. In the 1x8k case, the console + actually accesses only the first 2k and the final 4k. There have been found carts where the remaining part is empty, and carts where the lower 2k are repeated (see the Alt dumps below), but the dumps are basically the same and a Creativision would not see the difference between them. @@ -69,8 +69,8 @@ time! Hence, this is not a situation of usage of "Alt PCB" for these carts. </software> <!-- astrop1 differs from astropin only in the 1st byte. - This image came from FunnyMu < 0.43, and it might be - a bad dump (astropin has been confirmed good) --> + This image came from FunnyMu < 0.43, and it might be + a bad dump (astropin has been confirmed good) --> <software name="astropinb" cloneof="astropin"> <description>Astro Pinball (Bad?)</description> <year>1982</year> @@ -505,8 +505,8 @@ time! Hence, this is not a situation of usage of "Alt PCB" for these carts. </software> <!-- hapmon is a homebrew hex editor created in the 80s and perfectly working - on the real machine. It was dumped and released to the public in ~2002, - when FunnyMu emulator (written by Paul Hayter) was released --> + on the real machine. It was dumped and released to the public in ~2002, + when FunnyMu emulator (written by Paul Hayter) was released --> <software name="hapmon"> <description>Hapmon</description> <year>198?</year> @@ -519,27 +519,27 @@ time! Hence, this is not a situation of usage of "Alt PCB" for these carts. </software> <!-- These contain the same data as chopper, but in a different order (which is not handled properly by emulators). I'm listing these here to document checksums. - <software name="chopper2" cloneof="chopper"> - <description>Chopper Rescue (Alt 2)</description> - <year>1983</year> - <publisher>Video Technology Ltd.</publisher> - <part name="cart" interface="crvision_cart"> - <dataarea name="rom" size="18432"> - <rom name="chopper rescue (alt).rom" size="18432" crc="48e7e8b8" sha1="037088f15830fdd43081edddc5d683318d67ee01" offset="000000" /> - </dataarea> - </part> - </software> - - <software name="chopper1" cloneof="chopper"> - <description>Chopper Rescue (Alt)</description> - <year>1983</year> - <publisher>Video Technology Ltd.</publisher> - <part name="cart" interface="crvision_cart"> - <dataarea name="rom" size="18432"> - <rom name="chopper rescue.rom" size="18432" crc="14179570" sha1="fde339c8dbd44b3332e888cd24d3d492cf066b94" offset="000000" /> - </dataarea> - </part> - </software> + <software name="chopper2" cloneof="chopper"> + <description>Chopper Rescue (Alt 2)</description> + <year>1983</year> + <publisher>Video Technology Ltd.</publisher> + <part name="cart" interface="crvision_cart"> + <dataarea name="rom" size="18432"> + <rom name="chopper rescue (alt).rom" size="18432" crc="48e7e8b8" sha1="037088f15830fdd43081edddc5d683318d67ee01" offset="000000" /> + </dataarea> + </part> + </software> + + <software name="chopper1" cloneof="chopper"> + <description>Chopper Rescue (Alt)</description> + <year>1983</year> + <publisher>Video Technology Ltd.</publisher> + <part name="cart" interface="crvision_cart"> + <dataarea name="rom" size="18432"> + <rom name="chopper rescue.rom" size="18432" crc="14179570" sha1="fde339c8dbd44b3332e888cd24d3d492cf066b94" offset="000000" /> + </dataarea> + </part> + </software> --> </softwarelist> |