From 14c3ca2a8396a7b9239c1a6cbac1ade4d2565b10 Mon Sep 17 00:00:00 2001 From: smesgr9000 <90571089+smesgr9000@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:22:21 +0200 Subject: [PATCH] add 5200 and arccart section to README.md --- sd/README.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/sd/README.md b/sd/README.md index f9ac873..afad471 100644 --- a/sd/README.md +++ b/sd/README.md @@ -129,6 +129,28 @@ mapper: 250 = CBS RAM Plus 12K 254 = Activision 8K +## 5200.txt +This file stores known Atari 5200 games with the required mapping value and cart size. + +Example: +Defender +1,2 + +Name +mapper, cart size + +mapper: +0 = Standard 4K/8K/16K/32K +1 = Two Chip 16K +2 = Bounty Bob Strikes Back 40K + +cart size: +0 = 4K +1 = 8K +2 = 16K +3 = 32K +4 = 40K + ## 7800.txt This file stores known Atari 7800 games with the required mapping value and cart size. @@ -157,6 +179,23 @@ cart size: 4 = 128K 5 = 144K +## arccart.txt +This file stores known Emerson Arcadia 2001 games with the required cart size. + + +Example: +American Football +2 + +Name +cart size + +cart size: +0 = 2K +1 = 4K +2 = 6K +3 = 8K + ## c64cart.txt This file stores known Commodore 64 games with the required mapping value and cart size.