diff --git a/src/emucore/CartDetector.cxx b/src/emucore/CartDetector.cxx index 4c9c32790..4a98f6eba 100644 --- a/src/emucore/CartDetector.cxx +++ b/src/emucore/CartDetector.cxx @@ -769,8 +769,8 @@ bool CartDetector::isProbablyUA(const ByteBuffer& image, size_t size) { 0x8D, 0xC0, 0x02 }, // STA $2C0 (Fathom, Vanguard) { 0xAD, 0xC0, 0x02 }, // LDA $2C0 (Mickey) { 0x2C, 0xC0, 0x0F }, // BIT $FC0 (H.E.R.O., Kung-Fu Master) - { 0x8d, 0xC0, 0x0F }, // STA $FC0 (Pole Position, Subterranea) - { 0xad, 0xC0, 0x0F }, // LDA $FC0 (Front Line, Zaxxon) + { 0x8D, 0xC0, 0x0F }, // STA $FC0 (Pole Position, Subterranea) + { 0xAD, 0xC0, 0x0F }, // LDA $FC0 (Front Line, Zaxxon) { 0x2C, 0xC0, 0xEF } // BIT $EFC0 (Motocross) }; for(uInt32 i = 0; i < 10; ++i) diff --git a/src/emucore/DefProps.hxx b/src/emucore/DefProps.hxx index 68c4b7daa..7f90666c1 100644 --- a/src/emucore/DefProps.hxx +++ b/src/emucore/DefProps.hxx @@ -3321,7 +3321,7 @@ static const BSPF::array2D DefProps = {{ { "f0541d2f7cda5ec7bab6d62b6128b823", "Atari, Paul Donaldson", "", "Bionic Breakthrough (1984) (Atari) (Prototype)", "Uses MindLink Controller", "Prototype", "", "", "", "", "", "", "", "MINDLINK", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "http://www.atariprotos.com/2600/software/bionic/bionic.htm" }, { "f060826626aac9e0d8cda0282f4b7fc3", "Atari, David Crane - Sears", "CX2605 - 6-99822, 49-75109", "Outlaw (1978) (Atari) (4K)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "f0631c6675033428238408885d7e4fde", "Paul Slocum", "", "Test Cart (2002) (Paul Slocum)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "YES", "", "", "https://atariage.com/store/index.php?l=product_detail&p=102" }, - { "f066bea7ab0a37b83c83c924a87c5b67", "", "", "Air Raiders (1982) (Unknown)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, + { "f066bea7ab0a37b83c83c924a87c5b67", "", "", "Air Raiders (2003) (Hack) (Thomas Jentzsch)", "Unlimited ammo hack", "Hack", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "f0a6e99f5875891246c3dbecbf2d2cea", "Atari, James Andreasen - Sears", "CX2654 - 49-75141", "Haunted House (1982) (Atari)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "f0b7db930ca0e548c41a97160b9f6275", "Atari, Larry Wagner, Bob Whitehead - Sears", "CX2645 - 49-75181", "Video Chess (1979) (Atari)", "AKA Computer Chess", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "f0cacae1d1b79ee92f0dc035f42e0560", "", "", "Boring Donkey Kong (Hack)", "Hack of Donkey Kong", "Hack", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "{\"score_addresses\":[\"0x87\",\"0x88\"],\"score_digits\":6,\"score_trailing_zeroes\":2,\"variations_count\":1}", "" }, diff --git a/src/emucore/stella.pro b/src/emucore/stella.pro index f00354285..3ea05482c 100644 --- a/src/emucore/stella.pro +++ b/src/emucore/stella.pro @@ -21164,7 +21164,9 @@ "" "Cart.MD5" "f066bea7ab0a37b83c83c924a87c5b67" -"Cart.Name" "Air Raiders (1982) (Unknown)" +"Cart.Name" "Air Raiders (2003) (Hack) (Thomas Jentzsch)" +"Cart.Note" "Unlimited ammo hack" +"Cart.Rarity" "Hack" "" "Cart.MD5" "f0a6e99f5875891246c3dbecbf2d2cea"