Fixed bug with setting developer properties from the commandline not

having any effect.

Finished removing all TIA tweaks from ROM properties; the defaults should
now me much more authentic.  Related to this, completely removed the
'tiadefaults' argument and all functionality.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1247 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2006-12-28 20:40:01 +00:00
parent 705c97fd4f
commit 627efcb4fa
10 changed files with 294 additions and 277 deletions

View File

@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: Console.cxx,v 1.114 2006-12-28 18:31:22 stephena Exp $ // $Id: Console.cxx,v 1.115 2006-12-28 20:40:00 stephena Exp $
//============================================================================ //============================================================================
#include <cassert> #include <cassert>
@ -73,9 +73,6 @@ Console::Console(OSystem* osystem, Cartridge* cart, const Properties& props)
// Attach the event subsystem to the current console // Attach the event subsystem to the current console
myEvent = myOSystem->eventHandler().event(); myEvent = myOSystem->eventHandler().event();
// A developer can override properties from the commandline
setDeveloperProperties();
// Load user-defined palette for this ROM and initialize them // Load user-defined palette for this ROM and initialize them
// depending on PAL colour-loss effect // depending on PAL colour-loss effect
loadUserPalette(); loadUserPalette();
@ -679,84 +676,6 @@ void Console::enableBits(bool enable) const
myOSystem->frameBuffer().showMessage(message); myOSystem->frameBuffer().showMessage(message);
} }
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
void Console::setDeveloperProperties()
{
Settings& settings = myOSystem->settings();
string s;
s = settings.getString("type");
if(s != "")
myProperties.set(Cartridge_Type, s);
s = settings.getString("ld");
if(s != "")
myProperties.set(Console_LeftDifficulty, s);
s = settings.getString("rd");
if(s != "")
myProperties.set(Console_RightDifficulty, s);
s = settings.getString("tv");
if(s != "")
myProperties.set(Console_TelevisionType, s);
s = settings.getString("sp");
if(s != "")
myProperties.set(Console_SwapPorts, s);
s = settings.getString("lc");
if(s != "")
myProperties.set(Controller_Left, s);
s = settings.getString("rc");
if(s != "")
myProperties.set(Controller_Right, s);
s = settings.getString("bc");
if(s != "")
{
myProperties.set(Controller_Left, s);
myProperties.set(Controller_Right, s);
}
s = settings.getString("cp");
if(s != "")
myProperties.set(Controller_SwapPaddles, s);
s = settings.getString("format");
if(s != "")
myProperties.set(Display_Format, s);
s = settings.getString("xstart");
if(s != "")
myProperties.set(Display_XStart, s);
s = settings.getString("ystart");
if(s != "")
myProperties.set(Display_YStart, s);
s = settings.getString("width");
if(s != "")
myProperties.set(Display_Width, s);
s = settings.getString("height");
if(s != "")
myProperties.set(Display_Height, s);
s = settings.getString("pp");
if(s != "")
myProperties.set(Display_Phosphor, s);
s = settings.getString("ppblend");
if(s != "")
myProperties.set(Display_PPBlend, s);
s = settings.getString("hmove");
if(s != "")
myProperties.set(Emulation_HmoveBlanks, s);
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
void Console::loadUserPalette() void Console::loadUserPalette()
{ {

View File

@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: Console.hxx,v 1.55 2006-12-28 18:31:22 stephena Exp $ // $Id: Console.hxx,v 1.56 2006-12-28 20:40:00 stephena Exp $
//============================================================================ //============================================================================
#ifndef CONSOLE_HXX #ifndef CONSOLE_HXX
@ -38,7 +38,7 @@ class System;
This class represents the entire game console. This class represents the entire game console.
@author Bradford W. Mott @author Bradford W. Mott
@version $Id: Console.hxx,v 1.55 2006-12-28 18:31:22 stephena Exp $ @version $Id: Console.hxx,v 1.56 2006-12-28 20:40:00 stephena Exp $
*/ */
class Console class Console
{ {
@ -247,7 +247,6 @@ class Console
private: private:
void toggleTIABit(TIA::TIABit bit, const string& bitname, bool show = true) const; void toggleTIABit(TIA::TIABit bit, const string& bitname, bool show = true) const;
void setDeveloperProperties();
/** /**
Loads a user-defined palette file from 'stella.pal', filling the Loads a user-defined palette file from 'stella.pal', filling the

View File

@ -18,9 +18,9 @@ static const char* DefProps[][23] = {
{ "0ef64cdbecccb7049752a3de0b7ade14", "Atari", "", "Combat (32-in-1) (Atari) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "0ef64cdbecccb7049752a3de0b7ade14", "Atari", "", "Combat (32-in-1) (Atari) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "2e1401b931c9eb064af5e0a7184e598d", "", "", "Death Derby (v0008) (2001) (Glenn Saunders) (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "2e1401b931c9eb064af5e0a7184e598d", "", "", "Death Derby (v0008) (2001) (Glenn Saunders) (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "4d2cef8f19cafeec72d142e34a1bbc03", "HES", "", "2 Pak Special Yellow - Star Warrior,Frogger (1990) (HES) (PAL) [a1][!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "4d2cef8f19cafeec72d142e34a1bbc03", "HES", "", "2 Pak Special Yellow - Star Warrior,Frogger (1990) (HES) (PAL) [a1][!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "6e372f076fb9586aff416144f5cfe1cb", "Atari", "CX2646 / 4975185", "Pac-Man (1981) (Atari)", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "6e372f076fb9586aff416144f5cfe1cb", "Atari", "CX2646 / 4975185", "Pac-Man (1981) (Atari)", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "33", "", "", "", "" },
{ "91c2098e88a6b13f977af8c003e0bca5", "Atari", "CX2676", "Centipede (1982) (Atari) [!]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "91c2098e88a6b13f977af8c003e0bca5", "Atari", "CX2676", "Centipede (1982) (Atari) [!]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "b2f0d7217147160b2f481954cedf814b", "", "", "Marquee Drawer (2001) (B. Watson)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "b2f0d7217147160b2f481954cedf814b", "", "", "Marquee Drawer (2001) (B. Watson)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "YES", "", "" },
{ "d573089534ca596e64efef474be7b6bc", "Parker Bros", "", "Action Force (1983) (Parker Bros) (PAL) [h1]", "Uses the Paddle (left) and Joystick (right) Controllers", "", "", "", "", "", "", "", "Paddles", "", "", "", "", "", "", "", "", "", "" }, { "d573089534ca596e64efef474be7b6bc", "Parker Bros", "", "Action Force (1983) (Parker Bros) (PAL) [h1]", "Uses the Paddle (left) and Joystick (right) Controllers", "", "", "", "", "", "", "", "Paddles", "", "", "", "", "", "", "", "", "", "" },
{ "f3213a8a702b0646d2eaf9ee0722b51c", "Atari", "CX2618 / 4975123", "3-D Tic-Tac-Toe (1978) (Atari) [o1]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "f3213a8a702b0646d2eaf9ee0722b51c", "Atari", "CX2618 / 4975123", "3-D Tic-Tac-Toe (1978) (Atari) [o1]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "0805366f1b165a64b6d4df20d2c39d25", "Atari", "CX2650 / 4975168", "Berzerk (1982) (Atari) (PAL) [!]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "0805366f1b165a64b6d4df20d2c39d25", "Atari", "CX2650 / 4975168", "Berzerk (1982) (Atari) (PAL) [!]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -40,7 +40,7 @@ static const char* DefProps[][23] = {
{ "eafe8b40313a65792e88ff9f2fe2655c", "Eric Ball", "ELB004", "Skeleton+ (NTSC)", "Stereo sound", "Homebrew", "Stereo", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "eafe8b40313a65792e88ff9f2fe2655c", "Eric Ball", "ELB004", "Skeleton+ (NTSC)", "Stereo sound", "Homebrew", "Stereo", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "fac28963307b6e85082ccd77c88325e7", "CCE", "", "Berzerk (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "fac28963307b6e85082ccd77c88325e7", "CCE", "", "Berzerk (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "0443cfa9872cdb49069186413275fa21", "Mattel", "MT4518", "Burgertime (1982) (Mattel)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "26", "", "", "", "" }, { "0443cfa9872cdb49069186413275fa21", "Mattel", "MT4518", "Burgertime (1982) (Mattel)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "26", "", "", "", "" },
{ "0b1056f1091cfdc5eb0e2301f47ac6c3", "Tigervision", "7-001", "King Kong (1982) (Tigervision)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "0b1056f1091cfdc5eb0e2301f47ac6c3", "Tigervision", "7-001", "King Kong (1982) (Tigervision)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "20", "", "", "", "" },
{ "133b56de011d562cbab665968bde352b", "Activision", "AG-038", "Cosmic Commuter (1984) (Activision) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "133b56de011d562cbab665968bde352b", "Activision", "AG-038", "Cosmic Commuter (1984) (Activision) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "19d6956ff17a959c48fcd8f4706a848d", "Mystique", "", "Burning Desire (1982) (Playaround)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "25", "", "YES", "", "" }, { "19d6956ff17a959c48fcd8f4706a848d", "Mystique", "", "Burning Desire (1982) (Playaround)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "25", "", "YES", "", "" },
{ "227532d82505c3c185a878273c285d5f", "", "", "Hangman Man Original Words (Hangman Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "227532d82505c3c185a878273c285d5f", "", "", "Hangman Man Original Words (Hangman Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -279,7 +279,7 @@ static const char* DefProps[][23] = {
{ "0cebb0bb45a856b23f56d21ce7d1bc34", "", "", "Crash Dive (1983) (20th Century Fox) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "0cebb0bb45a856b23f56d21ce7d1bc34", "", "", "Crash Dive (1983) (20th Century Fox) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "0de53160a8b54c3aa5aed8d68c970b62", "Starsoft", "", "Fuchs & Schweinchen Schlau (Starsoft) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "0de53160a8b54c3aa5aed8d68c970b62", "Starsoft", "", "Fuchs & Schweinchen Schlau (Starsoft) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "0eebfb60d437796d536039701ec43845", "Fabrizio Zavagli / CommaVid", "", "Cakewalk (PAL Conversion) (Fabrizio Zavagli)", "", "New Release (Video Format Conversion)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "0eebfb60d437796d536039701ec43845", "Fabrizio Zavagli / CommaVid", "", "Cakewalk (PAL Conversion) (Fabrizio Zavagli)", "", "New Release (Video Format Conversion)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "0f341d1f4e144e3163d9a5fc5a662b79", "", "", "RUN Platform Demo (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "YES", "", "" }, { "0f341d1f4e144e3163d9a5fc5a662b79", "", "", "RUN Platform Demo (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "0", "", "YES", "", "" },
{ "103f1756d9dc0dd2b16b53ad0f0f1859", "ITT Family Games", "554-33391", "Alien's Return (ITT Family Games) (PAL) [!]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "103f1756d9dc0dd2b16b53ad0f0f1859", "ITT Family Games", "554-33391", "Alien's Return (ITT Family Games) (PAL) [!]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "114c599454d32f74c728a6e1f71012ba", "Activision", "AX-015", "Chopper Command (1982) (Activision) (PAL) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "114c599454d32f74c728a6e1f71012ba", "Activision", "AX-015", "Chopper Command (1982) (Activision) (PAL) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "1287535256bf5dff404839ac9e25c3e7", "", "", "Alien Pac-Man (Rev 2) by PacManPlus (Alien Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "1287535256bf5dff404839ac9e25c3e7", "", "", "Alien Pac-Man (Rev 2) by PacManPlus (Alien Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
@ -341,7 +341,7 @@ static const char* DefProps[][23] = {
{ "4868a81e1b6031ed66ecd60547e6ec85", "Eric Mooney", "", "Invaders by Erik Mooney (V2.1) (1-3-98) (PD)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "4868a81e1b6031ed66ecd60547e6ec85", "Eric Mooney", "", "Invaders by Erik Mooney (V2.1) (1-3-98) (PD)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "4999b45be0ab5a85bac1b7c0e551542b", "CCE", "", "Double Dragon (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "4999b45be0ab5a85bac1b7c0e551542b", "CCE", "", "Double Dragon (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "4ae8c76cd6f24a2e181ae874d4d2aa3d", "20th Century Fox", "11015", "Flash Gordon (1983) (20th Century Fox) (PAL) [p1][!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "4ae8c76cd6f24a2e181ae874d4d2aa3d", "20th Century Fox", "11015", "Flash Gordon (1983) (20th Century Fox) (PAL) [p1][!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "4c0fb2544ae0f8b5f7ae8bce7bd7f134", "Starpath", "AR-4302", "Party Mix Preview (1982) (Starpath)", "Uses the Paddle Controllers", "Extremely Rare", "", "", "", "", "", "", "Paddles", "Paddles", "", "", "", "", "", "", "", "", "" }, { "4c0fb2544ae0f8b5f7ae8bce7bd7f134", "Starpath", "AR-4302", "Party Mix Preview (1982) (Starpath)", "Uses the Paddle Controllers", "Extremely Rare", "", "", "", "", "", "", "PADDLES", "PADDLES", "", "", "", "", "24", "", "", "", "" },
{ "4ca0959f846d2beada18ecf29efe137e", "Atari", "CX2666", "RealSports Volleyball (1982) (Atari) (PAL) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "4ca0959f846d2beada18ecf29efe137e", "Atari", "CX2666", "RealSports Volleyball (1982) (Atari) (PAL) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "4dbf47c7f5ac767a3b07843a530d29a5", "Ric Pryor", "", "Breaking News (2002) (Ric Pryor) (Bump 'n' Jump Hack)", "Bump 'n' Jump Hack", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "4dbf47c7f5ac767a3b07843a530d29a5", "Ric Pryor", "", "Breaking News (2002) (Ric Pryor) (Bump 'n' Jump Hack)", "Bump 'n' Jump Hack", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "4e4895c3381aa4220f8c2795d6338237", "", "", "Backwards Cannonball v1 (Human Cannonball Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "4e4895c3381aa4220f8c2795d6338237", "", "", "Backwards Cannonball v1 (Human Cannonball Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -379,8 +379,8 @@ static const char* DefProps[][23] = {
{ "6fc394dbf21cf541a60e3b3631b817f1", "Imagic", "IA3611", "Dragonfire (1982) (Imagic) (PAL) [!]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "6fc394dbf21cf541a60e3b3631b817f1", "Imagic", "IA3611", "Dragonfire (1982) (Imagic) (PAL) [!]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "70a8480cfaf08776e5420365732159d2", "Rob Kudla", "", "Horizontally Scrolling Playfield Thing (Rob Kudla) (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "70a8480cfaf08776e5420365732159d2", "Rob Kudla", "", "Horizontally Scrolling Playfield Thing (Rob Kudla) (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "71f09f128e76eb14e244be8f44848759", "", "", "Astro Attack (Goliath) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "71f09f128e76eb14e244be8f44848759", "", "", "Astro Attack (Goliath) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "72db1194b1cc7d45b242f25eb1c148d3", "", "", "Pac-Man (1981) (Atari) [h1]", "Hack of Pac-Man (Atari)", "New Release (Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "72db1194b1cc7d45b242f25eb1c148d3", "", "", "Pac-Man (1981) (Atari) [h1]", "Hack of Pac-Man (Atari)", "New Release (Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "33", "", "", "", "" },
{ "73cb1f1666f3fd30b52b4f3d760c928f", "CommaVid", "CM-005", "Mines of Minos (1982) (CommaVid) (PAL) [p1][!]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "73cb1f1666f3fd30b52b4f3d760c928f", "CommaVid", "CM-005", "Mines of Minos (1982) (CommaVid) (PAL) [p1][!]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "24", "", "YES", "", "" },
{ "75169c08b56e4e6c36681e599c4d8cc5", "Mattel", "MT5666", "Astroblast (1982) (Mattel) [a1]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "75169c08b56e4e6c36681e599c4d8cc5", "Mattel", "MT5666", "Astroblast (1982) (Mattel) [a1]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "75e276ba12dc4504659481c31345703a", "Starpath", "AR-4103", "Killer Satellites (1982) (Starpath) (PAL)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "75e276ba12dc4504659481c31345703a", "Starpath", "AR-4103", "Killer Satellites (1982) (Starpath) (PAL)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "7732e4e4cc2644f163d6650ddcc9d9df", "HES", "", "2 Pak Black - Challenge, Surfing (HES) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "7732e4e4cc2644f163d6650ddcc9d9df", "HES", "", "2 Pak Black - Challenge, Surfing (HES) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -400,7 +400,7 @@ static const char* DefProps[][23] = {
{ "85dcc70a0adeb2e001e5df387612de24", "", "", "Greeting Cart Gene (SnailSoft)(PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "85dcc70a0adeb2e001e5df387612de24", "", "", "Greeting Cart Gene (SnailSoft)(PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "8726c17ee7b559cb7bf2330d20972ad0", "", "", "Cave Demo (21-04-2003) (CT)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "8726c17ee7b559cb7bf2330d20972ad0", "", "", "Cave Demo (21-04-2003) (CT)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "883258dcd68cefc6cd4d40b1185116dc", "Activision", "AZ-030", "Decathlon (1983) (Activision) (PAL) [!]", "", "Rare", "", "FE", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "883258dcd68cefc6cd4d40b1185116dc", "Activision", "AZ-030", "Decathlon (1983) (Activision) (PAL) [!]", "", "Rare", "", "FE", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "8917f7c1ac5eb05b82331cf01c495af2", "Bitcorp", "PG202", "Space Tunnel (Bitcorp) (PAL)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "8917f7c1ac5eb05b82331cf01c495af2", "Bitcorp", "PG202", "Space Tunnel (Bitcorp) (PAL)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "256", "", "", "" },
{ "8a9d953ac3db52a313a90d6a9b139c76", "", "", "Hangman Invader Biglist3 (Hangman Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "8a9d953ac3db52a313a90d6a9b139c76", "", "", "Hangman Invader Biglist3 (Hangman Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "8bebac614571135933116045204f0f00", "", "", "Missile Command (CX-22 Trackball) (PAL) (2002) (TJ)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "8bebac614571135933116045204f0f00", "", "", "Missile Command (CX-22 Trackball) (PAL) (2002) (TJ)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "8d00a38f4c8f8800f1c237215ac243fc", "", "", "3-D Corridor (Green) (30-03-2003) (AD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "8d00a38f4c8f8800f1c237215ac243fc", "", "", "3-D Corridor (Green) (30-03-2003) (AD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -420,7 +420,7 @@ static const char* DefProps[][23] = {
{ "9de0d45731f90a0a922ab09228510393", "20th Century Fox", "11003", "Fast Eddie (1982) (20th Century Fox) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "9de0d45731f90a0a922ab09228510393", "20th Century Fox", "11003", "Fast Eddie (1982) (20th Century Fox) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "9eca521db1959156a115dee85a405194", "", "", "Fu Kung! (V0.08) (2003) (AD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "9eca521db1959156a115dee85a405194", "", "", "Fu Kung! (V0.08) (2003) (AD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "9f93734c68f6479eb022cab40814142e", "", "", "Push (V0.07) (2001) (AD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "9f93734c68f6479eb022cab40814142e", "", "", "Push (V0.07) (2001) (AD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "a100eff2d7ae61ca2b8e65baf7e2aae8", "David Marli", "", "Muncher by David Marli (Pac-Man Hack)", "Hack of Pac-Man (Atari)", "New Release (Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "a100eff2d7ae61ca2b8e65baf7e2aae8", "David Marli", "", "Muncher by David Marli (Pac-Man Hack)", "Hack of Pac-Man (Atari)", "New Release (Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "33", "", "", "", "" },
{ "a19215975aeca1d98328173a124c47f7", "", "", "Death Derby (12-01-2003) (TJ)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "a19215975aeca1d98328173a124c47f7", "", "", "Death Derby (12-01-2003) (TJ)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "a20b7abbcdf90fbc29ac0fafa195bd12", "Starsoft", "", "Motocross (Starsoft) (PAL) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "a20b7abbcdf90fbc29ac0fafa195bd12", "Starsoft", "", "Motocross (Starsoft) (PAL) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "a302b922a8dbec47743f28b7f91d4cd8", "Starpath", "AR-4400", "Dragonstomper Preview (1982) (Starpath) [a1]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "a302b922a8dbec47743f28b7f91d4cd8", "Starpath", "AR-4400", "Dragonstomper Preview (1982) (Starpath) [a1]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -597,7 +597,7 @@ static const char* DefProps[][23] = {
{ "24b5f4bbdb853eca38ea0cae2dfe73a1", "", "CX2623 / 99819 / 75125", "Home Run (1978) (PAL) [p1][a1][!]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "24b5f4bbdb853eca38ea0cae2dfe73a1", "", "CX2623 / 99819 / 75125", "Home Run (1978) (PAL) [p1][a1][!]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "2517827950fee41a3b9de60275c8aa6a", "Activision", "", "Fishing Derby (1980) (Activision) [p1]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "2517827950fee41a3b9de60275c8aa6a", "Activision", "", "Fishing Derby (1980) (Activision) [p1]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "25a943e9d5e312b516660b0627352448", "", "", "Image - Baboon (Interlaced Demo 1) (15-02-2003) (TJ)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "25a943e9d5e312b516660b0627352448", "", "", "Image - Baboon (Interlaced Demo 1) (15-02-2003) (TJ)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "25e73efb9a6edf119114718bd2f646ba", "", "", "Miss Piggy's Wedding (Prototype) [!]", "", "Prototype", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "25e73efb9a6edf119114718bd2f646ba", "", "", "Miss Piggy's Wedding (Prototype) [!]", "", "Prototype", "", "", "", "", "", "", "", "", "", "", "", "", "24", "", "", "", "" },
{ "2683d29a282dd059535ac3bb250f540d", "", "", "Space Treat (12-01-2003) (Fabrizio Zavagli)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "2683d29a282dd059535ac3bb250f540d", "", "", "Space Treat (12-01-2003) (Fabrizio Zavagli)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "270229c6d5578446e6a588492e4e5910", "", "", "Space Invaders 2 (Space Invaders Hack)", "Hack of Space Invaders (Atari)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "270229c6d5578446e6a588492e4e5910", "", "", "Space Invaders 2 (Space Invaders Hack)", "Hack of Space Invaders (Atari)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "277cca62014fceebb46c549bac25a2e3", "Activision", "AG-002", "Boxing (1981) (Activision) [o1]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "277cca62014fceebb46c549bac25a2e3", "Activision", "AG-002", "Boxing (1981) (Activision) [o1]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -716,7 +716,7 @@ static const char* DefProps[][23] = {
{ "6076b187a5d8ea7a2a05111c19b5d5cd", "", "", "Fu Kung! (V0.14) (01-02-2003) (AD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "6076b187a5d8ea7a2a05111c19b5d5cd", "", "", "Fu Kung! (V0.14) (01-02-2003) (AD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "613abf596c304ef6dbd8f3351920c37a", "", "", "Boring Pac-man (Pac-Man Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "33", "", "", "", "" }, { "613abf596c304ef6dbd8f3351920c37a", "", "", "Boring Pac-man (Pac-Man Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "33", "", "", "", "" },
{ "61631c2f96221527e7da9802b4704f93", "", "", "Commando (1988) (Activision) [a1][!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "61631c2f96221527e7da9802b4704f93", "", "", "Commando (1988) (Activision) [a1][!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "6272f348a9a7f2d500a4006aa93e0d08", "", "", "RealSports Soccer (1983) (Atari) (PAL) [a1][!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "6272f348a9a7f2d500a4006aa93e0d08", "", "", "RealSports Soccer (1983) (Atari) (PAL) [a1][!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "YES", "", "" },
{ "6333ef5b5cbb77acd47f558c8b7a95d3", "Greg Troutman", "", "Dark Mage (8K) (Greg Troutman) (PD)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "6333ef5b5cbb77acd47f558c8b7a95d3", "Greg Troutman", "", "Dark Mage (8K) (Greg Troutman) (PD)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "637efac676ff063f2fbb0abff77c4fa5", "", "", "Noize Maker Demo (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "637efac676ff063f2fbb0abff77c4fa5", "", "", "Noize Maker Demo (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "63c7395d412a3cd095ccdd9b5711f387", "Eric Ball", "ELB005", "Skeleton+ (PAL)", "Stereo sound", "Homebrew", "Stereo", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "63c7395d412a3cd095ccdd9b5711f387", "Eric Ball", "ELB005", "Skeleton+ (PAL)", "Stereo sound", "Homebrew", "Stereo", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -729,7 +729,7 @@ static const char* DefProps[][23] = {
{ "66706459e62514d0c39c3797cbf73ff1", "Video Gems", "", "Treasure Below (Video Gems) (PAL)", "", "", "", "", "A", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "66706459e62514d0c39c3797cbf73ff1", "Video Gems", "", "Treasure Below (Video Gems) (PAL)", "", "", "", "", "A", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "66b54641b5786ea3ff0215aa39d61e01", "", "", "KC Pacman (Pac-Man Hack)", "Hack of Pac-Man (Atari)", "New Release (Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "66b54641b5786ea3ff0215aa39d61e01", "", "", "KC Pacman (Pac-Man Hack)", "Hack of Pac-Man (Atari)", "New Release (Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "675ae9c23fa1aae376cea86cad96f9a5", "", "", "Poker Squares (V0.25) (2001) (B. Watson)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "675ae9c23fa1aae376cea86cad96f9a5", "", "", "Poker Squares (V0.25) (2001) (B. Watson)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "67931b0d37dc99af250dd06f1c095e8d", "CommaVid", "CM-004", "Room of Doom (CommaVid)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "67931b0d37dc99af250dd06f1c095e8d", "CommaVid", "CM-004", "Room of Doom (CommaVid)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "24", "", "YES", "", "" },
{ "67bd3d4dc5ac6a42a99950b4245bdc81", "Retroactive", "", "Qb (2.11) (Retroactive)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "67bd3d4dc5ac6a42a99950b4245bdc81", "Retroactive", "", "Qb (2.11) (Retroactive)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "683dc64ef7316c13ba04ee4398e2b93a", "Ed Federmeyer", "", "Edtris (1995) (Ed Federmeyer)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "683dc64ef7316c13ba04ee4398e2b93a", "Ed Federmeyer", "", "Edtris (1995) (Ed Federmeyer)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "68760b82fc5dcf3fedf84376a4944bf9", "", "", "Laser Gates (1983) (CCE) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "68760b82fc5dcf3fedf84376a4944bf9", "", "", "Laser Gates (1983) (CCE) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -788,7 +788,7 @@ static const char* DefProps[][23] = {
{ "840a5a2eaea24d95d289f514fd12f9bb", "", "", "GBImprov (Ghostbusters Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "840a5a2eaea24d95d289f514fd12f9bb", "", "", "GBImprov (Ghostbusters Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "85227160f37aaa29f5e3a6c7a3219f54", "Activision", "AG-004", "Fishing Derby (1980) (Activision) [o2]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "85227160f37aaa29f5e3a6c7a3219f54", "Activision", "AG-004", "Fishing Derby (1980) (Activision) [o2]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "85a4133f6dcf4180e36e70ad0fca0921", "CCE", "", "Chopper Command (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "85a4133f6dcf4180e36e70ad0fca0921", "CCE", "", "Chopper Command (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "85e564dae5687e431955056fbda10978", "Milton Bradley", "4362", "Survival Run (1983) (Milton Bradley)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "85e564dae5687e431955056fbda10978", "Milton Bradley", "4362", "Survival Run (1983) (Milton Bradley)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "29", "", "YES", "", "" },
{ "86b4aa76bbeb70e1a4f9211a9880ba8e", "", "", "Incoming (1 Player Version) (05-11-2002) (Ben Larson)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "86b4aa76bbeb70e1a4f9211a9880ba8e", "", "", "Incoming (1 Player Version) (05-11-2002) (Ben Larson)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "8747ba79cd39fa83a529bb26010db21b", "Atari", "CX2632", "Space Invaders (1978) (Atari) (PAL) [!]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "8747ba79cd39fa83a529bb26010db21b", "Atari", "CX2632", "Space Invaders (1978) (Atari) (PAL) [!]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "87b460df21b7bbcfc57b1c082c6794b0", "", "", "Climber 5 (20-03-2003) (Dennis Debro)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "NO" }, { "87b460df21b7bbcfc57b1c082c6794b0", "", "", "Climber 5 (20-03-2003) (Dennis Debro)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "NO" },
@ -910,7 +910,7 @@ static const char* DefProps[][23] = {
{ "c830f6ae7ee58bcc2a6712fb33e92d55", "Atari", "", "Tempest (Atari) (Prototype) [!]", "", "Prototype", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "c830f6ae7ee58bcc2a6712fb33e92d55", "Atari", "", "Tempest (Atari) (Prototype) [!]", "", "Prototype", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "c92cfa54b5d022637fdcbdc1ef640d82", "Retroactive", "", "Qb (V2.05) (PAL) (2001) (Retroactive)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "c92cfa54b5d022637fdcbdc1ef640d82", "Retroactive", "", "Qb (V2.05) (PAL) (2001) (Retroactive)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "ca09fa7406b7d2aea10d969b6fc90195", "Activision", "AX-024", "Dolphin (1983) (Activision) [a1][!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "ca09fa7406b7d2aea10d969b6fc90195", "Activision", "AX-024", "Dolphin (1983) (Activision) [a1][!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "ca53fc8fd8b3c4a7df89ac86b222eba0", "CCE", "", "Pac-Man (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "ca53fc8fd8b3c4a7df89ac86b222eba0", "CCE", "", "Pac-Man (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "33", "", "", "", "" },
{ "cb0b5b8458a13a074e1fe82d3c4e8f3c", "Activision", "AZ-028", "Robot Tank (1983) (Activision) (PAL) [b1]", "", "Rare", "", "FE", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "cb0b5b8458a13a074e1fe82d3c4e8f3c", "Activision", "AZ-028", "Robot Tank (1983) (Activision) (PAL) [b1]", "", "Rare", "", "FE", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "cb9626517b440f099c0b6b27ca65142c", "Atari", "CX2664 / 6699818", "Brain Games (1982) (Atari) [o1]", "Uses Keypad Controllers", "Uncommon", "", "", "", "", "", "", "Keyboard", "Keyboard", "", "", "", "", "", "", "", "", "" }, { "cb9626517b440f099c0b6b27ca65142c", "Atari", "CX2664 / 6699818", "Brain Games (1982) (Atari) [o1]", "Uses Keypad Controllers", "Uncommon", "", "", "", "", "", "", "Keyboard", "Keyboard", "", "", "", "", "", "", "", "", "" },
{ "cbced209dd0575a27212d3eee6aee3bc", "Apollo", "AP 2003", "Racquetball (1981) (Apollo) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "cbced209dd0575a27212d3eee6aee3bc", "Apollo", "AP 2003", "Racquetball (1981) (Apollo) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
@ -920,7 +920,7 @@ static const char* DefProps[][23] = {
{ "cd568d6acb2f14477ebf7e59fb382292", "Ariola", "MT5687", "Football (AKA Fussball) (Ariola) (PAL) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "cd568d6acb2f14477ebf7e59fb382292", "Ariola", "MT5687", "Football (AKA Fussball) (Ariola) (PAL) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "cdb81bf33d830ee4ee0606ee99e84dba", "Starpath", "AR-4300", "Fireball (1982) (Starpath) (PAL)", "Uses the Paddle Controllers", "Rare", "", "", "", "", "", "", "Paddles", "", "", "", "", "", "", "", "", "", "" }, { "cdb81bf33d830ee4ee0606ee99e84dba", "Starpath", "AR-4300", "Fireball (1982) (Starpath) (PAL)", "Uses the Paddle Controllers", "Rare", "", "", "", "", "", "", "Paddles", "", "", "", "", "", "", "", "", "", "" },
{ "ce4bbe11d682c15a490ae15a4a8716cf", "", "", "Okie Dokie (Older) (PD)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "ce4bbe11d682c15a490ae15a4a8716cf", "", "", "Okie Dokie (Older) (PD)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "cedbd67d1ff321c996051eec843f8716", "Froggo", "", "Karate (1982) (Froggo)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "cedbd67d1ff321c996051eec843f8716", "Froggo", "", "Karate (1982) (Froggo)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "25", "", "", "", "" },
{ "cf63ffac9da89ef09c6c973083061a47", "CCE", "", "M.A.S.H. (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "cf63ffac9da89ef09c6c973083061a47", "CCE", "", "M.A.S.H. (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "cfd6a8b23d12b0462baf6a05ef347cd8", "Activision", "AX-006", "Bridge (1981) (Activision) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "cfd6a8b23d12b0462baf6a05ef347cd8", "Activision", "AX-006", "Bridge (1981) (Activision) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "cfef1a2d1f6a5ee7a5e1f43f3056f112", "", "", "Skeleton+ (05-05-2003) (Eric Ball) (NTSC)", "", "", "Stereo", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "cfef1a2d1f6a5ee7a5e1f43f3056f112", "", "", "Skeleton+ (05-05-2003) (Eric Ball) (NTSC)", "", "", "Stereo", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -947,18 +947,18 @@ static const char* DefProps[][23] = {
{ "dac38b4dd3da73bb7b2e9d70c61d2b7c", "", "", "Hangman Monkey Biglist3 (Hangman Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "dac38b4dd3da73bb7b2e9d70c61d2b7c", "", "", "Hangman Monkey Biglist3 (Hangman Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "daef7d8e5a09981c4aa81573d4dbb380", "Adam Thornton", "", "Lord of the Rings - Fellowship of the Ring by Adam Thornton (Dark Mage Hack) (PD)", "Hack of Dark Mage by SuperCharger", "New Release (Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "daef7d8e5a09981c4aa81573d4dbb380", "Adam Thornton", "", "Lord of the Rings - Fellowship of the Ring by Adam Thornton (Dark Mage Hack) (PD)", "Hack of Dark Mage by SuperCharger", "New Release (Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "db1753cc702c18d3917ec7f3b0e8659f", "", "", "Frame Counter 2 (2001) (Jake Patterson) (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "db1753cc702c18d3917ec7f3b0e8659f", "", "", "Frame Counter 2 (2001) (Jake Patterson) (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "db76f7a0819659d9e585f2cdde9175c7", "Xonox", "99005", "Robin Hood (1983) (Xonox) (PAL) [a1][!]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "db76f7a0819659d9e585f2cdde9175c7", "Xonox", "99005", "Robin Hood (1983) (Xonox) (PAL) [a1][!]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "30", "", "", "", "" },
{ "dbabb80e92ff18d8eecf615c0539151e", "", "", "Sprite Demo 3 (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "dbabb80e92ff18d8eecf615c0539151e", "", "", "Sprite Demo 3 (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "dbdaf82f4f0c415a94d1030271a9ef44", "CCE", "", "Kaboom! (CCE)", "Uses the Paddle Controllers (left only)", "", "", "", "", "", "", "", "Paddles", "", "", "", "", "", "", "", "", "", "" }, { "dbdaf82f4f0c415a94d1030271a9ef44", "CCE", "", "Kaboom! (CCE)", "Uses the Paddle Controllers (left only)", "", "", "", "", "", "", "", "Paddles", "", "", "", "", "", "", "", "", "", "" },
{ "dca941dab5c6f859b71883b13ade9744", "", "", "Hangman Pac-Man Biglist2 (Hangman Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "dca941dab5c6f859b71883b13ade9744", "", "", "Hangman Pac-Man Biglist2 (Hangman Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "dd0cbe5351551a538414fb9e37fc56e8", "Xonox", "99006", "Sir Lancelot (1983) (Xonox) (PAL) [!]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "dd0cbe5351551a538414fb9e37fc56e8", "Xonox", "99006", "Sir Lancelot (1983) (Xonox) (PAL) [!]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "dd7598b8bcb81590428900f71b720efb", "Xonox", "99005", "Robin Hood (1983) (Xonox) (PAL) [!]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "dd7598b8bcb81590428900f71b720efb", "Xonox", "99005", "Robin Hood (1983) (Xonox) (PAL) [!]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "30", "", "", "", "" },
{ "dda23757407c4e217f64962c87ad0c82", "", "", "Nitemare at Sunshine Bowl-a-Rama (beta 2) (Atari Freak 1)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "dda23757407c4e217f64962c87ad0c82", "", "", "Nitemare at Sunshine Bowl-a-Rama (beta 2) (Atari Freak 1)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "de07e9cb43ad8d06a35f6506e22c62e9", "", "", "Oh No! (Version 4) (22-01-2003) (AD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "de07e9cb43ad8d06a35f6506e22c62e9", "", "", "Oh No! (Version 4) (22-01-2003) (AD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "de29e46dbea003c3c09c892d668b9413", "CBS Electronics", "", "Carnival (1983) (CBS Electronics) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "de29e46dbea003c3c09c892d668b9413", "CBS Electronics", "", "Carnival (1983) (CBS Electronics) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "de78b3a064d374390ac0710f95edde92", "Bomb", "CA281", "Assault (Bomb)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "de78b3a064d374390ac0710f95edde92", "Bomb", "CA281", "Assault (Bomb)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "ded26e1cb17f875a9c17515c900f9933", "", "", "Space Treat (29-12-2002) (Fabrizio Zavagli)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "ded26e1cb17f875a9c17515c900f9933", "", "", "Space Treat (29-12-2002) (Fabrizio Zavagli)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "df5cc5cccdc140eb7107f5b8adfacda1", "Cracker Jack Productions", "", "Lumberman by Cracker Jack Productions (Pac-Man Hack)", "Hack of Pac-Man (1981) (Atari)", "New Release (Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "df5cc5cccdc140eb7107f5b8adfacda1", "Cracker Jack Productions", "", "Lumberman by Cracker Jack Productions (Pac-Man Hack)", "Hack of Pac-Man (1981) (Atari)", "New Release (Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "33", "", "", "", "" },
{ "df753cb87d3af4d03f694ab848638108", "", "", "Solar Fox (1983) (CBS Electronics) (PAL) [a1][!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "df753cb87d3af4d03f694ab848638108", "", "", "Solar Fox (1983) (CBS Electronics) (PAL) [a1][!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "dfafa3fa58f5cc3f0342cca475df6095", "", "", "Space Treat (V1.1 Beta) (24-12-2002) (Fabrizio Zavagli)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "dfafa3fa58f5cc3f0342cca475df6095", "", "", "Space Treat (V1.1 Beta) (24-12-2002) (Fabrizio Zavagli)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "e02156294393818ff872d4314fc2f38e", "Panda", "", "Dice Puzzle (Sancho) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "e02156294393818ff872d4314fc2f38e", "Panda", "", "Dice Puzzle (Sancho) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
@ -971,7 +971,7 @@ static const char* DefProps[][23] = {
{ "e39a13b13dc82c5fdbfbbfd55ba1230e", "", "", "Analog Clock (Additional Frame Info) (V0.0) (20-01-2003) (AD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "e39a13b13dc82c5fdbfbbfd55ba1230e", "", "", "Analog Clock (Additional Frame Info) (V0.0) (20-01-2003) (AD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "e40a818dac4dd851f3b4aafbe2f1e0c1", "", "CX26137", "Peek-A-Boo (Atari) (Prototype)", "Uses Keypad Controllers", "Prototype", "", "", "", "", "", "", "KEYBOARD", "", "", "", "", "", "", "", "", "", "" }, { "e40a818dac4dd851f3b4aafbe2f1e0c1", "", "CX26137", "Peek-A-Boo (Atari) (Prototype)", "Uses Keypad Controllers", "Prototype", "", "", "", "", "", "", "KEYBOARD", "", "", "", "", "", "", "", "", "", "" },
{ "e4b12deaafd1dbf5ac31afe4b8e9c233", "", "", "Lord of the Rings - Fellowship of the Ring by Adam Thornton (Dark Mage Hack) (PD) [a1]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "e4b12deaafd1dbf5ac31afe4b8e9c233", "", "", "Lord of the Rings - Fellowship of the Ring by Adam Thornton (Dark Mage Hack) (PD) [a1]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "e4d41f2d59a56a9d917038682b8e0b8c", "", "", "Kiss Meets Pacman (Cody Pittman) (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "e4d41f2d59a56a9d917038682b8e0b8c", "", "", "Kiss Meets Pacman (Cody Pittman) (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "33", "", "", "", "" },
{ "e556e07cc06c803f2955986f53ef63ed", "Coleco", "2665", "Front Line (1982) (Coleco)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "e556e07cc06c803f2955986f53ef63ed", "Coleco", "2665", "Front Line (1982) (Coleco)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "e5d72ff8bab4450be57785cc9e83f3c0", "", "", "Kung Fu Superkicks (Telegames) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "e5d72ff8bab4450be57785cc9e83f3c0", "", "", "Kung Fu Superkicks (Telegames) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "e61210293b14c9c4ecc91705072c6a7e", "", "", "Bugs (1983) (Gameworld) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "e61210293b14c9c4ecc91705072c6a7e", "", "", "Bugs (1983) (Gameworld) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -986,7 +986,7 @@ static const char* DefProps[][23] = {
{ "eb46e99ec15858f8cd8c91cef384ce09", "Rainbow Vision", "", "Ground Zero (Rainbow Vision) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "eb46e99ec15858f8cd8c91cef384ce09", "Rainbow Vision", "", "Ground Zero (Rainbow Vision) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "ebcbc8a181a738e13df6216e5c329230", "Activision", "AX-022", "Seaquest (1983) (Activision) [o1]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "ebcbc8a181a738e13df6216e5c329230", "Activision", "AX-022", "Seaquest (1983) (Activision) [o1]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "ecf51385384b468834611d44a8429c03", "20th Century Fox", "11005", "Mega Force (1982) (20th Century Fox) (PAL) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "ecf51385384b468834611d44a8429c03", "20th Century Fox", "11005", "Mega Force (1982) (20th Century Fox) (PAL) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "ed1a784875538c7871d035b7a98c2433", "", "", "Save Our Ship (Technovision) [a1]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "ed1a784875538c7871d035b7a98c2433", "", "", "Save Our Ship (Technovision) [a1]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "38", "", "", "", "" },
{ "eddef10fdc0029301064115ae0cd41d4", "CCE", "AG-009", "Freeway (CCE)", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "eddef10fdc0029301064115ae0cd41d4", "CCE", "AG-009", "Freeway (CCE)", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "ee659ae50e9df886ac4f8d7ad10d046a", "Exus", "", "Video Reflex (Exus) (PAL)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "ee659ae50e9df886ac4f8d7ad10d046a", "Exus", "", "Video Reflex (Exus) (PAL)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "ee6cbedf6c0aac90faa0a8dbc093ffbe", "CCE", "", "My Golf (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "ee6cbedf6c0aac90faa0a8dbc093ffbe", "CCE", "", "My Golf (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -1003,7 +1003,7 @@ static const char* DefProps[][23] = {
{ "f3dfae774f3bd005a026e29894db40d3", "Starsoft", "", "See Saw (Starsoft) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "f3dfae774f3bd005a026e29894db40d3", "Starsoft", "", "See Saw (Starsoft) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "f473f99e47d4026a7a571184922ebf04", "Philp R. Frey", "", "Donkey Claus by Philip R. Frey (Donkey Kong Hack)", "Hack of Donkey Kong (Coleco)", "New Release (Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "f473f99e47d4026a7a571184922ebf04", "Philp R. Frey", "", "Donkey Claus by Philip R. Frey (Donkey Kong Hack)", "Hack of Donkey Kong (Coleco)", "New Release (Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "f4c2e50b01dff99bddbe037b3489511c", "", "", "Hypnotic (V0.04) (2001) (Inkling) (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "f4c2e50b01dff99bddbe037b3489511c", "", "", "Hypnotic (V0.04) (2001) (Inkling) (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "f5aa6bd10f662199c42e43863a30106c", "", "", "Music Kit (V1.0) - Song Player (Paul Slocum)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "f5aa6bd10f662199c42e43863a30106c", "", "", "Music Kit (V1.0) - Song Player (Paul Slocum)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "YES", "", "" },
{ "f69d4fcf76942fcd9bdf3fd8fde790fb", "CCE", "", "Aquaventure (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "No" }, { "f69d4fcf76942fcd9bdf3fd8fde790fb", "CCE", "", "Aquaventure (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "No" },
{ "f6daebc0424fa0f8d9aaf26c86df50f4", "", "", "Color Tweaker (V1.0) (2001) (B. Watson)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "f6daebc0424fa0f8d9aaf26c86df50f4", "", "", "Color Tweaker (V1.0) (2001) (B. Watson)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "f73d2d0eff548e8fc66996f27acf2b4b", "CCE", "AX-018", "Pitfall! (CCE) (PAL-M) [!]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "f73d2d0eff548e8fc66996f27acf2b4b", "CCE", "AX-018", "Pitfall! (CCE) (PAL-M) [!]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -1037,7 +1037,7 @@ static const char* DefProps[][23] = {
{ "00e19ebf9d0817ccfb057e262be1e5af", "Atari", "CX2639", "Othello (1978) (Atari) (PAL) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "00e19ebf9d0817ccfb057e262be1e5af", "Atari", "CX2639", "Othello (1978) (Atari) (PAL) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "01293bd90a4579abb7aed2f7d440681f", "", "", "Snoopy (1983) (Century) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "01293bd90a4579abb7aed2f7d440681f", "", "", "Snoopy (1983) (Century) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "012b8e6ef3b5fd5aabc94075c527709d", "Starpath", "AR-4302", "Party Mix (1982) (Starpath)", "Uses the Paddle Controllers", "Extremely Rare", "", "", "", "", "", "", "Paddles", "Paddles", "", "", "", "", "", "", "", "", "" }, { "012b8e6ef3b5fd5aabc94075c527709d", "Starpath", "AR-4302", "Party Mix (1982) (Starpath)", "Uses the Paddle Controllers", "Extremely Rare", "", "", "", "", "", "", "PADDLES", "PADDLES", "", "", "", "", "24", "", "", "", "" },
{ "01acf9881a2f8bfa2d49982b1b10fb64", "", "", "Image - Woody (19-02-2003) (AD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "01acf9881a2f8bfa2d49982b1b10fb64", "", "", "Image - Woody (19-02-2003) (AD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "01e5c81258860dd82f77339d58bc5f5c", "CCE", "", "Corrida da Matematica (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "01e5c81258860dd82f77339d58bc5f5c", "CCE", "", "Corrida da Matematica (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "0277c449fae63f6f1c8f94dedfcf0058", "", "", "Laser Demo (B. Watson)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "0277c449fae63f6f1c8f94dedfcf0058", "", "", "Laser Demo (B. Watson)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -1180,7 +1180,7 @@ static const char* DefProps[][23] = {
{ "23d445ea19a18fb78d5035878d9fb649", "CBS Electronics", "2459", "Mouse Trap (1982) (CBS Electronics) (PAL) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "23d445ea19a18fb78d5035878d9fb649", "CBS Electronics", "2459", "Mouse Trap (1982) (CBS Electronics) (PAL) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "240bfbac5163af4df5ae713985386f92", "Activision", "AX-022", "Seaquest (1983) (Activision) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "240bfbac5163af4df5ae713985386f92", "Activision", "AX-022", "Seaquest (1983) (Activision) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "2447e17a4e18e6b609de498fe4ab52ba", "", "", "Super Futebol (Pussy Style) (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "2447e17a4e18e6b609de498fe4ab52ba", "", "", "Super Futebol (Pussy Style) (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "245f07c8603077a0caf5f83ee6cf8b43", "HomeVision / Thomas Jentzsch", "", "Parachute (HomeVision) (NTSC by Thomas Jentzsch)", "", "New Release (Video Format Conversion)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "245f07c8603077a0caf5f83ee6cf8b43", "HomeVision / Thomas Jentzsch", "", "Parachute (HomeVision) (NTSC by Thomas Jentzsch)", "", "New Release (Video Format Conversion)", "", "", "", "", "", "", "", "", "", "", "", "", "", "240", "", "", "" },
{ "24ad538291eb5f5cac4b9998f3b851c3", "", "", "Gunfight 2600 - This time it's your decission! (2001) (MP)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "24ad538291eb5f5cac4b9998f3b851c3", "", "", "Gunfight 2600 - This time it's your decission! (2001) (MP)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "24b9adac1b4f85b0bac9bf9b9e180906", "Angelino", "", "Space 2002 by Angelino (Space Jockey Hack)", "Hack of Space Jockey (1982) (US Games)", "New Release (Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "24b9adac1b4f85b0bac9bf9b9e180906", "Angelino", "", "Space 2002 by Angelino (Space Jockey Hack)", "Hack of Space Jockey (1982) (US Games)", "New Release (Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "24fbf8250a71611e40ef18552e61b009", "", "", "Movable Grid Demo (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "24fbf8250a71611e40ef18552e61b009", "", "", "Movable Grid Demo (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -1200,7 +1200,7 @@ static const char* DefProps[][23] = {
{ "2808dc745ff4321dc5c8122abef6711f", "Retroactive", "", "Qb (2.11) (Retroactive) (Stella)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "2808dc745ff4321dc5c8122abef6711f", "Retroactive", "", "Qb (2.11) (Retroactive) (Stella)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "2823364702595feea24a3fbee138a243", "Bitcorp", "PG206", "Bobby is Going Home (Bitcorp) (PAL) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "42", "", "", "", "" }, { "2823364702595feea24a3fbee138a243", "Bitcorp", "PG206", "Bobby is Going Home (Bitcorp) (PAL) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "42", "", "", "", "" },
{ "283dee88f295834c4c077d788f151125", "Retroactive", "", "Qb (2.11) (Retroactive) (PAL)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "283dee88f295834c4c077d788f151125", "Retroactive", "", "Qb (2.11) (Retroactive) (PAL)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "28d5df3ed036ed63d33a31d0d8b85c47", "Bitcorp", "PG204", "Sesam, Oeffne Dich (AKA Open Sesame) (Bitcorp) (PAL) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "28d5df3ed036ed63d33a31d0d8b85c47", "Bitcorp", "PG204", "Sesam, Oeffne Dich (AKA Open Sesame) (Bitcorp) (PAL) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "256", "YES", "", "" },
{ "291bcdb05f2b37cdf9452d2bf08e0321", "Atari", "", "32-in-1 (Atari) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "291bcdb05f2b37cdf9452d2bf08e0321", "Atari", "", "32-in-1 (Atari) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "292a0bb975b2587f9ac784c960e1b453", "", "", "Qb (05-02-2001) (AD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "292a0bb975b2587f9ac784c960e1b453", "", "", "Qb (05-02-2001) (AD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "2942680c47beb9bf713a910706ffabfe", "", "", "Blue Line Demo (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "2942680c47beb9bf713a910706ffabfe", "", "", "Blue Line Demo (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -1209,9 +1209,9 @@ static const char* DefProps[][23] = {
{ "2a0ba55e56e7a596146fa729acf0e109", "Activision", "AG-019", "Sky Jinks (1982) (Activision) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "2a0ba55e56e7a596146fa729acf0e109", "Activision", "AG-019", "Sky Jinks (1982) (Activision) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "2a2f46b3f4000495239cbdad70f17c59", "CommaVid", "", "Cosmic Swarm (1982) (CommaVid) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "2a2f46b3f4000495239cbdad70f17c59", "CommaVid", "", "Cosmic Swarm (1982) (CommaVid) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "2a9f9001540c55a302befd8e9d54b47b", "", "", "Mario Bros (1983) (Atari) (PAL) [a1][!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "2a9f9001540c55a302befd8e9d54b47b", "", "", "Mario Bros (1983) (Atari) (PAL) [a1][!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "2ae700c9dba843a68dfdca40d7d86bd6", "TechnoVision / Thomas Jentzsch", "", "Pharaoh's Curse (TechnoVision) (NTSC by Thomas Jentzsch)", "", "New Release (Video Format Conversion)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "2ae700c9dba843a68dfdca40d7d86bd6", "TechnoVision / Thomas Jentzsch", "", "Pharaoh's Curse (TechnoVision) (NTSC by Thomas Jentzsch)", "", "New Release (Video Format Conversion)", "", "", "", "", "", "", "", "", "", "", "", "", "40", "240", "YES", "", "" },
{ "2b71a59a53be5883399917bf582b7772", "Greg Troutman", "", "Dark Mage (final beta) (Greg Troutman) (PD)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "2b71a59a53be5883399917bf582b7772", "Greg Troutman", "", "Dark Mage (final beta) (Greg Troutman) (PD)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "2bd00beefdb424fa39931a75e890695d", "Atari", "CX2663", "Road Runner (1989) (Atari) [a1]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "2bd00beefdb424fa39931a75e890695d", "Atari", "CX2663", "Road Runner (1989) (Atari) [a1]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "20", "", "", "", "" },
{ "2c0dc885d5ede94aa664bf3081add34e", "20th Century Fox", "11020", "Earth Dies Screaming (1983) (20th Century Fox) (PAL) [p1][!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "2c0dc885d5ede94aa664bf3081add34e", "20th Century Fox", "11020", "Earth Dies Screaming (1983) (20th Century Fox) (PAL) [p1][!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "2c2aea31b01c6126c1a43e10cacbfd58", "Paul Slocum", "", "Synthcart (2002) (Paul Slocum)", "Uses Keypad Controllers", "", "", "", "", "", "", "", "Keyboard", "", "", "", "", "", "", "", "Yes", "", "" }, { "2c2aea31b01c6126c1a43e10cacbfd58", "Paul Slocum", "", "Synthcart (2002) (Paul Slocum)", "Uses Keypad Controllers", "", "", "", "", "", "", "", "Keyboard", "", "", "", "", "", "", "", "Yes", "", "" },
{ "2c3b9c171e214e9e46bbaa12bdf8977e", "", "CX2639 / 4975162", "Othello (1978) [p1][o1]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "2c3b9c171e214e9e46bbaa12bdf8977e", "", "CX2639 / 4975162", "Othello (1978) [p1][o1]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -1248,7 +1248,7 @@ static const char* DefProps[][23] = {
{ "3316ee2f887e9cb9b54dd23c5b98c3e2", "", "", "Texas Golf (miniature Gold Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "3316ee2f887e9cb9b54dd23c5b98c3e2", "", "", "Texas Golf (miniature Gold Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "332f01fd18e99c6584f61aa45ee7791e", "Zellers / CCE", "C-845", "Raumpatrouille (CCE) (PAL)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "332f01fd18e99c6584f61aa45ee7791e", "Zellers / CCE", "C-845", "Raumpatrouille (CCE) (PAL)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "335793736cbf6fc99c9359ed2a32a49d", "", "", "Analog Clock (V0.0) (20-01-2003) (AD) [a1]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "335793736cbf6fc99c9359ed2a32a49d", "", "", "Analog Clock (V0.0) (20-01-2003) (AD) [a1]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "340f546d59e72fb358c49ac2ca8482bb", "Sancho", "", "Skindiver (AKA Aquatak) (Sancho) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "340f546d59e72fb358c49ac2ca8482bb", "Sancho", "", "Skindiver (AKA Aquatak) (Sancho) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "39", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "345758747b893e4c9bdde8877de47788", "CBS Electronics", "", "Venture (1982) (CBS Electronics) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "345758747b893e4c9bdde8877de47788", "CBS Electronics", "", "Venture (1982) (CBS Electronics) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "348615ffa30fab3cec1441b5a76e9460", "Activision", "AX-016", "Starmaster (1982) (Activision) (PAL) [!]", "Use Color/BW switch to change between galactic chart and front views", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "348615ffa30fab3cec1441b5a76e9460", "Activision", "AX-016", "Starmaster (1982) (Activision) (PAL) [!]", "Use Color/BW switch to change between galactic chart and front views", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -1309,7 +1309,7 @@ static const char* DefProps[][23] = {
{ "415c11fcac66bbd2ace2096687774b5a", "", "", "Fu Kung! (V0.00) (07-01-2003) (AD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "415c11fcac66bbd2ace2096687774b5a", "", "", "Fu Kung! (V0.00) (07-01-2003) (AD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "4189adfc1b30c121248876e3a1a3ac7e", "Eric Ball", "", "Skeleton (Complete) (06-09-2002) (Eric Ball)", "", "New Release", "Stereo", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "4189adfc1b30c121248876e3a1a3ac7e", "Eric Ball", "", "Skeleton (Complete) (06-09-2002) (Eric Ball)", "", "New Release", "Stereo", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "41f252a66c6301f1e8ab3612c19bc5d4", "Atari", "CX2681", "Battlezone (1983) (Atari) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "No" }, { "41f252a66c6301f1e8ab3612c19bc5d4", "Atari", "CX2681", "Battlezone (1983) (Atari) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "No" },
{ "4251b4557ea6953e88afb22a3a868724", "", "", "Robot City (V1.1) (TJ)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "4251b4557ea6953e88afb22a3a868724", "", "", "Robot City (V1.1) (TJ)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "24", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "42ae81ae8ac51e5c238639f9f77d91ae", "", "", "Multi-Sprite Demo 2 (Piero Cavina) (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "42ae81ae8ac51e5c238639f9f77d91ae", "", "", "Multi-Sprite Demo 2 (Piero Cavina) (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "42e0ec5ab8f5deba53e4169ff2a5efbe", "", "", "Atari Logo Demo 5 (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "42e0ec5ab8f5deba53e4169ff2a5efbe", "", "", "Atari Logo Demo 5 (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -1332,11 +1332,11 @@ static const char* DefProps[][23] = {
{ "47bb1c677fe7ba5f376372ae7358e790", "", "", "Star Fire (10-10-2002) (MP)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "47bb1c677fe7ba5f376372ae7358e790", "", "", "Star Fire (10-10-2002) (MP)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "481f9a742052801cc5f3defb41cb638e", "Jeffry Johnston", "", "Radial Pong - Version 4 (Jeffry Johnston) (PD)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "481f9a742052801cc5f3defb41cb638e", "Jeffry Johnston", "", "Radial Pong - Version 4 (Jeffry Johnston) (PD)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "484b0076816a104875e00467d431c2d2", "Atari", "CX26150", "Q-bert (1988) (Atari) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "484b0076816a104875e00467d431c2d2", "Atari", "CX26150", "Q-bert (1988) (Atari) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "40", "", "", "", "" },
{ "48e5c4ae4f2d3b62b35a87bca18dc9f5", "Starsoft", "", "Bobby geht nach Hause (Starsoft) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "42", "", "", "", "" }, { "48e5c4ae4f2d3b62b35a87bca18dc9f5", "Starsoft", "", "Bobby geht nach Hause (Starsoft) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "42", "", "", "", "" },
{ "4901c05068512828367fde3fb22199fe", "Imagic", "IA3200", "Demon Attack (1982) (Imagic) (PAL) [!]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "4901c05068512828367fde3fb22199fe", "Imagic", "IA3200", "Demon Attack (1982) (Imagic) (PAL) [!]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "493daaf9fb1ba450eba6b8ed53ffb37d", "", "", "3-D Corridor Demo (27-03-2003) (MP)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "493daaf9fb1ba450eba6b8ed53ffb37d", "", "", "3-D Corridor Demo (27-03-2003) (MP)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "49571b26f46620a85f93448359324c28", "", "", "Save Our Ship (PAL) [p1][!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "49571b26f46620a85f93448359324c28", "", "", "Save Our Ship (PAL) [p1][!]", "", "", "", "", "", "", "", "", "", "", "", "NTSC", "", "", "38", "", "", "", "" },
{ "4a1a0509bfc1015273a542dfe2040958", "Atari", "CX2628 / 6699842 / 4975117", "Bowling (1978) (Atari) [b1]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "4a1a0509bfc1015273a542dfe2040958", "Atari", "CX2628 / 6699842 / 4975117", "Bowling (1978) (Atari) [b1]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "4a45c6d75b1ba131f94a9c13194d8e46", "", "", "How to Draw a Playfield II (Joystick Hack) (1997) (Eric Bacher) (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "4a45c6d75b1ba131f94a9c13194d8e46", "", "", "How to Draw a Playfield II (Joystick Hack) (1997) (Eric Bacher) (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "4a9009620038f7f30aaeb2a00ae58fde", "Starpath", "AR-4401", "Survival Island (3 of 3) (1983) (Starpath)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "No" }, { "4a9009620038f7f30aaeb2a00ae58fde", "Starpath", "AR-4401", "Survival Island (3 of 3) (1983) (Starpath)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "No" },
@ -1368,7 +1368,7 @@ static const char* DefProps[][23] = {
{ "516ffd008057a1d78d007c851e6eff37", "ParkerB", "", "Strawberry Shortcake - Musical Match-Ups (1983) (Parker Bros) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "516ffd008057a1d78d007c851e6eff37", "ParkerB", "", "Strawberry Shortcake - Musical Match-Ups (1983) (Parker Bros) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "51f15b39d9f502c2361b6ba6a73464d4", "", "", "Amanda Invaders (PD) [o1]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "51f15b39d9f502c2361b6ba6a73464d4", "", "", "Amanda Invaders (PD) [o1]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "525ea747d746f3e80e3027720e1fa7ac", "Activision", "AZ-032", "Pressure Cooker (1983) (Activision) (PAL) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "525ea747d746f3e80e3027720e1fa7ac", "Activision", "AZ-032", "Pressure Cooker (1983) (Activision) (PAL) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "52a0003efb3b1c49fcde4dbc2c685d8f", "Atari", "CX2641 / 99807 / 75105", "Surround (1978) (Atari) [a1]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "52a0003efb3b1c49fcde4dbc2c685d8f", "Atari", "CX2641 / 99807 / 75105", "Surround (1978) (Atari) [a1]", "", "Common", "", "2K", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "52e1954dc01454c03a336b30c390fb8d", "Retroactive", "", "Qb (2.14) (Retroactive) (Stella)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "52e1954dc01454c03a336b30c390fb8d", "Retroactive", "", "Qb (2.14) (Retroactive) (Stella)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "534e23210dd1993c828d944c6ac4d9fb", "Mattel", "MT4648", "Kool Aid Man (1982) (Mattel)", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "534e23210dd1993c828d944c6ac4d9fb", "Mattel", "MT4648", "Kool Aid Man (1982) (Mattel)", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "5360693f1eb90856176bd1c0a7b17432", "", "", "Oystron (V2.85) (Piero Cavina) (PD)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "5360693f1eb90856176bd1c0a7b17432", "", "", "Oystron (V2.85) (Piero Cavina) (PD)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -1376,7 +1376,7 @@ static const char* DefProps[][23] = {
{ "539d26b6e9df0da8e7465f0f5ad863b7", "Atari", "CX2636 / 4975156", "Video Checkers (1978) (Atari)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "539d26b6e9df0da8e7465f0f5ad863b7", "Atari", "CX2636 / 4975156", "Video Checkers (1978) (Atari)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "540075f657d4b244a1f74da1b9e4bf92", "", "", "Festival (PAL) [p1][!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "540075f657d4b244a1f74da1b9e4bf92", "", "", "Festival (PAL) [p1][!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "543b4b8ff1d616fa250c648be428a75c", "", "", "Adventure (1978) (Atari) [t1]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "543b4b8ff1d616fa250c648be428a75c", "", "", "Adventure (1978) (Atari) [t1]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "54a1c1255ed45eb8f71414dadb1cf669", "Spectravideo", "SA-212", "Mangia' (1983) (Spectravideo)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "54a1c1255ed45eb8f71414dadb1cf669", "Spectravideo", "SA-212", "Mangia' (1983) (Spectravideo)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "28", "", "", "", "" },
{ "551ef75593ec18d078e8f5cc0229e1c4", "", "", "Star Fire - New Paulstar WIP (MP)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "551ef75593ec18d078e8f5cc0229e1c4", "", "", "Star Fire - New Paulstar WIP (MP)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "559317712f989f097ea464517f1a8318", "Panda", "100", "Space Canyon (Panda) (PAL)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "559317712f989f097ea464517f1a8318", "Panda", "100", "Space Canyon (Panda) (PAL)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "55ace3c775f42eb46f08bb1dca9114e7", "", "", "Shadow Keep (04-03-2003) (Andrew Towers)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "55ace3c775f42eb46f08bb1dca9114e7", "", "", "Shadow Keep (04-03-2003) (Andrew Towers)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -1437,7 +1437,7 @@ static const char* DefProps[][23] = {
{ "645bf7f9146f0e4811ff9c7898f5cd93", "Xonox", "", "Super Kung-Fu (1983) (Xonox) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "645bf7f9146f0e4811ff9c7898f5cd93", "Xonox", "", "Super Kung-Fu (1983) (Xonox) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "647162cceb550fd49820e2206d9ee7e8", "", "", "Skeleton (NTSC) (2002) (Eric Ball)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "647162cceb550fd49820e2206d9ee7e8", "", "", "Skeleton (NTSC) (2002) (Eric Ball)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "64ca518905311d2d9aeb56273f6caa04", "CCE", "", "Cubo Magico (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "64ca518905311d2d9aeb56273f6caa04", "CCE", "", "Cubo Magico (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "651d2b6743a3a18b426bce2c881af212", "CCE", "", "Pac-Man (CCE) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "651d2b6743a3a18b426bce2c881af212", "CCE", "", "Pac-Man (CCE) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "33", "", "", "", "" },
{ "65490d61922f3e3883ee1d583ce10855", "Atari", "CX2692", "Moon Patrol (1983) (Atari) (PAL) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "65490d61922f3e3883ee1d583ce10855", "Atari", "CX2692", "Moon Patrol (1983) (Atari) (PAL) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "656dc247db2871766dffd978c71da80c", "Sears", "CX2614 / 4975126", "Steeplechase (1980) (Sears)", "Uses the Paddle Controllers", "Rare", "", "", "", "", "", "", "Paddles", "Paddles", "", "", "", "", "", "", "", "", "" }, { "656dc247db2871766dffd978c71da80c", "Sears", "CX2614 / 4975126", "Steeplechase (1980) (Sears)", "Uses the Paddle Controllers", "Rare", "", "", "", "", "", "", "Paddles", "Paddles", "", "", "", "", "", "", "", "", "" },
{ "659a20019de4a23c748ec2292ea5f221", "Retroactive", "", "Qb (V2.05) (NTSC) (2001) (Retroactive)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "659a20019de4a23c748ec2292ea5f221", "Retroactive", "", "Qb (V2.05) (NTSC) (2001) (Retroactive)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
@ -1456,9 +1456,9 @@ static const char* DefProps[][23] = {
{ "679e910b27406c6a2072f9569ae35fc8", "Data Age", "DA 1002", "Warplock (1982) (Data Age)", "Uses the Paddle Controllers", "Common", "", "", "", "", "", "", "Paddles", "Paddles", "", "", "", "", "", "", "Yes", "", "" }, { "679e910b27406c6a2072f9569ae35fc8", "Data Age", "DA 1002", "Warplock (1982) (Data Age)", "Uses the Paddle Controllers", "Common", "", "", "", "", "", "", "Paddles", "Paddles", "", "", "", "", "", "", "Yes", "", "" },
{ "67ce6cdf788d324935fd317d064ed842", "Retroactive", "", "Qb (V2.09) (Stella) (2001) (Retroactive)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "67ce6cdf788d324935fd317d064ed842", "Retroactive", "", "Qb (V2.09) (Stella) (2001) (Retroactive)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "6805734a0b7bcc8925d9305b071bf147", "", "99003", "Kung Fu (PAL) [!]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "6805734a0b7bcc8925d9305b071bf147", "", "99003", "Kung Fu (PAL) [!]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "68489e60268a5e6e052bad9c62681635", "Bitcorp", "PG201", "Sea Monster (Bitcorp) (PAL) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "68489e60268a5e6e052bad9c62681635", "Bitcorp", "PG201", "Sea Monster (Bitcorp) (PAL) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "36", "256", "", "", "" },
{ "685e9668dc270b6deeb9cfbfd4d633c3", "CommaVid", "CM-004", "Room of Doom (CommaVid) (PAL) [!]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "685e9668dc270b6deeb9cfbfd4d633c3", "CommaVid", "CM-004", "Room of Doom (CommaVid) (PAL) [!]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "68878250e106eb6c7754bc2519d780a0", "CCE", "", "Snail Against Squirrel (1983) (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "68878250e106eb6c7754bc2519d780a0", "CCE", "", "Snail Against Squirrel (1983) (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "24", "230", "", "", "" },
{ "6913c90002636c1487538d4004f7cac2", "", "CX26131", "Monstercise (Atari) (Prototype)", "Uses Kids/Keypad Controllers", "Prototype", "", "", "", "", "", "", "Keyboard", "Keyboard", "", "", "", "", "", "", "", "", "" }, { "6913c90002636c1487538d4004f7cac2", "", "CX26131", "Monstercise (Atari) (Prototype)", "Uses Kids/Keypad Controllers", "Prototype", "", "", "", "", "", "", "Keyboard", "Keyboard", "", "", "", "", "", "", "", "", "" },
{ "693137592a7f5ccc9baae2d1041b7a85", "", "", "Qb (V2.02) (Stella) (2001) (Retroactive) [a1]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "693137592a7f5ccc9baae2d1041b7a85", "", "", "Qb (V2.02) (Stella) (2001) (Retroactive) [a1]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -1486,7 +1486,7 @@ static const char* DefProps[][23] = {
{ "6fa0ac6943e33637d8e77df14962fbfc", "Rob Fulop", "", "Cubicolor (Rob Fulop)", "", "Prototype", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "6fa0ac6943e33637d8e77df14962fbfc", "Rob Fulop", "", "Cubicolor (Rob Fulop)", "", "Prototype", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "6fc27a9233fc69d28d3f190b4ff80f03", "", "", "UFO #6 by Charles Morgan (Pepsi Invaders Hack)", "Hack of Pepsi Invaders (Coca-Cola)", "New Release (Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "6fc27a9233fc69d28d3f190b4ff80f03", "", "", "UFO #6 by Charles Morgan (Pepsi Invaders Hack)", "Hack of Pepsi Invaders (Coca-Cola)", "New Release (Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "6fe67f525c39200a798985e419431805", "Atari", "CX2689", "Kangaroo (1983) (Atari) (PAL) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "6fe67f525c39200a798985e419431805", "Atari", "CX2689", "Kangaroo (1983) (Atari) (PAL) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "6ffc95108e5add6f9b8abcaf330be835", "Charles Morgan", "", "TP Bug by Charles Morgan (Pac-Man Hack)", "Hack of Pac-Man (Atari)", "New Release (Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "6ffc95108e5add6f9b8abcaf330be835", "Charles Morgan", "", "TP Bug by Charles Morgan (Pac-Man Hack)", "Hack of Pac-Man (Atari)", "New Release (Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "33", "", "", "", "" },
{ "703f0f7af350b0fa29dfe5fbf45d0d75", "", "", "4 Pak (Dark Green) [p1][!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "703f0f7af350b0fa29dfe5fbf45d0d75", "", "", "4 Pak (Dark Green) [p1][!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "7096a198531d3f16a99d518ac0d7519a", "Telegames", "1004", "Ram It (1982) (Telegames) (PAL) [!]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "7096a198531d3f16a99d518ac0d7519a", "Telegames", "1004", "Ram It (1982) (Telegames) (PAL) [!]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "70d14c66c319683b4c19abbe0e3db57c", "", "", "Oystron (V2.82) (Piero Cavina) (PD)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "70d14c66c319683b4c19abbe0e3db57c", "", "", "Oystron (V2.82) (Piero Cavina) (PD)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -1567,7 +1567,7 @@ static const char* DefProps[][23] = {
{ "843435eb360ed72085f7ab9374f9749a", "Joe Grand", "", "SCSIcide (1.31) (Joe Grand)", "Uses the Paddle Controllers", "New Release", "", "", "", "", "", "", "Paddles", "Paddles", "", "", "", "", "", "", "", "", "" }, { "843435eb360ed72085f7ab9374f9749a", "Joe Grand", "", "SCSIcide (1.31) (Joe Grand)", "Uses the Paddle Controllers", "New Release", "", "", "", "", "", "", "Paddles", "Paddles", "", "", "", "", "", "", "", "", "" },
{ "850ffd5849c911946b24544ea1e60496", "", "", "Invasion (07-10-2002) (CT)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "850ffd5849c911946b24544ea1e60496", "", "", "Invasion (07-10-2002) (CT)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "8538c5e3ee83267774480649f83fa8d6", "", "", "Escape Demo (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "8538c5e3ee83267774480649f83fa8d6", "", "", "Escape Demo (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "855a42078b14714bcfd490d2cf57e68d", "", "", "Miss Piggy's Wedding (Prototype) [b1]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "855a42078b14714bcfd490d2cf57e68d", "", "", "Miss Piggy's Wedding (Prototype) [b1]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "24", "", "", "", "" },
{ "85b1bca93e69f13905107cc802a02470", "Atari", "CX2617 / 6699848 / 4975183", "Backgammon (1978) (Atari) (PAL) [!]", "Uses the Paddle Controllers", "Extremely Rare", "", "", "", "", "", "", "Paddles", "", "", "", "", "", "", "", "", "", "" }, { "85b1bca93e69f13905107cc802a02470", "Atari", "CX2617 / 6699848 / 4975183", "Backgammon (1978) (Atari) (PAL) [!]", "Uses the Paddle Controllers", "Extremely Rare", "", "", "", "", "", "", "Paddles", "", "", "", "", "", "", "", "", "", "" },
{ "85e48d68c8d802e3ba9d494a47d6e016", "", "", "Ship Demo (V 15) (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "85e48d68c8d802e3ba9d494a47d6e016", "", "", "Ship Demo (V 15) (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "86128001e69ab049937f265911ce7e8a", "Apollo", "", "Lochjaw (1982) (Apollo)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "86128001e69ab049937f265911ce7e8a", "Apollo", "", "Lochjaw (1982) (Apollo)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -1582,7 +1582,7 @@ static const char* DefProps[][23] = {
{ "88d300a38bdd7cab9edad271c18cd02b", "Funvision", "", "Pac Kong (Funvision) (PAL) [!]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "88d300a38bdd7cab9edad271c18cd02b", "Funvision", "", "Pac Kong (Funvision) (PAL) [!]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "88f74ec75ef696e7294b7b6ac5ca465f", "Activision", "AG-002", "Boxing (1981) (Activision) [o2]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "88f74ec75ef696e7294b7b6ac5ca465f", "Activision", "AG-002", "Boxing (1981) (Activision) [o2]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "8933976f2029c0d8492ebd8f4eb21492", "", "", "Synthcart Plus (09-02-2003) (Paul Slocum)", "Uses Keypad Controllers", "", "", "", "", "", "", "", "Keyboard", "", "", "", "", "", "", "", "", "", "" }, { "8933976f2029c0d8492ebd8f4eb21492", "", "", "Synthcart Plus (09-02-2003) (Paul Slocum)", "Uses Keypad Controllers", "", "", "", "", "", "", "", "Keyboard", "", "", "", "", "", "", "", "", "", "" },
{ "898b5467551d32af48a604802407b6e8", "Bitcorp", "PG208", "Schnecke und Eichhoernchen (1983) (Bitcorp) (PAL) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "898b5467551d32af48a604802407b6e8", "Bitcorp", "PG208", "Schnecke und Eichhoernchen (1983) (Bitcorp) (PAL) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "44", "", "", "", "" },
{ "8a183b6357987db5170c5cf9f4a113e5", "Atari", "", "RealSports Basketball (Atari) (Prototype) (PAL) [!]", "", "Prototype", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "8a183b6357987db5170c5cf9f4a113e5", "Atari", "", "RealSports Basketball (Atari) (Prototype) (PAL) [!]", "", "Prototype", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "8a8e401369e2b63a13e18a4d685387c6", "Activision", "", "Laser Blast (1982) (Activision) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "8a8e401369e2b63a13e18a4d685387c6", "Activision", "", "Laser Blast (1982) (Activision) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "8ac18076d01a6b63acf6e2cab4968940", "", "CX2685", "Gravitar (1988) (Atari) [a1][!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "8ac18076d01a6b63acf6e2cab4968940", "", "CX2685", "Gravitar (1988) (Atari) [a1][!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -1590,7 +1590,7 @@ static const char* DefProps[][23] = {
{ "8b81af55cd2ef3c7444d6aec4e3a1c09", "", "", "Dark Mage [b1]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "8b81af55cd2ef3c7444d6aec4e3a1c09", "", "", "Dark Mage [b1]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "8bd8f65377023bdb7c5fcf46ddda5d31", "Activision", "AG-019", "Sky Jinks (1982) (Activision) [o1]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "8bd8f65377023bdb7c5fcf46ddda5d31", "Activision", "AG-019", "Sky Jinks (1982) (Activision) [o1]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "8c103a79b007a2fd5af602334937b4e1", "ITT Family Games / Thomas Jentzsch", "", "Laser Base (AKA World End) (ITT Family Games) (NTSC by Thomas Jentzsch)", "", "New Release (Video Format Conversion)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "8c103a79b007a2fd5af602334937b4e1", "ITT Family Games / Thomas Jentzsch", "", "Laser Base (AKA World End) (ITT Family Games) (NTSC by Thomas Jentzsch)", "", "New Release (Video Format Conversion)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "8c2fa33048f055f38358d51eefe417db", "HomeVision", "", "Teddy Apple (HomeVision) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "8c2fa33048f055f38358d51eefe417db", "HomeVision", "", "Teddy Apple (HomeVision) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "42", "", "YES", "", "" },
{ "8ccaa442d26b09139685f5b22bf189c4", "Retroactive", "", "Qb (V1.01) (NTSC) (2001) (Retroactive)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "8ccaa442d26b09139685f5b22bf189c4", "Retroactive", "", "Qb (V1.01) (NTSC) (2001) (Retroactive)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "8cf0d333bbe85b9549b1e6b1e2390b8d", "Atari", "CX2649 / 4975163", "Asteroids (1979) (Atari) (PAL) [!]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "No" }, { "8cf0d333bbe85b9549b1e6b1e2390b8d", "Atari", "CX2649 / 4975163", "Asteroids (1979) (Atari) (PAL) [!]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "No" },
{ "8d1e2a6d2885966e6d86717180938f87", "", "", "Missile Command (Amiga Mouse) (NTSC) (2002) (TJ)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "8d1e2a6d2885966e6d86717180938f87", "", "", "Missile Command (Amiga Mouse) (NTSC) (2002) (TJ)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
@ -1621,14 +1621,14 @@ static const char* DefProps[][23] = {
{ "94e4c9b924286038527f49cdc20fda69", "Retroactive", "", "Qb (V2.12) (Stella) (2001) (Retroactive)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "94e4c9b924286038527f49cdc20fda69", "Retroactive", "", "Qb (V2.12) (Stella) (2001) (Retroactive)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "95351b46fa9c45471d852d28b9b4e00b", "Atari", "", "Golf (32-in-1) (Atari) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "95351b46fa9c45471d852d28b9b4e00b", "Atari", "", "Golf (32-in-1) (Atari) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "95a69cf8c08ef1522b050529464f0bca", "", "", "Grid Pattern Demo 1 (20-12-2002) (CT)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "95a69cf8c08ef1522b050529464f0bca", "", "", "Grid Pattern Demo 1 (20-12-2002) (CT)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "95c4576d6a14e2debfa0fd6f6ec254ab", "Activision", "AX-020", "River Raid (1982) (Activision) [a2]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "95c4576d6a14e2debfa0fd6f6ec254ab", "Activision", "AX-020", "River Raid (1982) (Activision) [a2]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "10", "", "", "", "" },
{ "95fd6097dc27c20666f039cfe34f7c69", "", "", "Oh No! (Version 1) (17-01-2003) (AD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "95fd6097dc27c20666f039cfe34f7c69", "", "", "Oh No! (Version 1) (17-01-2003) (AD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "96670d0bf3610da2afcabd8e21d8eabf", "", "", "Boring Pitfall (Pitfall Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "96670d0bf3610da2afcabd8e21d8eabf", "", "", "Boring Pitfall (Pitfall Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "9671b658286e276cc4a3d02aa25931d2", "", "", "Hangman Ghost Wordlist (Hangman Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "9671b658286e276cc4a3d02aa25931d2", "", "", "Hangman Ghost Wordlist (Hangman Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "969b968383d9f0e9d8ffd1056bcaef49", "Atari", "CX2628 / 6699842 / 4975117", "Bowling (1978) (Atari) (PAL) [!]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "969b968383d9f0e9d8ffd1056bcaef49", "Atari", "CX2628 / 6699842 / 4975117", "Bowling (1978) (Atari) (PAL) [!]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "96f806fc62005205d851e758d050dfca", "", "", "Push (V0.05) (2001) (AD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "96f806fc62005205d851e758d050dfca", "", "", "Push (V0.05) (2001) (AD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "97842fe847e8eb71263d6f92f7e122bd", "Imagic", "O3206", "Solar Storm (1983) (Imagic)", "Uses the Paddle Controllers", "Rare", "", "", "", "", "", "", "Paddles", "", "", "", "", "", "", "", "", "", "" }, { "97842fe847e8eb71263d6f92f7e122bd", "Imagic", "O3206", "Solar Storm (1983) (Imagic)", "Uses the Paddle Controllers", "Rare", "", "", "", "", "", "", "Paddles", "", "", "", "", "", "", "", "", "", "" },
{ "97cd63c483fe3c68b7ce939ab8f7a318", "Thomas Jentzsch", "", "Robot City (V0.21) (15-09-2002) (TJ)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "97cd63c483fe3c68b7ce939ab8f7a318", "Thomas Jentzsch", "", "Robot City (V0.21) (15-09-2002) (TJ)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "24", "", "", "", "" },
{ "9813b9e4b8a6fd919c86a40c6bda8c93", "Atari", "CX26177", "Ikari Warriors (1990) (Atari) (PAL) [a1][!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "9813b9e4b8a6fd919c86a40c6bda8c93", "Atari", "CX26177", "Ikari Warriors (1990) (Atari) (PAL) [a1][!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "9853089672116117258097dbbdb939b7", "Hozer Video Games", "", "Gunfight 2600 - Cowboy Hair (2001) (MP)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "9853089672116117258097dbbdb939b7", "Hozer Video Games", "", "Gunfight 2600 - Cowboy Hair (2001) (MP)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -1645,7 +1645,7 @@ static const char* DefProps[][23] = {
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "9c27ef3bd01c611cdb80182a59463a82", "Starpath", "AR-4103", "Killer Satellites (1982) (Starpath)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "9c27ef3bd01c611cdb80182a59463a82", "Starpath", "AR-4103", "Killer Satellites (1982) (Starpath)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "9c6faa4ff7f2ae549bbcb14f582b70e4", "CCE", "VC 1002", "Sneek 'n Peek (1982) (CCE)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "9c6faa4ff7f2ae549bbcb14f582b70e4", "CCE", "VC 1002", "Sneek 'n Peek (1982) (CCE)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "30", "218", "", "", "" },
{ "9c7fa3cfcaaafb4e6daf1e2517d43d88", "", "", "PIEROXM Demo (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "9c7fa3cfcaaafb4e6daf1e2517d43d88", "", "", "PIEROXM Demo (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "9d2938eb2b17bb73e9a79bbc06053506", "Imagic", "EIZ-002-04", "Wing War (Imagic) (PAL) [a1][!]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "9d2938eb2b17bb73e9a79bbc06053506", "Imagic", "EIZ-002-04", "Wing War (Imagic) (PAL) [a1][!]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "9d4bc7c6fe9a7c8c4aa24a237c340adb", "", "", "Climber 5 (For Philly Classic 4) (16-04-2003) (Dennis Debro)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "NO" }, { "9d4bc7c6fe9a7c8c4aa24a237c340adb", "", "", "Climber 5 (For Philly Classic 4) (16-04-2003) (Dennis Debro)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "NO" },
@ -1680,7 +1680,7 @@ static const char* DefProps[][23] = {
{ "a499d720e7ee35c62424de882a3351b6", "Sega", "009-01", "Up 'n Down (1983) (Sega)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "a499d720e7ee35c62424de882a3351b6", "Sega", "009-01", "Up 'n Down (1983) (Sega)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "a4b99aa5ed85cfdb7d101923147de035", "Jim Goebel", "", "Pac-Law by Jim Goebel (Pac-Man Hack)", "Hack of Outlaw (Atari)", "New Release (Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "a4b99aa5ed85cfdb7d101923147de035", "Jim Goebel", "", "Pac-Law by Jim Goebel (Pac-Man Hack)", "Hack of Outlaw (Atari)", "New Release (Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "a4e885726af9d97b12bb5a36792eab63", "Xonox", "99001", "Spike's Peak (1983) (Xonox)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "a4e885726af9d97b12bb5a36792eab63", "Xonox", "99001", "Spike's Peak (1983) (Xonox)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "217", "", "", "" },
{ "a5262fe6d01d6a1253692682a47f79dd", "", "", "JKH Text Scrolling Demo (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "a5262fe6d01d6a1253692682a47f79dd", "", "", "JKH Text Scrolling Demo (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "a591b5e8587aae0d984a0f6fe2cc7d1c", "", "", "Globe Trotter Demo (24-03-2003) (Weston)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "a591b5e8587aae0d984a0f6fe2cc7d1c", "", "", "Globe Trotter Demo (24-03-2003) (Weston)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "a5c96b046d5f8b7c96daaa12f925bef8", "Activision", "AG-007", "Tennis (1981) (Activision) (PAL) [!]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "a5c96b046d5f8b7c96daaa12f925bef8", "Activision", "AG-007", "Tennis (1981) (Activision) (PAL) [!]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -1830,7 +1830,7 @@ static const char* DefProps[][23] = {
{ "cd3e26786136a4692fd2cb2dfbc1927e", "", "", "Multiple Moving Objects Demo 2 (B. Watson)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "cd3e26786136a4692fd2cb2dfbc1927e", "", "", "Multiple Moving Objects Demo 2 (B. Watson)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "cd6b3dff86a55a4a6d23007ee360ea0e", "Parker Bros", "PB5320", "Super Cobra (1982) (Parker Bros) [b1]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "cd6b3dff86a55a4a6d23007ee360ea0e", "Parker Bros", "PB5320", "Super Cobra (1982) (Parker Bros) [b1]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "cd9fea12051e414a6dfe17052067da8e", "Paul Slocum", "", "Marble Craze Demo (PD)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "cd9fea12051e414a6dfe17052067da8e", "Paul Slocum", "", "Marble Craze Demo (PD)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "cddabfd68363a76cd30bee4e8094c646", "CommaVid", "", "Magicard (CommaVid)", "Uses Keypad Controllers", "", "", "CV", "", "", "", "", "Keyboard", "", "", "", "", "", "", "", "", "", "" }, { "cddabfd68363a76cd30bee4e8094c646", "CommaVid", "", "Magicard (CommaVid)", "Uses Keypad Controllers", "", "", "CV", "", "", "", "", "KEYBOARD", "", "", "", "", "", "24", "", "", "", "" },
{ "ce243747bf34a2de366f846b3f4ca772", "Goliath", "", "Felix Return (Goliath) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "37", "256", "", "", "" }, { "ce243747bf34a2de366f846b3f4ca772", "Goliath", "", "Felix Return (Goliath) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "37", "256", "", "", "" },
{ "ce6c4270f605ad3ce5e82678b0fc71f8", "", "", "Vertical Rainbow Demo (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "ce6c4270f605ad3ce5e82678b0fc71f8", "", "", "Vertical Rainbow Demo (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "cea9f72036dc6f7af5eff52459066290", "Retroactive", "", "Qb (2.07) (Retroactive) (Stella)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "cea9f72036dc6f7af5eff52459066290", "Retroactive", "", "Qb (2.07) (Retroactive) (Stella)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
@ -1871,7 +1871,7 @@ static const char* DefProps[][23] = {
{ "d6acff6aed0f04690fe4024d58ff4ce3", "Spectravideo", "SA-202", "Planet Patrol (Spectravideo) (PAL) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "d6acff6aed0f04690fe4024d58ff4ce3", "Spectravideo", "SA-202", "Planet Patrol (Spectravideo) (PAL) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "d74a81fcd89c5cf0bd4c88eb207ebd62", "", "", "Poker Squares (V0.00a) (2001) (B. Watson)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "d74a81fcd89c5cf0bd4c88eb207ebd62", "", "", "Poker Squares (V0.00a) (2001) (B. Watson)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "d787ec6785b0ccfbd844c7866db9667d", "Retroactive", "", "Qb (V0.04) (2001) (Retroactive)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "d787ec6785b0ccfbd844c7866db9667d", "Retroactive", "", "Qb (V0.04) (2001) (Retroactive)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "d7b58303ec8d8c4dbcbf54d3b9734c7e", "", "", "Paddle Demo (Joe Grand) (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "d7b58303ec8d8c4dbcbf54d3b9734c7e", "", "", "Paddle Demo (Joe Grand) (PD)", "", "", "", "", "", "", "", "", "PADDLES", "PADDLES", "", "", "", "", "", "", "", "", "" },
{ "d81bb6965e6c99b3be99ffd8978740e4", "", "", "Gunfight 2600 - The Final Kernel Part 3 (MP)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "d81bb6965e6c99b3be99ffd8978740e4", "", "", "Gunfight 2600 - The Final Kernel Part 3 (MP)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "d82c8a58098a6b46c5b81c16180354d1", "", "", "Climber 5 (Prototype) (30-10-2002) (Dennis Debro)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "NO" }, { "d82c8a58098a6b46c5b81c16180354d1", "", "", "Climber 5 (Prototype) (30-10-2002) (Dennis Debro)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "NO" },
{ "d85f1e35c5445ac898746719a3d93f09", "Starsoft", "", "Tom's Eierjagd (Starsoft) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "d85f1e35c5445ac898746719a3d93f09", "Starsoft", "", "Tom's Eierjagd (Starsoft) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -1881,7 +1881,7 @@ static const char* DefProps[][23] = {
{ "d9ab6b67a17da51e5ad13717e93fa2e2", "", "", "Turbo (Coleco) Prototype Fake v0.1 (TJ)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "d9ab6b67a17da51e5ad13717e93fa2e2", "", "", "Turbo (Coleco) Prototype Fake v0.1 (TJ)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "da4e3396aa2db3bd667f83a1cb9e4a36", "Activision", "AX-027", "Plaque Attack (1983) (Activision) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "da4e3396aa2db3bd667f83a1cb9e4a36", "Activision", "AX-027", "Plaque Attack (1983) (Activision) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "da64f33d0521d5c9958e5d2d4434ff95", "", "", "Star Fire - Return of the Starfield (MP)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "da64f33d0521d5c9958e5d2d4434ff95", "", "", "Star Fire - Return of the Starfield (MP)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "da79aad11572c80a96e261e4ac6392d0", "Salu", "", "Pick 'n Pile (1990) (Salu) (PAL) [!]", "", "Extremely Rare", "", "", "", "", "", "Yes", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "da79aad11572c80a96e261e4ac6392d0", "Salu", "", "Pick 'n Pile (1990) (Salu) (PAL) [!]", "", "Extremely Rare", "", "", "", "", "", "YES", "", "", "", "PAL", "", "", "38", "256", "YES", "", "" },
{ "dac762e4d01d445bdef20b7771f6570e", "Atari", "CX2611 / 6699821 / 4975149", "Indy 500 (1978) (Atari) [h1]", "Uses Driving Controllers", "Uncommon", "", "", "", "", "", "", "Driving", "Driving", "", "", "", "", "", "", "", "", "" }, { "dac762e4d01d445bdef20b7771f6570e", "Atari", "CX2611 / 6699821 / 4975149", "Indy 500 (1978) (Atari) [h1]", "Uses Driving Controllers", "Uncommon", "", "", "", "", "", "", "Driving", "Driving", "", "", "", "", "", "", "", "", "" },
{ "daeb54957875c50198a7e616f9cc8144", "20th Century Fox", "11005", "Mega Force (1982) (20th Century Fox)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "daeb54957875c50198a7e616f9cc8144", "20th Century Fox", "11005", "Mega Force (1982) (20th Century Fox)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -1896,7 +1896,7 @@ static const char* DefProps[][23] = {
{ "dc81c4805bf23959fcf2c649700b82bf", "", "", "No Escape! (1983) (Imagic) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "dc81c4805bf23959fcf2c649700b82bf", "", "", "No Escape! (1983) (Imagic) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "dcc2956c7a39fdbf1e861fc5c595da0d", "Mattel", "MT5664", "Frogs and Flies (1982) (Mattel) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "dcc2956c7a39fdbf1e861fc5c595da0d", "Mattel", "MT5664", "Frogs and Flies (1982) (Mattel) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "dd08e18cfee87a0e7fc19a684b36e124", "", "", "Kangaroo (1983) (Atari) (PAL) [a1][!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "dd08e18cfee87a0e7fc19a684b36e124", "", "", "Kangaroo (1983) (Atari) (PAL) [a1][!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "dd17711a30ad60109c8beace0d4a76e8", "", "", "Karate (1982) (PAL) [p1][!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "dd17711a30ad60109c8beace0d4a76e8", "", "", "Karate (1982) (PAL) [p1][!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "20", "", "", "", "" },
{ "dd4f4e0fbd81762533e39e6f5b55bb3a", "", "", "Turbo WIP (TJ)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "dd4f4e0fbd81762533e39e6f5b55bb3a", "", "", "Turbo WIP (TJ)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "dd8a2124d4eda200df715c698a6ea887", "Starpath", "AR-4400", "Dragonstomper (3 of 3) (1982) (Starpath)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "dd8a2124d4eda200df715c698a6ea887", "Starpath", "AR-4400", "Dragonstomper (3 of 3) (1982) (Starpath)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -1908,7 +1908,7 @@ static const char* DefProps[][23] = {
{ "de62f8a30298e2325249fe112ecb5c10", "CCE", "", "Enduro (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "de62f8a30298e2325249fe112ecb5c10", "CCE", "", "Enduro (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "de7a64108074098ba333cc0c70eef18a", "Technovision", "", "Nuts (Technovision) (PAL) [a1]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "de7a64108074098ba333cc0c70eef18a", "Technovision", "", "Nuts (Technovision) (PAL) [a1]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "deb39482e77f984d4ce73be9fd8adabd", "Activision", "AK-048-04", "River Raid II (1988) (Activision) [!]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "deb39482e77f984d4ce73be9fd8adabd", "Activision", "AK-048-04", "River Raid II (1988) (Activision) [!]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "df2745d585238780101df812d00b49f4", "Cooper Black", "", "Space Tunnel (Cooper Black) (PAL) [p1]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "df2745d585238780101df812d00b49f4", "Cooper Black", "", "Space Tunnel (Cooper Black) (PAL) [p1]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "220", "", "", "" },
{ "df4aea767cdf6a3f138255092e84d713", "", "", "Image - Samantha Fox (Colour) (09-02-2003) (AD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "df4aea767cdf6a3f138255092e84d713", "", "", "Image - Samantha Fox (Colour) (09-02-2003) (AD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "df6a28a89600affe36d94394ef597214", "Apollo", "AP 2002", "Space Cavern (1981) (Apollo) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "df6a28a89600affe36d94394ef597214", "Apollo", "AP 2002", "Space Cavern (1981) (Apollo) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -1920,11 +1920,11 @@ static const char* DefProps[][23] = {
{ "e0b24c3f40a46cda52e29835ab7ad660", "Starsoft", "", "Top Gun (AKA Air Patrol) (Starsoft) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "e0b24c3f40a46cda52e29835ab7ad660", "Starsoft", "", "Top Gun (AKA Air Patrol) (Starsoft) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "e10bf1af6bf3b4a253c5bef6577fe923", "Rob Kudla", "", "Space Invaders (1978) (Atari) [h1]", "Hack of Space Invaders (Atari)", "New Release (Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "e10bf1af6bf3b4a253c5bef6577fe923", "Rob Kudla", "", "Space Invaders (1978) (Atari) [h1]", "Hack of Space Invaders (Atari)", "New Release (Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "e13818a5c0cb2f84dd84368070e9f099", "CCE", "C-839", "Misterious Thief, A (CCE)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "e13818a5c0cb2f84dd84368070e9f099", "CCE", "C-839", "Misterious Thief, A (CCE)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "216", "YES", "", "" },
{ "e150f0d14f013a104b032305c0ce23ef", "", "", "China Syndrome (1982) (Spectravideo) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "e150f0d14f013a104b032305c0ce23ef", "", "", "China Syndrome (1982) (Spectravideo) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "e17699a54c90f3a56ae4820f779f72c4", "Starsoft", "SS-020", "Tuby Bird (AKA Vogel Flieh) (Starsoft) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "e17699a54c90f3a56ae4820f779f72c4", "Starsoft", "SS-020", "Tuby Bird (AKA Vogel Flieh) (Starsoft) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "e1d5c8213e82820128fa9c4775f1e166", "", "", "Jungle King (2003) (Jess Ragan) (Jungle Hunt Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "e1d5c8213e82820128fa9c4775f1e166", "", "", "Jungle King (2003) (Jess Ragan) (Jungle Hunt Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "e24d7d879281ffec0641e9c3f52e505a", "Parker Bros", "PB5590", "Lord of The Rings (1983) (Parker Bros) (Prototype)", "", "Prototype", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "e24d7d879281ffec0641e9c3f52e505a", "Parker Bros", "PB5590", "Lord of The Rings (1983) (Parker Bros) (Prototype)", "", "Prototype", "", "", "", "", "", "", "", "", "", "", "", "", "26", "", "", "", "" },
{ "e28113d10c0c14cc3b5f430b0d142fcb", "CCE", "", "Keystone Kapers (CCE) [a1]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "e28113d10c0c14cc3b5f430b0d142fcb", "CCE", "", "Keystone Kapers (CCE) [a1]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "e2c89f270f72cd256ed667507fa038a2", "Starpath", "AR-4101", "Communist Mutants From Space (1982) (Starpath) (PAL)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "e2c89f270f72cd256ed667507fa038a2", "Starpath", "AR-4101", "Communist Mutants From Space (1982) (Starpath) (PAL)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "e314b42761cd13c03def744b4afc7b1b", "Activision", "AZ-108-04", "Ghostbusters (1985) (Activision)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "e314b42761cd13c03def744b4afc7b1b", "Activision", "AZ-108-04", "Ghostbusters (1985) (Activision)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -1960,7 +1960,7 @@ static const char* DefProps[][23] = {
{ "eae0c06ee61c63b81cd016096fc901b0", "Joe Grand", "", "SCSIcide (v1.0) (2001) (Joe Grand)", "", "New Release", "", "", "", "", "", "", "Paddles", "Paddles", "", "", "", "", "", "", "", "", "" }, { "eae0c06ee61c63b81cd016096fc901b0", "Joe Grand", "", "SCSIcide (v1.0) (2001) (Joe Grand)", "", "New Release", "", "", "", "", "", "", "Paddles", "Paddles", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "eb4252faff7a4f2ba5284a98b8f78d1a", "", "", "John K Harvey's Equalizer (NTSC) (PD)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "eb4252faff7a4f2ba5284a98b8f78d1a", "", "", "John K Harvey's Equalizer (NTSC) (PD)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "eb634650c3912132092b7aee540bbce3", "Atari", "CX2640", "RealSports Baseball (1982) (Atari)", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "eb634650c3912132092b7aee540bbce3", "Atari", "CX2640", "RealSports Baseball (1982) (Atari)", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "26", "", "YES", "", "" },
{ "eb9712e423b57f0b07ccd315bb9abf61", "Retroactive", "", "Qb (V2.04) (PAL) (2001) (Retroactive)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "eb9712e423b57f0b07ccd315bb9abf61", "Retroactive", "", "Qb (V2.04) (PAL) (2001) (Retroactive)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "ec26fdc87b1d35f1d60ea89cda4f4dd4", "", "", "Star Fire - Crash Scene (04-11-2002) (MP)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "ec26fdc87b1d35f1d60ea89cda4f4dd4", "", "", "Star Fire - Crash Scene (04-11-2002) (MP)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "ec5d04b7e6cc6641d74d3ba7bb41ebc9", "Absolute-Activision", "", "Pro Wrestling (Absolute-Activision) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "ec5d04b7e6cc6641d74d3ba7bb41ebc9", "Absolute-Activision", "", "Pro Wrestling (Absolute-Activision) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -1968,7 +1968,7 @@ static const char* DefProps[][23] = {
{ "ed1492d4cafd7ebf064f0c933249f5b0", "CCE", "", "Video Cube (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "ed1492d4cafd7ebf064f0c933249f5b0", "CCE", "", "Video Cube (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "ed5ccfc93ad4561075436ee42a15438a", "Atari", "CX2626", "Miniature Golf (1979) (Atari) (PAL) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "ed5ccfc93ad4561075436ee42a15438a", "Atari", "CX2626", "Miniature Golf (1979) (Atari) (PAL) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "edf69b123e06eaf8663cc78d8aeba06e", "SpkSoft 98", "", "River Raid (SpkSoft 98) [h1]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "edf69b123e06eaf8663cc78d8aeba06e", "SpkSoft 98", "", "River Raid (SpkSoft 98) [h1]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "10", "", "", "", "" },
{ "ee4c186123d31a279ed7a84d3578df23", "Atari", "CX2608 / 4975165", "Super Breakout (1978) (Atari) (PAL) [!]", "Uses the Paddle Controllers (left only)", "Common", "", "", "", "", "", "", "Paddles", "", "", "", "", "", "", "", "", "", "" }, { "ee4c186123d31a279ed7a84d3578df23", "Atari", "CX2608 / 4975165", "Super Breakout (1978) (Atari) (PAL) [!]", "Uses the Paddle Controllers (left only)", "Common", "", "", "", "", "", "", "Paddles", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "ee67dc0b01746372d2b983d88f48e24f", "", "", "Scroller Demo (02-01-2003) (CT)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "ee67dc0b01746372d2b983d88f48e24f", "", "", "Scroller Demo (02-01-2003) (CT)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -2007,7 +2007,7 @@ static const char* DefProps[][23] = {
{ "f6f1b27efc247a0e8d473ddb4269ff9e", "Starsoft", "", "Schnapp die Apfeldiebe (AKA Catch Time) (Starsoft) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "f6f1b27efc247a0e8d473ddb4269ff9e", "Starsoft", "", "Schnapp die Apfeldiebe (AKA Catch Time) (Starsoft) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "f736864442164b29235e8872013180cd", "Telegames", "", "Quest for Quintana Roo (Telegames) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "f736864442164b29235e8872013180cd", "Telegames", "", "Quest for Quintana Roo (Telegames) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "f74ad642552385c3daa203a2a6fc2291", "Eckhard Stolberg", "", "Cubis (1997) (Eckhard Stolberg)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "f74ad642552385c3daa203a2a6fc2291", "Eckhard Stolberg", "", "Cubis (1997) (Eckhard Stolberg)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "f7856e324bc56f45b9c8e6ff062ec033", "", "", "RealSports Soccer (1983) (Atari) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "f7856e324bc56f45b9c8e6ff062ec033", "", "", "RealSports Soccer (1983) (Atari) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "YES", "", "" },
{ "f7d6592dcb773c81c278140ed4d01669", "Activision", "AZ-108-04", "Ghostbusters (1985) (Activision) (PAL) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "f7d6592dcb773c81c278140ed4d01669", "Activision", "AZ-108-04", "Ghostbusters (1985) (Activision) (PAL) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "f80cf77164079d774b9b0fae33dffca9", "", "", "Fu Kung! (V0.15) (Negative Version) (05-02-2003) (AD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "f80cf77164079d774b9b0fae33dffca9", "", "", "Fu Kung! (V0.15) (Negative Version) (05-02-2003) (AD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "f825c538481f9a7a46d1e9bc06200aaf", "Atari", "CX2635 / 4975157", "Maze Craze (1978) (Atari)", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "f825c538481f9a7a46d1e9bc06200aaf", "Atari", "CX2635 / 4975157", "Maze Craze (1978) (Atari)", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -2025,7 +2025,7 @@ static const char* DefProps[][23] = {
{ "fa7e11a3dbea4365975cd2f094e61d25", "Tim Snider", "", "Mystery Science Theater 2600 by Tim Snider (Megamania Hack)", "Hack of Megamania (Activision)", "New Release (Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "fa7e11a3dbea4365975cd2f094e61d25", "Tim Snider", "", "Mystery Science Theater 2600 by Tim Snider (Megamania Hack)", "Hack of Megamania (Activision)", "New Release (Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "faed2ef6b44894f8c83f2b50891c35c6", "CCE", "", "Super Baseball (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "faed2ef6b44894f8c83f2b50891c35c6", "CCE", "", "Super Baseball (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "26", "", "", "", "" },
{ "fb09ee4ccd47ae74a3c314f0d8a40344", "", "", "Titans (SnailSoft)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "fb09ee4ccd47ae74a3c314f0d8a40344", "", "", "Titans (SnailSoft)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "fb27afe896e7c928089307b32e5642ee", "Mattel", "MT5662", "TRON - Deadly Discs (1983) (Mattel) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "fb27afe896e7c928089307b32e5642ee", "Mattel", "MT5662", "TRON - Deadly Discs (1983) (Mattel) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -2242,7 +2242,7 @@ static const char* DefProps[][23] = {
{ "159e5cd6ccb968015f49aed5adbc91eb", "", "", "Yar's Defeat (2002) (Justin J. Scott) (Yars' Revenge Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "159e5cd6ccb968015f49aed5adbc91eb", "", "", "Yar's Defeat (2002) (Justin J. Scott) (Yars' Revenge Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "15bcd74f2f1f2a63e1aa93e90d2c0555", "", "", "Incoming (22-08-2002) (Ben Larson) (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "15bcd74f2f1f2a63e1aa93e90d2c0555", "", "", "Incoming (22-08-2002) (Ben Larson) (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "15c11ab6e4502b2010b18366133fc322", "Atari", "CX26169", "Shooting Arcade (1989) (Atari) (Prototype)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "15c11ab6e4502b2010b18366133fc322", "Atari", "CX26169", "Shooting Arcade (1989) (Atari) (Prototype)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "1619bc27632f9148d8480cd813aa74c3", "Video Gems / Thomas Jentzsch", "", "Steeple Chase (Video Gems) (NTSC by Thomas Jentzsch)", "Uses the Paddle Controllers", "New Release (Video Format Conversion)", "", "", "A", "", "", "", "Paddles", "Paddles", "", "", "", "", "", "", "Yes", "", "" }, { "1619bc27632f9148d8480cd813aa74c3", "Video Gems / Thomas Jentzsch", "", "Steeple Chase (Video Gems) (NTSC by Thomas Jentzsch)", "Uses the Paddle Controllers", "New Release (Video Format Conversion)", "", "", "A", "", "", "", "PADDLES", "PADDLES", "", "", "", "", "21", "209", "YES", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -2258,7 +2258,7 @@ static const char* DefProps[][23] = {
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "17badbb3f54d1fc01ee68726882f26a6", "Mattel", "MT5659", "Space Attack (1982) (Mattel)", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "17badbb3f54d1fc01ee68726882f26a6", "Mattel", "MT5659", "Space Attack (1982) (Mattel)", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "28", "", "", "", "" },
{ "17d000a2882f9fdaa8b4a391ad367f00", "Atari", "CX2676", "Centipede (1982) (Atari) (PAL) [!]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "17d000a2882f9fdaa8b4a391ad367f00", "Atari", "CX2676", "Centipede (1982) (Atari) (PAL) [!]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "17ee23e5da931be82f733917adcb6386", "Salu", "", "Acid Drop (1992) (Salu) (PAL) [!]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "54", "", "", "", "" }, { "17ee23e5da931be82f733917adcb6386", "Salu", "", "Acid Drop (1992) (Salu) (PAL) [!]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "54", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -2330,7 +2330,7 @@ static const char* DefProps[][23] = {
{ "20edcc3aa6c189259fa7e2f044a99c49", "Spectravision", "SA-201", "Gangster Alley (1982) (Spectravision)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "20edcc3aa6c189259fa7e2f044a99c49", "Spectravision", "SA-201", "Gangster Alley (1982) (Spectravision)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "211fbbdbbca1102dc5b43dc8157c09b3", "Apollo", "AP 2009", "Final Approach (1982) (Apollo)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "211fbbdbbca1102dc5b43dc8157c09b3", "Apollo", "AP 2009", "Final Approach (1982) (Apollo)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "21299c8c3ac1d54f8289d88702a738fd", "K-Tel Vision", "", "Spider Maze (K-Tel Vision)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "21299c8c3ac1d54f8289d88702a738fd", "K-Tel Vision", "", "Spider Maze (K-Tel Vision)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "25", "220", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -2513,7 +2513,7 @@ static const char* DefProps[][23] = {
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "36a701c60a9f9768d057bc2a83526a80", "", "", "Cube Conquest (Interlaced) (Billy Eno) (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "36a701c60a9f9768d057bc2a83526a80", "", "", "Cube Conquest (Interlaced) (Billy Eno) (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "36c31bb5daeb103f488c66de67ac5075", "Starpath", "AR-4302", "Party Mix (1 of 3) (1982) (Starpath)", "Uses the Paddle Controllers", "Extremely Rare", "", "", "", "", "", "", "Paddles", "", "", "", "", "", "", "", "", "", "" }, { "36c31bb5daeb103f488c66de67ac5075", "Starpath", "AR-4302", "Party Mix (1 of 3) (1982) (Starpath)", "Uses the Paddle Controllers", "Extremely Rare", "", "", "", "", "", "", "PADDLES", "", "", "", "", "", "24", "", "", "", "" },
{ "36edef446ab4c2395666efc672b92ed0", "Atari", "", "Off the Wall (1989) (Atari) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "36edef446ab4c2395666efc672b92ed0", "Atari", "", "Off the Wall (1989) (Atari) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -2573,7 +2573,7 @@ static const char* DefProps[][23] = {
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "3d9c2fccf8b11630762ff00811c19277", "Spectravideo", "SA-206", "Challenge of...NEXAR (1982) (Spectravideo) (PAL) [p1][!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "3d9c2fccf8b11630762ff00811c19277", "Spectravideo", "SA-206", "Challenge of...NEXAR (1982) (Spectravideo) (PAL) [p1][!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "3dfb7c1803f937fadc652a3e95ff7dc6", "Dimax", "SM8001", "Space Robot (AKA Robot Fight) (Dimax)", "", "Unbelievably Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "3dfb7c1803f937fadc652a3e95ff7dc6", "Dimax", "SM8001", "Space Robot (AKA Robot Fight) (Dimax)", "", "Unbelievably Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "3e1682ddaec486d8b6b90b527aaa0fc4", "Thomas Jentzsch", "", "Robot City (V0.12) (TJ)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "3e1682ddaec486d8b6b90b527aaa0fc4", "Thomas Jentzsch", "", "Robot City (V0.12) (TJ)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "24", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "3e5ca1afaa27c5da3c54c9942fec528b", "", "", "2600 Digital Clock (Demo 2) (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "3e5ca1afaa27c5da3c54c9942fec528b", "", "", "2600 Digital Clock (Demo 2) (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "3e899eba0ca8cd2972da1ae5479b4f0d", "Coleco", "2457", "Venture (1982) (Coleco) [!]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "3e899eba0ca8cd2972da1ae5479b4f0d", "Coleco", "2457", "Venture (1982) (Coleco) [!]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
@ -2597,7 +2597,7 @@ static const char* DefProps[][23] = {
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "4066d7d88ec4a2c656127a67fa52dcf1", "", "", "Overhead Adventure Demo 2 (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "4066d7d88ec4a2c656127a67fa52dcf1", "", "", "Overhead Adventure Demo 2 (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "64", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -2606,7 +2606,7 @@ static const char* DefProps[][23] = {
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "4181087389a79c7f59611fb51c263137", "", "", "Miss Piggy's Wedding (Prototype 2) [!]", "", "Prototype", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "4181087389a79c7f59611fb51c263137", "", "", "Miss Piggy's Wedding (Prototype 2) [!]", "", "Prototype", "", "", "", "", "", "", "", "", "", "", "", "", "24", "", "", "", "" },
{ "41818738ab1745e879024a17784d71f5", "", "", "Atlantis (1982) (CCE) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "41818738ab1745e879024a17784d71f5", "", "", "Atlantis (1982) (CCE) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "4191b671bcd8237fc8e297b4947f2990", "Exus", "", "Video Jogger (Exus) (PAL)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "4191b671bcd8237fc8e297b4947f2990", "Exus", "", "Video Jogger (Exus) (PAL)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -2930,7 +2930,7 @@ static const char* DefProps[][23] = {
{ "6aa66e9c3eea76a0c40ef05513497c40", "", "", "Hangman Ghost Biglist2 (Hangman Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "6aa66e9c3eea76a0c40ef05513497c40", "", "", "Hangman Ghost Biglist2 (Hangman Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "6ae4dc6d7351dacd1012749ca82f9a56", "Atari", "CX26125 (label says CX26127 on some)", "Track and Field (1984) (Atari)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "6ae4dc6d7351dacd1012749ca82f9a56", "Atari", "CX26125 (label says CX26127 on some)", "Track and Field (1984) (Atari)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "6b1fc959e28bd71aed7b89014574bdc2", "Bitcorp", "PG203", "Phantom Tank (Bitcorp) (PAL) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "6b1fc959e28bd71aed7b89014574bdc2", "Bitcorp", "PG203", "Phantom Tank (Bitcorp) (PAL) [!]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "6b6ca32228ae352b4267e4bd2cddf10c", "", "", "Pac-Man 4 (Pac-Man Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "6b6ca32228ae352b4267e4bd2cddf10c", "", "", "Pac-Man 4 (Pac-Man Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "33", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -2955,7 +2955,7 @@ static const char* DefProps[][23] = {
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "6ed5012793f5ddf4353a48c11ea9b8d3", "Starpath", "AR-4302", "Party Mix (3 of 3) (1982) (Starpath)", "Uses the Paddle Controllers", "Extremely Rare", "", "", "", "", "", "", "Paddles", "", "", "", "", "", "", "", "", "", "" }, { "6ed5012793f5ddf4353a48c11ea9b8d3", "Starpath", "AR-4302", "Party Mix (3 of 3) (1982) (Starpath)", "Uses the Paddle Controllers", "Extremely Rare", "", "", "", "", "", "", "PADDLES", "", "", "", "", "", "27", "", "", "", "" },
{ "6f084daf265599f65422ef4173b69bc7", "", "", "Music Kit (V2.0) - Song Player (Paul Slocum)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "YES", "", "" }, { "6f084daf265599f65422ef4173b69bc7", "", "", "Music Kit (V2.0) - Song Player (Paul Slocum)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "YES", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "6f6c7f37926c574c6b76e5a665fd26e7", "", "", "Space Shuttle - Journey Into Space (1983) (Activision) (PAL) [b1]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "6f6c7f37926c574c6b76e5a665fd26e7", "", "", "Space Shuttle - Journey Into Space (1983) (Activision) (PAL) [b1]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -2983,7 +2983,7 @@ static const char* DefProps[][23] = {
{ "721a5567f76856f6b50a6707aa8f8316", "", "", "Ghostbusters (1985) (Activision) (PAL) [a1][!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "721a5567f76856f6b50a6707aa8f8316", "", "", "Ghostbusters (1985) (Activision) (PAL) [a1][!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "724613effaf7743cbcd695fab469c2a8", "Quelle", "", "Super Ferrari (Quelle)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "724613effaf7743cbcd695fab469c2a8", "Quelle", "", "Super Ferrari (Quelle)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "72a46e0c21f825518b7261c267ab886e", "Xonox", "99005", "Robin Hood (Xonox)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "72a46e0c21f825518b7261c267ab886e", "Xonox", "99005", "Robin Hood (Xonox)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "30", "222", "", "", "" },
{ "72b8dc752befbfb3ffda120eb98b2dd0", "Parker Bros", "PB5550", "Q-bert's Qubes (1983) (Parker Bros)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "72b8dc752befbfb3ffda120eb98b2dd0", "Parker Bros", "PB5550", "Q-bert's Qubes (1983) (Parker Bros)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -3064,7 +3064,7 @@ static const char* DefProps[][23] = {
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "7cd379da92c93679f3b6d2548617746a", "", "", "Demo Image Series #5 - Clown (19-02-2003) (AD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "7cd379da92c93679f3b6d2548617746a", "", "", "Demo Image Series #5 - Clown (19-02-2003) (AD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "7d3cdde63b16fa637c4484e716839c94", "CCE", "", "Road Runner (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "7d3cdde63b16fa637c4484e716839c94", "CCE", "", "Road Runner (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "20", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -3110,7 +3110,7 @@ static const char* DefProps[][23] = {
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "81f4f0285f651399a12ff2e2f35bab77", "Starpath", "AR-4200", "Escape from the Mindmaster (1982) (Starpath)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "No" }, { "81f4f0285f651399a12ff2e2f35bab77", "Starpath", "AR-4200", "Escape from the Mindmaster (1982) (Starpath)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "No" },
{ "82337e5fe0f418ca9484ca851dfc226a", "", "", "Robot City (V1.0) (Alpha) (TJ)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "82337e5fe0f418ca9484ca851dfc226a", "", "", "Robot City (V1.0) (Alpha) (TJ)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "24", "", "", "", "" },
{ "8290daea8391f96d7c8e1482e184d19c", "Eckhard Stolberg", "", "Frame Timed Sound Effects (Eckhard Stolberg)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "8290daea8391f96d7c8e1482e184d19c", "Eckhard Stolberg", "", "Frame Timed Sound Effects (Eckhard Stolberg)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "82efe7984783e23a7c55266a5125c68e", "CCE", "", "Pizza Chef (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "82efe7984783e23a7c55266a5125c68e", "CCE", "", "Pizza Chef (CCE)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "834a2273e97aec3181ee127917b4b269", "Starsoft", "", "Die Hungrigen Froesche (Starsoft) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "834a2273e97aec3181ee127917b4b269", "Starsoft", "", "Die Hungrigen Froesche (Starsoft) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -3162,7 +3162,7 @@ static const char* DefProps[][23] = {
{ "89afff4a10807093c105740c73e9b544", "Konami-Gakken", "", "Pooyan (1982) (Konami-Gakken) (PAL) [p1][!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "89afff4a10807093c105740c73e9b544", "Konami-Gakken", "", "Pooyan (1982) (Konami-Gakken) (PAL) [p1][!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "8a42e2c7266439d8997a55d0124c912c", "", "", "Hangman Invader Wordlist (Hangman Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "8a42e2c7266439d8997a55d0124c912c", "", "", "Hangman Invader Wordlist (Hangman Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "8a6c84f481acf42abcb78ba5064ad755", "128-in-1 Junior Console", "", "Street Racer - Speedway II (1978) (Atari) (PAL) [p1][o1][!]", "Uses the Paddle Controllers (swapped)", "", "", "", "", "", "", "", "Paddles", "Paddles", "", "", "", "", "", "", "", "", "" }, { "8a6c84f481acf42abcb78ba5064ad755", "128-in-1 Junior Console", "", "Street Racer - Speedway II (1978) (Atari) (PAL) [p1][o1][!]", "Uses the Paddle Controllers (swapped)", "", "", "", "", "", "", "", "Paddles", "Paddles", "", "", "", "", "", "", "", "", "" },
{ "8a9d874a38608964f33ec0c35cab618d", "Chris Cracknell", "", "Rescue Bira Bira (Chris Cracknell) [!]", "Hack of Jungle Fever (Mystique)", "New Release (Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "8a9d874a38608964f33ec0c35cab618d", "Chris Cracknell", "", "Rescue Bira Bira (Chris Cracknell) [!]", "Hack of Jungle Fever (Mystique)", "New Release (Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "20", "230", "YES", "", "" },
{ "8aad33da907bed78b76b87fceaa838c1", "Atari", "", "Air-Sea Battle (32-in-1) (Atari) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "260", "", "", "" }, { "8aad33da907bed78b76b87fceaa838c1", "Atari", "", "Air-Sea Battle (32-in-1) (Atari) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "260", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "8b40a9ca1cfcd14822e2547eaa9df5c1", "Parker Bros", "PB5360", "Q-bert (1983) (Parker Bros) (PAL) [!]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "8b40a9ca1cfcd14822e2547eaa9df5c1", "Parker Bros", "PB5360", "Q-bert (1983) (Parker Bros) (PAL) [!]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -3198,7 +3198,7 @@ static const char* DefProps[][23] = {
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "9041cfd144df075552efebbb81df625d", "", "", "Greeting Cart Ann R (SnailSoft)(PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "9041cfd144df075552efebbb81df625d", "", "", "Greeting Cart Ann R (SnailSoft)(PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "90578a63441de4520be5324e8f015352", "Bitcorp", "", "Sesam, Oeffne Dich (AKA Open Sesame) (Bitcorp) (PAL) [p1][!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "90578a63441de4520be5324e8f015352", "Bitcorp", "", "Sesam, Oeffne Dich (AKA Open Sesame) (Bitcorp) (PAL) [p1][!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "256", "YES", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -3497,7 +3497,7 @@ static const char* DefProps[][23] = {
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "b9336ed6d94a5cc81a16483b0a946a73", "Atari", "CX2667", "RealSports Soccer (1983) (Atari) (PAL) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "b9336ed6d94a5cc81a16483b0a946a73", "Atari", "CX2667", "RealSports Soccer (1983) (Atari) (PAL) [!]", "", "Uncommon", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "YES", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -3549,7 +3549,7 @@ static const char* DefProps[][23] = {
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "c032c2bd7017fdfbba9a105ec50f800e", "Activision", "", "Thwocker (Activision) (Prototype) [!]", "", "Prototype", "", "FE", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "c032c2bd7017fdfbba9a105ec50f800e", "Activision", "", "Thwocker (Activision) (Prototype) [!]", "", "Prototype", "", "FE", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "c05f367fa4767ceb27abadf0066df7f4", "", "", "TomInv (31-07-2001) (TJ)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "c05f367fa4767ceb27abadf0066df7f4", "", "", "TomInv (31-07-2001) (TJ)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "c0d2434348de72fa6edcc6d8e40f28d7", "Sega", "010-01", "Tapper (1983) (Sega) [!]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "c0d2434348de72fa6edcc6d8e40f28d7", "Sega", "010-01", "Tapper (1983) (Sega) [!]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "24", "225", "", "", "" },
{ "c150c76cbde2c9b5a97eb5399d46c64f", "", "", "Unknown Title (xxx00000 (200203)) (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "c150c76cbde2c9b5a97eb5399d46c64f", "", "", "Unknown Title (xxx00000 (200203)) (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "c16fbfdbfdf5590cc8179e4b0f5f5aeb", "Bomb", "CA285", "Wall Defender (Bomb)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "c16fbfdbfdf5590cc8179e4b0f5f5aeb", "Bomb", "CA285", "Wall Defender (Bomb)", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "c1a83f44137ea914b495fc6ac036c493", "Atari", "CX2660 / 4975187", "Star Raiders (1982) (Atari) (PAL) [!]", "Uses Joystick (left) and Keypad (right) Controllers", "Uncommon", "", "", "", "", "", "", "", "Keyboard", "", "", "", "", "", "", "", "", "" }, { "c1a83f44137ea914b495fc6ac036c493", "Atari", "CX2660 / 4975187", "Star Raiders (1982) (Atari) (PAL) [!]", "Uses Joystick (left) and Keypad (right) Controllers", "Uncommon", "", "", "", "", "", "", "", "Keyboard", "", "", "", "", "", "", "", "", "" },
@ -3585,7 +3585,7 @@ static const char* DefProps[][23] = {
{ "c504a71c411a601d1fc3173369cfdca4", "Retroactive", "", "Qb (V2.02) (Stella) (2001) (Retroactive)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "c504a71c411a601d1fc3173369cfdca4", "Retroactive", "", "Qb (V2.02) (Stella) (2001) (Retroactive)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "c52d9bbdc5530e1ef8e8ba7be692b01e", "Atari", "", "Holey Moley (Atari) (Prototype)", "Uses Keypad Controllers", "Prototype", "", "", "", "", "", "", "Keyboard", "Keyboard", "", "", "", "", "", "", "", "", "" }, { "c52d9bbdc5530e1ef8e8ba7be692b01e", "Atari", "", "Holey Moley (Atari) (Prototype)", "Uses Keypad Controllers", "Prototype", "", "", "", "", "", "", "Keyboard", "Keyboard", "", "", "", "", "", "", "", "", "" },
{ "c5387fc1aa71f11d2fa82459e189a5f0", "Bitcorp", "", "Weltraum Tunnel (Bitcorp) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "256", "", "", "" }, { "c5387fc1aa71f11d2fa82459e189a5f0", "Bitcorp", "", "Weltraum Tunnel (Bitcorp) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "256", "", "", "" },
{ "c569e57dca93d3bee115a49923057fd7", "", "", "Pac-Space (Pac-Man Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "c569e57dca93d3bee115a49923057fd7", "", "", "Pac-Space (Pac-Man Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "33", "", "", "", "" },
{ "c5930d0e8cdae3e037349bfa08e871be", "Atari", "CX2655 / 4975167", "Yar's Revenge (1981) (Atari)", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "c5930d0e8cdae3e037349bfa08e871be", "Atari", "CX2655 / 4975167", "Yar's Revenge (1981) (Atari)", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -3610,7 +3610,7 @@ static const char* DefProps[][23] = {
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "c880c659cdc0f84c4a66bc818f89618e", "Bitcorp / Thomas Jentzsch", "", "Sesam, Oeffne Dich (AKA Open Sesame) (Bitcorp) (NTSC by Thomas Jentzsch)", "", "New Release (Video Format Conversion)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "c880c659cdc0f84c4a66bc818f89618e", "Bitcorp / Thomas Jentzsch", "", "Sesam, Oeffne Dich (AKA Open Sesame) (Bitcorp) (NTSC by Thomas Jentzsch)", "", "New Release (Video Format Conversion)", "", "", "", "", "", "", "", "", "", "", "", "", "20", "254", "YES", "", "" },
{ "c8df076c7e4349ca8dcbdb773bf3c985", "Activision", "AZ-036-04", "H.E.R.O. (1984) (Activision) [a1]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "c8df076c7e4349ca8dcbdb773bf3c985", "Activision", "AZ-036-04", "H.E.R.O. (1984) (Activision) [a1]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "c9196e28367e46f8a55e04c27743148f", "Atari", "", "Stampede (32-in-1) (Atari) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "c9196e28367e46f8a55e04c27743148f", "Atari", "", "Stampede (32-in-1) (Atari) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -3689,7 +3689,7 @@ static const char* DefProps[][23] = {
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "d175258b2973b917a05b46df4e1cf15d", "", "", "Walker (198x)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "d175258b2973b917a05b46df4e1cf15d", "", "", "Walker (198x)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "230", "", "", "" },
{ "d17a8c440d6be79fae393a4b46661164", "", "", "Warring Worms (Beta 3) (2002) (Billy Eno)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "d17a8c440d6be79fae393a4b46661164", "", "", "Warring Worms (Beta 3) (2002) (Billy Eno)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "d1a9478b99d6a55e13a9fd4262da7cd4", "US Games", "VC 1001", "Space Jockey (1982) (US Games) [o1]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "d1a9478b99d6a55e13a9fd4262da7cd4", "US Games", "VC 1001", "Space Jockey (1982) (US Games) [o1]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "d1d704a7146e95709b57b6d4cac3f788", "Atari", "", "Slot Racers (32-in-1) (Atari) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "d1d704a7146e95709b57b6d4cac3f788", "Atari", "", "Slot Racers (32-in-1) (Atari) (PAL) [!]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -3792,7 +3792,7 @@ static const char* DefProps[][23] = {
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "dd92d6ad50976f881d86b52d38616118", "SpkSoft", "", "River Raid (SpkSoft) [h1]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "dd92d6ad50976f881d86b52d38616118", "SpkSoft", "", "River Raid (SpkSoft) [h1]", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "10", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -3906,7 +3906,7 @@ static const char* DefProps[][23] = {
{ "e9cb18770a41a16de63b124c1e8bd493", "Parker Bros", "PB5370", "Popeye (1983) (Parker Bros) (PAL) [!]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" }, { "e9cb18770a41a16de63b124c1e8bd493", "Parker Bros", "PB5370", "Popeye (1983) (Parker Bros) (PAL) [!]", "", "Common", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Yes", "", "" },
{ "ea6d40db5498d6386571a76df448aa4c", "", "", "Vertical Playfield Demo 2 (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "ea6d40db5498d6386571a76df448aa4c", "", "", "Vertical Playfield Demo 2 (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "ead60451c28635b55ca8fea198444e16", "Sancho", "TEC004", "Nightmare (Sancho) (PAL) [!]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "ead60451c28635b55ca8fea198444e16", "Sancho", "TEC004", "Nightmare (Sancho) (PAL) [!]", "", "Extremely Rare", "", "", "", "", "", "", "", "", "", "", "", "", "43", "256", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
@ -4021,7 +4021,7 @@ static const char* DefProps[][23] = {
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "f90b5da189f24d7e1a2117d8c8abc952", "Atari", "CX2653 / 99823 / 75111", "Slot Machine (1979) (Atari)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "f90b5da189f24d7e1a2117d8c8abc952", "Atari", "CX2653 / 99823 / 75111", "Slot Machine (1979) (Atari)", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "f939780714db69dc69a80fbefe350e0d", "Activision", "AB-035-04", "Pitfall II - Lost Caverns (1984) (Activision) [b2]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "f939780714db69dc69a80fbefe350e0d", "Activision", "AB-035-04", "Pitfall II - Lost Caverns (1984) (Activision) [b2]", "", "Rare", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "f954381f9e0f2009d1ac40dedd777b1a", "Thomas Jentzsch", "", "Robot City (V0.18) (01-09-2002) (TJ)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "f954381f9e0f2009d1ac40dedd777b1a", "Thomas Jentzsch", "", "Robot City (V0.18) (01-09-2002) (TJ)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "24", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
{ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },

View File

@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: OSystem.cxx,v 1.85 2006-12-28 18:31:26 stephena Exp $ // $Id: OSystem.cxx,v 1.86 2006-12-28 20:40:00 stephena Exp $
//============================================================================ //============================================================================
#include <cassert> #include <cassert>
@ -569,7 +569,45 @@ bool OSystem::queryConsoleInfo(const uInt8* image, uInt32 size,
const string& md5, const string& md5,
Cartridge** cart, Properties& props) Cartridge** cart, Properties& props)
{ {
// Get a valid set of properties, including any entered on the commandline
string s;
myPropSet->getMD5(md5, props); myPropSet->getMD5(md5, props);
s = mySettings->getString("type");
if(s != "") props.set(Cartridge_Type, s);
s = mySettings->getString("ld");
if(s != "") props.set(Console_LeftDifficulty, s);
s = mySettings->getString("rd");
if(s != "") props.set(Console_RightDifficulty, s);
s = mySettings->getString("tv");
if(s != "") props.set(Console_TelevisionType, s);
s = mySettings->getString("sp");
if(s != "") props.set(Console_SwapPorts, s);
s = mySettings->getString("lc");
if(s != "") props.set(Controller_Left, s);
s = mySettings->getString("rc");
if(s != "") props.set(Controller_Right, s);
s = mySettings->getString("bc");
if(s != "") { props.set(Controller_Left, s); props.set(Controller_Right, s); }
s = mySettings->getString("cp");
if(s != "") props.set(Controller_SwapPaddles, s);
s = mySettings->getString("format");
if(s != "") props.set(Display_Format, s);
s = mySettings->getString("xstart");
if(s != "") props.set(Display_XStart, s);
s = mySettings->getString("ystart");
if(s != "") props.set(Display_YStart, s);
s = mySettings->getString("width");
if(s != "") props.set(Display_Width, s);
s = mySettings->getString("height");
if(s != "") props.set(Display_Height, s);
s = mySettings->getString("pp");
if(s != "") props.set(Display_Phosphor, s);
s = mySettings->getString("ppblend");
if(s != "") props.set(Display_PPBlend, s);
s = mySettings->getString("hmove");
if(s != "") props.set(Emulation_HmoveBlanks, s);
*cart = Cartridge::create(image, size, props, *mySettings); *cart = Cartridge::create(image, size, props, *mySettings);
if(!*cart) if(!*cart)
return false; return false;

View File

@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: PropsSet.cxx,v 1.29 2006-12-22 22:39:34 stephena Exp $ // $Id: PropsSet.cxx,v 1.30 2006-12-28 20:40:00 stephena Exp $
//============================================================================ //============================================================================
#include <sstream> #include <sstream>
@ -115,15 +115,6 @@ void PropertiesSet::getMD5(const string& md5, Properties& properties,
i = 2*i + 2; // right child i = 2*i + 2; // right child
} }
} }
// Reset TIA positioning to defaults if option is enabled
if(myOSystem->settings().getBool("tiadefaults"))
{
// properties.set(Display_XStart, Properties::ourDefaultProperties[Display_XStart]);
// properties.set(Display_YStart, Properties::ourDefaultProperties[Display_YStart]);
properties.set(Display_Width, Properties::ourDefaultProperties[Display_Width]);
properties.set(Display_Height, Properties::ourDefaultProperties[Display_Height]);
}
} }
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: Settings.cxx,v 1.108 2006-12-26 17:06:01 stephena Exp $ // $Id: Settings.cxx,v 1.109 2006-12-28 20:40:00 stephena Exp $
//============================================================================ //============================================================================
#include <cassert> #include <cassert>
@ -81,7 +81,6 @@ Settings::Settings(OSystem* osystem)
setInternal("modtime", ""); setInternal("modtime", "");
setInternal("debugheight", "0"); setInternal("debugheight", "0");
setInternal("tiadefaults", "false");
setInternal("autoslot", "false"); setInternal("autoslot", "false");
setInternal("fastscbios", "true"); setInternal("fastscbios", "true");
} }
@ -344,7 +343,6 @@ void Settings::usage()
<< " -p2speed <number> Speed of emulated mouse movement for paddle 2 (0-100)\n" << " -p2speed <number> Speed of emulated mouse movement for paddle 2 (0-100)\n"
<< " -p3speed <number> Speed of emulated mouse movement for paddle 3 (0-100)\n" << " -p3speed <number> Speed of emulated mouse movement for paddle 3 (0-100)\n"
<< " -pthresh <number> Set threshold for eliminating paddle jitter\n" << " -pthresh <number> Set threshold for eliminating paddle jitter\n"
<< " -tiadefaults <1|0> Use TIA positioning defaults instead of enhanced values\n"
<< " -rombrowse <1|0> Use ROM browser mode (shows files and folders)\n" << " -rombrowse <1|0> Use ROM browser mode (shows files and folders)\n"
<< " -autoslot <1|0> Automatically switch to next save slot when state saving\n" << " -autoslot <1|0> Automatically switch to next save slot when state saving\n"
<< " -fastscbios <1|0> Speed up loading of SuperCharger ROM BIOS\n" << " -fastscbios <1|0> Speed up loading of SuperCharger ROM BIOS\n"

View File

@ -126,13 +126,14 @@
"" ""
"Cartridge.MD5" "012b8e6ef3b5fd5aabc94075c527709d" "Cartridge.MD5" "012b8e6ef3b5fd5aabc94075c527709d"
"Cartridge.Name" "Party Mix (1982) (Starpath)"
"Cartridge.Manufacturer" "Starpath" "Cartridge.Manufacturer" "Starpath"
"Cartridge.ModelNo" "AR-4302" "Cartridge.ModelNo" "AR-4302"
"Cartridge.Name" "Party Mix (1982) (Starpath)"
"Cartridge.Note" "Uses the Paddle Controllers" "Cartridge.Note" "Uses the Paddle Controllers"
"Cartridge.Rarity" "Extremely Rare" "Cartridge.Rarity" "Extremely Rare"
"Controller.Left" "Paddles" "Controller.Left" "PADDLES"
"Controller.Right" "Paddles" "Controller.Right" "PADDLES"
"Display.YStart" "24"
"" ""
"Cartridge.MD5" "01297d9b450455dd716db9658efb2fae" "Cartridge.MD5" "01297d9b450455dd716db9658efb2fae"
@ -736,10 +737,11 @@
"" ""
"Cartridge.MD5" "0b1056f1091cfdc5eb0e2301f47ac6c3" "Cartridge.MD5" "0b1056f1091cfdc5eb0e2301f47ac6c3"
"Cartridge.Name" "King Kong (1982) (Tigervision)"
"Cartridge.Manufacturer" "Tigervision" "Cartridge.Manufacturer" "Tigervision"
"Cartridge.ModelNo" "7-001" "Cartridge.ModelNo" "7-001"
"Cartridge.Name" "King Kong (1982) (Tigervision)"
"Cartridge.Rarity" "Rare" "Cartridge.Rarity" "Rare"
"Display.YStart" "20"
"" ""
"Cartridge.MD5" "0afe6ae18966795b89314c3797dd2b1e" "Cartridge.MD5" "0afe6ae18966795b89314c3797dd2b1e"
@ -1005,6 +1007,7 @@
"Cartridge.MD5" "0f341d1f4e144e3163d9a5fc5a662b79" "Cartridge.MD5" "0f341d1f4e144e3163d9a5fc5a662b79"
"Cartridge.Name" "RUN Platform Demo (PD)" "Cartridge.Name" "RUN Platform Demo (PD)"
"Display.YStart" "0"
"Display.Phosphor" "YES" "Display.Phosphor" "YES"
"" ""
@ -1434,14 +1437,16 @@
"" ""
"Cartridge.MD5" "1619bc27632f9148d8480cd813aa74c3" "Cartridge.MD5" "1619bc27632f9148d8480cd813aa74c3"
"Cartridge.Name" "Steeple Chase (Video Gems) (NTSC by Thomas Jentzsch)"
"Cartridge.Manufacturer" "Video Gems / Thomas Jentzsch" "Cartridge.Manufacturer" "Video Gems / Thomas Jentzsch"
"Cartridge.Name" "Steeple Chase (Video Gems) (NTSC by Thomas Jentzsch)"
"Cartridge.Note" "Uses the Paddle Controllers" "Cartridge.Note" "Uses the Paddle Controllers"
"Cartridge.Rarity" "New Release (Video Format Conversion)" "Cartridge.Rarity" "New Release (Video Format Conversion)"
"Console.LeftDifficulty" "A" "Console.LeftDifficulty" "A"
"Controller.Left" "Paddles" "Controller.Left" "PADDLES"
"Controller.Right" "Paddles" "Controller.Right" "PADDLES"
"Display.Phosphor" "Yes" "Display.YStart" "21"
"Display.Height" "209"
"Display.Phosphor" "YES"
"" ""
"Cartridge.MD5" "163e7e757e2dc44469123ff0e5daec5e" "Cartridge.MD5" "163e7e757e2dc44469123ff0e5daec5e"
@ -1537,10 +1542,11 @@
"" ""
"Cartridge.MD5" "17badbb3f54d1fc01ee68726882f26a6" "Cartridge.MD5" "17badbb3f54d1fc01ee68726882f26a6"
"Cartridge.Name" "Space Attack (1982) (Mattel)"
"Cartridge.Manufacturer" "Mattel" "Cartridge.Manufacturer" "Mattel"
"Cartridge.ModelNo" "MT5659" "Cartridge.ModelNo" "MT5659"
"Cartridge.Name" "Space Attack (1982) (Mattel)"
"Cartridge.Rarity" "Common" "Cartridge.Rarity" "Common"
"Display.YStart" "28"
"" ""
"Cartridge.MD5" "17ee158d15e4a34f57a837bc1ce2b0ce" "Cartridge.MD5" "17ee158d15e4a34f57a837bc1ce2b0ce"
@ -2088,9 +2094,11 @@
"" ""
"Cartridge.MD5" "21299c8c3ac1d54f8289d88702a738fd" "Cartridge.MD5" "21299c8c3ac1d54f8289d88702a738fd"
"Cartridge.Name" "Spider Maze (K-Tel Vision)"
"Cartridge.Manufacturer" "K-Tel Vision" "Cartridge.Manufacturer" "K-Tel Vision"
"Cartridge.Name" "Spider Maze (K-Tel Vision)"
"Cartridge.Rarity" "Rare" "Cartridge.Rarity" "Rare"
"Display.YStart" "25"
"Display.Height" "220"
"" ""
"Cartridge.MD5" "2179dfd7edee76efafe698c1bc763735" "Cartridge.MD5" "2179dfd7edee76efafe698c1bc763735"
@ -2265,9 +2273,10 @@
"" ""
"Cartridge.MD5" "245f07c8603077a0caf5f83ee6cf8b43" "Cartridge.MD5" "245f07c8603077a0caf5f83ee6cf8b43"
"Cartridge.Name" "Parachute (HomeVision) (NTSC by Thomas Jentzsch)"
"Cartridge.Manufacturer" "HomeVision / Thomas Jentzsch" "Cartridge.Manufacturer" "HomeVision / Thomas Jentzsch"
"Cartridge.Name" "Parachute (HomeVision) (NTSC by Thomas Jentzsch)"
"Cartridge.Rarity" "New Release (Video Format Conversion)" "Cartridge.Rarity" "New Release (Video Format Conversion)"
"Display.Height" "240"
"" ""
"Cartridge.MD5" "2450dfa1df70d12b60683185775efed8" "Cartridge.MD5" "2450dfa1df70d12b60683185775efed8"
@ -2370,6 +2379,7 @@
"Cartridge.MD5" "25e73efb9a6edf119114718bd2f646ba" "Cartridge.MD5" "25e73efb9a6edf119114718bd2f646ba"
"Cartridge.Name" "Miss Piggy's Wedding (Prototype) [!]" "Cartridge.Name" "Miss Piggy's Wedding (Prototype) [!]"
"Cartridge.Rarity" "Prototype" "Cartridge.Rarity" "Prototype"
"Display.YStart" "24"
"" ""
"Cartridge.MD5" "260c787e8925bf3649c8aeae5b97dcc0" "Cartridge.MD5" "260c787e8925bf3649c8aeae5b97dcc0"
@ -2545,11 +2555,12 @@
"" ""
"Cartridge.MD5" "28d5df3ed036ed63d33a31d0d8b85c47" "Cartridge.MD5" "28d5df3ed036ed63d33a31d0d8b85c47"
"Cartridge.Name" "Sesam, Oeffne Dich (AKA Open Sesame) (Bitcorp) (PAL) [!]"
"Cartridge.Manufacturer" "Bitcorp" "Cartridge.Manufacturer" "Bitcorp"
"Cartridge.ModelNo" "PG204" "Cartridge.ModelNo" "PG204"
"Cartridge.Name" "Sesam, Oeffne Dich (AKA Open Sesame) (Bitcorp) (PAL) [!]"
"Cartridge.Rarity" "Rare" "Cartridge.Rarity" "Rare"
"Display.Phosphor" "Yes" "Display.Height" "256"
"Display.Phosphor" "YES"
"" ""
"Cartridge.MD5" "28a4cd87fb9de4ee91693a38611cb53c" "Cartridge.MD5" "28a4cd87fb9de4ee91693a38611cb53c"
@ -2690,10 +2701,12 @@
"" ""
"Cartridge.MD5" "2ae700c9dba843a68dfdca40d7d86bd6" "Cartridge.MD5" "2ae700c9dba843a68dfdca40d7d86bd6"
"Cartridge.Name" "Pharaoh's Curse (TechnoVision) (NTSC by Thomas Jentzsch)"
"Cartridge.Manufacturer" "TechnoVision / Thomas Jentzsch" "Cartridge.Manufacturer" "TechnoVision / Thomas Jentzsch"
"Cartridge.Name" "Pharaoh's Curse (TechnoVision) (NTSC by Thomas Jentzsch)"
"Cartridge.Rarity" "New Release (Video Format Conversion)" "Cartridge.Rarity" "New Release (Video Format Conversion)"
"Display.Phosphor" "Yes" "Display.YStart" "40"
"Display.Height" "240"
"Display.Phosphor" "YES"
"" ""
"Cartridge.MD5" "2ac3a08cfbf1942ba169c3e9e6c47e09" "Cartridge.MD5" "2ac3a08cfbf1942ba169c3e9e6c47e09"
@ -2750,10 +2763,11 @@
"" ""
"Cartridge.MD5" "2bd00beefdb424fa39931a75e890695d" "Cartridge.MD5" "2bd00beefdb424fa39931a75e890695d"
"Cartridge.Name" "Road Runner (1989) (Atari) [a1]"
"Cartridge.Manufacturer" "Atari" "Cartridge.Manufacturer" "Atari"
"Cartridge.ModelNo" "CX2663" "Cartridge.ModelNo" "CX2663"
"Cartridge.Name" "Road Runner (1989) (Atari) [a1]"
"Cartridge.Rarity" "Extremely Rare" "Cartridge.Rarity" "Extremely Rare"
"Display.YStart" "20"
"" ""
"Cartridge.MD5" "2c29182edf0965a7f56fe0897d2f84ba" "Cartridge.MD5" "2c29182edf0965a7f56fe0897d2f84ba"
@ -3284,8 +3298,9 @@
"" ""
"Cartridge.MD5" "340f546d59e72fb358c49ac2ca8482bb" "Cartridge.MD5" "340f546d59e72fb358c49ac2ca8482bb"
"Cartridge.Name" "Skindiver (AKA Aquatak) (Sancho) (PAL) [!]"
"Cartridge.Manufacturer" "Sancho" "Cartridge.Manufacturer" "Sancho"
"Cartridge.Name" "Skindiver (AKA Aquatak) (Sancho) (PAL) [!]"
"Display.YStart" "39"
"" ""
"Cartridge.MD5" "34b269387fa1aa5a396636f5ecdd63dd" "Cartridge.MD5" "34b269387fa1aa5a396636f5ecdd63dd"
@ -3456,12 +3471,13 @@
"" ""
"Cartridge.MD5" "36c31bb5daeb103f488c66de67ac5075" "Cartridge.MD5" "36c31bb5daeb103f488c66de67ac5075"
"Cartridge.Name" "Party Mix (1 of 3) (1982) (Starpath)"
"Cartridge.Manufacturer" "Starpath" "Cartridge.Manufacturer" "Starpath"
"Cartridge.ModelNo" "AR-4302" "Cartridge.ModelNo" "AR-4302"
"Cartridge.Name" "Party Mix (1 of 3) (1982) (Starpath)"
"Cartridge.Note" "Uses the Paddle Controllers" "Cartridge.Note" "Uses the Paddle Controllers"
"Cartridge.Rarity" "Extremely Rare" "Cartridge.Rarity" "Extremely Rare"
"Controller.Left" "Paddles" "Controller.Left" "PADDLES"
"Display.YStart" "24"
"" ""
"Cartridge.MD5" "36edef446ab4c2395666efc672b92ed0" "Cartridge.MD5" "36edef446ab4c2395666efc672b92ed0"
@ -3899,9 +3915,10 @@
"" ""
"Cartridge.MD5" "3e1682ddaec486d8b6b90b527aaa0fc4" "Cartridge.MD5" "3e1682ddaec486d8b6b90b527aaa0fc4"
"Cartridge.Name" "Robot City (V0.12) (TJ)"
"Cartridge.Manufacturer" "Thomas Jentzsch" "Cartridge.Manufacturer" "Thomas Jentzsch"
"Cartridge.Name" "Robot City (V0.12) (TJ)"
"Cartridge.Rarity" "New Release" "Cartridge.Rarity" "New Release"
"Display.YStart" "24"
"" ""
"Cartridge.MD5" "493daaf9fb1ba450eba6b8ed53ffb37d" "Cartridge.MD5" "493daaf9fb1ba450eba6b8ed53ffb37d"
@ -4081,6 +4098,7 @@
"Cartridge.MD5" "4066d7d88ec4a2c656127a67fa52dcf1" "Cartridge.MD5" "4066d7d88ec4a2c656127a67fa52dcf1"
"Cartridge.Name" "Overhead Adventure Demo 2 (PD)" "Cartridge.Name" "Overhead Adventure Demo 2 (PD)"
"Display.YStart" "64"
"" ""
"Cartridge.MD5" "41810dd94bd0de1110bedc5092bef5b0" "Cartridge.MD5" "41810dd94bd0de1110bedc5092bef5b0"
@ -4126,6 +4144,7 @@
"Cartridge.MD5" "4181087389a79c7f59611fb51c263137" "Cartridge.MD5" "4181087389a79c7f59611fb51c263137"
"Cartridge.Name" "Miss Piggy's Wedding (Prototype 2) [!]" "Cartridge.Name" "Miss Piggy's Wedding (Prototype 2) [!]"
"Cartridge.Rarity" "Prototype" "Cartridge.Rarity" "Prototype"
"Display.YStart" "24"
"" ""
"Cartridge.MD5" "41f252a66c6301f1e8ab3612c19bc5d4" "Cartridge.MD5" "41f252a66c6301f1e8ab3612c19bc5d4"
@ -4182,6 +4201,7 @@
"Cartridge.MD5" "4251b4557ea6953e88afb22a3a868724" "Cartridge.MD5" "4251b4557ea6953e88afb22a3a868724"
"Cartridge.Name" "Robot City (V1.1) (TJ)" "Cartridge.Name" "Robot City (V1.1) (TJ)"
"Display.YStart" "24"
"" ""
"Cartridge.MD5" "42b2c3b4545f1499a083cfbc4a3b7640" "Cartridge.MD5" "42b2c3b4545f1499a083cfbc4a3b7640"
@ -4491,10 +4511,11 @@
"" ""
"Cartridge.MD5" "484b0076816a104875e00467d431c2d2" "Cartridge.MD5" "484b0076816a104875e00467d431c2d2"
"Cartridge.Name" "Q-bert (1988) (Atari) [!]"
"Cartridge.Manufacturer" "Atari" "Cartridge.Manufacturer" "Atari"
"Cartridge.ModelNo" "CX26150" "Cartridge.ModelNo" "CX26150"
"Cartridge.Name" "Q-bert (1988) (Atari) [!]"
"Cartridge.Rarity" "Rare" "Cartridge.Rarity" "Rare"
"Display.YStart" "40"
"" ""
"Cartridge.MD5" "48f18d69799a5f5451a5f0d17876acef" "Cartridge.MD5" "48f18d69799a5f5451a5f0d17876acef"
@ -4567,6 +4588,8 @@
"Cartridge.MD5" "49571b26f46620a85f93448359324c28" "Cartridge.MD5" "49571b26f46620a85f93448359324c28"
"Cartridge.Name" "Save Our Ship (PAL) [p1][!]" "Cartridge.Name" "Save Our Ship (PAL) [p1][!]"
"Display.Format" "NTSC"
"Display.YStart" "38"
"" ""
"Cartridge.MD5" "497f3d2970c43e5224be99f75e97cbbb" "Cartridge.MD5" "497f3d2970c43e5224be99f75e97cbbb"
@ -4684,13 +4707,14 @@
"" ""
"Cartridge.MD5" "4c0fb2544ae0f8b5f7ae8bce7bd7f134" "Cartridge.MD5" "4c0fb2544ae0f8b5f7ae8bce7bd7f134"
"Cartridge.Name" "Party Mix Preview (1982) (Starpath)"
"Cartridge.Manufacturer" "Starpath" "Cartridge.Manufacturer" "Starpath"
"Cartridge.ModelNo" "AR-4302" "Cartridge.ModelNo" "AR-4302"
"Cartridge.Rarity" "Extremely Rare" "Cartridge.Name" "Party Mix Preview (1982) (Starpath)"
"Cartridge.Note" "Uses the Paddle Controllers" "Cartridge.Note" "Uses the Paddle Controllers"
"Controller.Left" "Paddles" "Cartridge.Rarity" "Extremely Rare"
"Controller.Right" "Paddles" "Controller.Left" "PADDLES"
"Controller.Right" "PADDLES"
"Display.YStart" "24"
"" ""
"Cartridge.MD5" "4bcc7f6ba501a26ee785b7efbfb0fdc8" "Cartridge.MD5" "4bcc7f6ba501a26ee785b7efbfb0fdc8"
@ -5080,10 +5104,11 @@
"" ""
"Cartridge.MD5" "52a0003efb3b1c49fcde4dbc2c685d8f" "Cartridge.MD5" "52a0003efb3b1c49fcde4dbc2c685d8f"
"Cartridge.Name" "Surround (1978) (Atari) [a1]"
"Cartridge.Manufacturer" "Atari" "Cartridge.Manufacturer" "Atari"
"Cartridge.ModelNo" "CX2641 / 99807 / 75105" "Cartridge.ModelNo" "CX2641 / 99807 / 75105"
"Cartridge.Name" "Surround (1978) (Atari) [a1]"
"Cartridge.Rarity" "Common" "Cartridge.Rarity" "Common"
"Cartridge.Type" "2K"
"" ""
"Cartridge.MD5" "528400fad9a77fd5ad7fc5fdc2b7d69d" "Cartridge.MD5" "528400fad9a77fd5ad7fc5fdc2b7d69d"
@ -5186,10 +5211,11 @@
"" ""
"Cartridge.MD5" "54a1c1255ed45eb8f71414dadb1cf669" "Cartridge.MD5" "54a1c1255ed45eb8f71414dadb1cf669"
"Cartridge.Name" "Mangia' (1983) (Spectravideo)"
"Cartridge.Manufacturer" "Spectravideo" "Cartridge.Manufacturer" "Spectravideo"
"Cartridge.ModelNo" "SA-212" "Cartridge.ModelNo" "SA-212"
"Cartridge.Name" "Mangia' (1983) (Spectravideo)"
"Cartridge.Rarity" "Rare" "Cartridge.Rarity" "Rare"
"Display.YStart" "28"
"" ""
"Cartridge.MD5" "54785fa29e28aae6038929ba29d33d38" "Cartridge.MD5" "54785fa29e28aae6038929ba29d33d38"
@ -5939,6 +5965,7 @@
"Cartridge.MD5" "6272f348a9a7f2d500a4006aa93e0d08" "Cartridge.MD5" "6272f348a9a7f2d500a4006aa93e0d08"
"Cartridge.Name" "RealSports Soccer (1983) (Atari) (PAL) [a1][!]" "Cartridge.Name" "RealSports Soccer (1983) (Atari) (PAL) [a1][!]"
"Display.Phosphor" "YES"
"" ""
"Cartridge.MD5" "624e0a77f9ec67d628211aaf24d8aea6" "Cartridge.MD5" "624e0a77f9ec67d628211aaf24d8aea6"
@ -6119,8 +6146,9 @@
"" ""
"Cartridge.MD5" "651d2b6743a3a18b426bce2c881af212" "Cartridge.MD5" "651d2b6743a3a18b426bce2c881af212"
"Cartridge.Name" "Pac-Man (CCE) (PAL) [!]"
"Cartridge.Manufacturer" "CCE" "Cartridge.Manufacturer" "CCE"
"Cartridge.Name" "Pac-Man (CCE) (PAL) [!]"
"Display.YStart" "33"
"" ""
"Cartridge.MD5" "65490d61922f3e3883ee1d583ce10855" "Cartridge.MD5" "65490d61922f3e3883ee1d583ce10855"
@ -6340,11 +6368,12 @@
"" ""
"Cartridge.MD5" "67931b0d37dc99af250dd06f1c095e8d" "Cartridge.MD5" "67931b0d37dc99af250dd06f1c095e8d"
"Cartridge.Name" "Room of Doom (CommaVid)"
"Cartridge.Manufacturer" "CommaVid" "Cartridge.Manufacturer" "CommaVid"
"Cartridge.ModelNo" "CM-004" "Cartridge.ModelNo" "CM-004"
"Cartridge.Name" "Room of Doom (CommaVid)"
"Cartridge.Rarity" "Extremely Rare" "Cartridge.Rarity" "Extremely Rare"
"Display.Phosphor" "Yes" "Display.YStart" "24"
"Display.Phosphor" "YES"
"" ""
"Cartridge.MD5" "67bd3d4dc5ac6a42a99950b4245bdc81" "Cartridge.MD5" "67bd3d4dc5ac6a42a99950b4245bdc81"
@ -6387,10 +6416,12 @@
"" ""
"Cartridge.MD5" "68489e60268a5e6e052bad9c62681635" "Cartridge.MD5" "68489e60268a5e6e052bad9c62681635"
"Cartridge.Name" "Sea Monster (Bitcorp) (PAL) [!]"
"Cartridge.Manufacturer" "Bitcorp" "Cartridge.Manufacturer" "Bitcorp"
"Cartridge.ModelNo" "PG201" "Cartridge.ModelNo" "PG201"
"Cartridge.Name" "Sea Monster (Bitcorp) (PAL) [!]"
"Cartridge.Rarity" "Rare" "Cartridge.Rarity" "Rare"
"Display.YStart" "36"
"Display.Height" "256"
"" ""
"Cartridge.MD5" "68c80e7e1d30df98a0cf67ecbf39cc67" "Cartridge.MD5" "68c80e7e1d30df98a0cf67ecbf39cc67"
@ -6417,8 +6448,10 @@
"" ""
"Cartridge.MD5" "68878250e106eb6c7754bc2519d780a0" "Cartridge.MD5" "68878250e106eb6c7754bc2519d780a0"
"Cartridge.Name" "Snail Against Squirrel (1983) (CCE)"
"Cartridge.Manufacturer" "CCE" "Cartridge.Manufacturer" "CCE"
"Cartridge.Name" "Snail Against Squirrel (1983) (CCE)"
"Display.YStart" "24"
"Display.Height" "230"
"" ""
"Cartridge.MD5" "6a2c68f7a77736ba02c0f21a6ba0985b" "Cartridge.MD5" "6a2c68f7a77736ba02c0f21a6ba0985b"
@ -6574,6 +6607,7 @@
"Cartridge.MD5" "6b6ca32228ae352b4267e4bd2cddf10c" "Cartridge.MD5" "6b6ca32228ae352b4267e4bd2cddf10c"
"Cartridge.Name" "Pac-Man 4 (Pac-Man Hack)" "Cartridge.Name" "Pac-Man 4 (Pac-Man Hack)"
"Display.YStart" "33"
"" ""
"Cartridge.MD5" "6b7a56b6ac2ca4bf9254474bf6ed7d80" "Cartridge.MD5" "6b7a56b6ac2ca4bf9254474bf6ed7d80"
@ -6738,10 +6772,11 @@
"" ""
"Cartridge.MD5" "6e372f076fb9586aff416144f5cfe1cb" "Cartridge.MD5" "6e372f076fb9586aff416144f5cfe1cb"
"Cartridge.Name" "Pac-Man (1981) (Atari)"
"Cartridge.Manufacturer" "Atari" "Cartridge.Manufacturer" "Atari"
"Cartridge.ModelNo" "CX2646 / 4975185" "Cartridge.ModelNo" "CX2646 / 4975185"
"Cartridge.Name" "Pac-Man (1981) (Atari)"
"Cartridge.Rarity" "Common" "Cartridge.Rarity" "Common"
"Display.YStart" "33"
"" ""
"Cartridge.MD5" "6e19428387686a77d8c8d2f731cb09e0" "Cartridge.MD5" "6e19428387686a77d8c8d2f731cb09e0"
@ -6756,12 +6791,13 @@
"" ""
"Cartridge.MD5" "6ed5012793f5ddf4353a48c11ea9b8d3" "Cartridge.MD5" "6ed5012793f5ddf4353a48c11ea9b8d3"
"Cartridge.Name" "Party Mix (3 of 3) (1982) (Starpath)"
"Cartridge.Manufacturer" "Starpath" "Cartridge.Manufacturer" "Starpath"
"Cartridge.ModelNo" "AR-4302" "Cartridge.ModelNo" "AR-4302"
"Cartridge.Name" "Party Mix (3 of 3) (1982) (Starpath)"
"Cartridge.Note" "Uses the Paddle Controllers" "Cartridge.Note" "Uses the Paddle Controllers"
"Cartridge.Rarity" "Extremely Rare" "Cartridge.Rarity" "Extremely Rare"
"Controller.Left" "Paddles" "Controller.Left" "PADDLES"
"Display.YStart" "27"
"" ""
"Cartridge.MD5" "6e7ed74082f39ad4166c823765a59909" "Cartridge.MD5" "6e7ed74082f39ad4166c823765a59909"
@ -6864,10 +6900,11 @@
"" ""
"Cartridge.MD5" "6ffc95108e5add6f9b8abcaf330be835" "Cartridge.MD5" "6ffc95108e5add6f9b8abcaf330be835"
"Cartridge.Name" "TP Bug by Charles Morgan (Pac-Man Hack)"
"Cartridge.Manufacturer" "Charles Morgan" "Cartridge.Manufacturer" "Charles Morgan"
"Cartridge.Name" "TP Bug by Charles Morgan (Pac-Man Hack)"
"Cartridge.Note" "Hack of Pac-Man (Atari)" "Cartridge.Note" "Hack of Pac-Man (Atari)"
"Cartridge.Rarity" "New Release (Hack)" "Cartridge.Rarity" "New Release (Hack)"
"Display.YStart" "33"
"" ""
"Cartridge.MD5" "707ecd80030e85751ef311ced66220bc" "Cartridge.MD5" "707ecd80030e85751ef311ced66220bc"
@ -7034,10 +7071,12 @@
"" ""
"Cartridge.MD5" "72a46e0c21f825518b7261c267ab886e" "Cartridge.MD5" "72a46e0c21f825518b7261c267ab886e"
"Cartridge.Name" "Robin Hood (Xonox)"
"Cartridge.Manufacturer" "Xonox" "Cartridge.Manufacturer" "Xonox"
"Cartridge.ModelNo" "99005" "Cartridge.ModelNo" "99005"
"Cartridge.Name" "Robin Hood (Xonox)"
"Cartridge.Rarity" "Extremely Rare" "Cartridge.Rarity" "Extremely Rare"
"Display.YStart" "30"
"Display.Height" "222"
"" ""
"Cartridge.MD5" "72b8dc752befbfb3ffda120eb98b2dd0" "Cartridge.MD5" "72b8dc752befbfb3ffda120eb98b2dd0"
@ -7058,6 +7097,7 @@
"Cartridge.Name" "Pac-Man (1981) (Atari) [h1]" "Cartridge.Name" "Pac-Man (1981) (Atari) [h1]"
"Cartridge.Note" "Hack of Pac-Man (Atari)" "Cartridge.Note" "Hack of Pac-Man (Atari)"
"Cartridge.Rarity" "New Release (Hack)" "Cartridge.Rarity" "New Release (Hack)"
"Display.YStart" "33"
"" ""
"Cartridge.MD5" "75e8d8b9e9c5c67c2226dbfd77dcfa7d" "Cartridge.MD5" "75e8d8b9e9c5c67c2226dbfd77dcfa7d"
@ -7112,11 +7152,12 @@
"" ""
"Cartridge.MD5" "73cb1f1666f3fd30b52b4f3d760c928f" "Cartridge.MD5" "73cb1f1666f3fd30b52b4f3d760c928f"
"Cartridge.Name" "Mines of Minos (1982) (CommaVid) (PAL) [p1][!]"
"Cartridge.Manufacturer" "CommaVid" "Cartridge.Manufacturer" "CommaVid"
"Cartridge.ModelNo" "CM-005" "Cartridge.ModelNo" "CM-005"
"Cartridge.Name" "Mines of Minos (1982) (CommaVid) (PAL) [p1][!]"
"Cartridge.Rarity" "Extremely Rare" "Cartridge.Rarity" "Extremely Rare"
"Display.Phosphor" "Yes" "Display.YStart" "24"
"Display.Phosphor" "YES"
"" ""
"Cartridge.MD5" "73b4e8f8b04515d91937510e680214bc" "Cartridge.MD5" "73b4e8f8b04515d91937510e680214bc"
@ -7671,8 +7712,9 @@
"" ""
"Cartridge.MD5" "7d3cdde63b16fa637c4484e716839c94" "Cartridge.MD5" "7d3cdde63b16fa637c4484e716839c94"
"Cartridge.Name" "Road Runner (CCE)"
"Cartridge.Manufacturer" "CCE" "Cartridge.Manufacturer" "CCE"
"Cartridge.Name" "Road Runner (CCE)"
"Display.YStart" "20"
"" ""
"Cartridge.MD5" "7e4783a59972ae2cd8384f231757ea0b" "Cartridge.MD5" "7e4783a59972ae2cd8384f231757ea0b"
@ -8013,6 +8055,7 @@
"Cartridge.MD5" "82337e5fe0f418ca9484ca851dfc226a" "Cartridge.MD5" "82337e5fe0f418ca9484ca851dfc226a"
"Cartridge.Name" "Robot City (V1.0) (Alpha) (TJ)" "Cartridge.Name" "Robot City (V1.0) (Alpha) (TJ)"
"Display.YStart" "24"
"" ""
"Cartridge.MD5" "822a950f27ff0122870558a89a49cad3" "Cartridge.MD5" "822a950f27ff0122870558a89a49cad3"
@ -8198,6 +8241,7 @@
"Cartridge.MD5" "855a42078b14714bcfd490d2cf57e68d" "Cartridge.MD5" "855a42078b14714bcfd490d2cf57e68d"
"Cartridge.Name" "Miss Piggy's Wedding (Prototype) [b1]" "Cartridge.Name" "Miss Piggy's Wedding (Prototype) [b1]"
"Display.YStart" "24"
"" ""
"Cartridge.MD5" "88f74ec75ef696e7294b7b6ac5ca465f" "Cartridge.MD5" "88f74ec75ef696e7294b7b6ac5ca465f"
@ -8229,11 +8273,12 @@
"" ""
"Cartridge.MD5" "85e564dae5687e431955056fbda10978" "Cartridge.MD5" "85e564dae5687e431955056fbda10978"
"Cartridge.Name" "Survival Run (1983) (Milton Bradley)"
"Cartridge.Manufacturer" "Milton Bradley" "Cartridge.Manufacturer" "Milton Bradley"
"Cartridge.ModelNo" "4362" "Cartridge.ModelNo" "4362"
"Cartridge.Name" "Survival Run (1983) (Milton Bradley)"
"Cartridge.Rarity" "Rare" "Cartridge.Rarity" "Rare"
"Display.Phosphor" "Yes" "Display.YStart" "29"
"Display.Phosphor" "YES"
"" ""
"Cartridge.MD5" "86b4aa76bbeb70e1a4f9211a9880ba8e" "Cartridge.MD5" "86b4aa76bbeb70e1a4f9211a9880ba8e"
@ -8413,10 +8458,11 @@
"" ""
"Cartridge.MD5" "8917f7c1ac5eb05b82331cf01c495af2" "Cartridge.MD5" "8917f7c1ac5eb05b82331cf01c495af2"
"Cartridge.Name" "Space Tunnel (Bitcorp) (PAL)"
"Cartridge.Manufacturer" "Bitcorp" "Cartridge.Manufacturer" "Bitcorp"
"Cartridge.ModelNo" "PG202" "Cartridge.ModelNo" "PG202"
"Cartridge.Name" "Space Tunnel (Bitcorp) (PAL)"
"Cartridge.Rarity" "Rare" "Cartridge.Rarity" "Rare"
"Display.Height" "256"
"" ""
"Cartridge.MD5" "896ec58f26e930e02f5e4f046602c3a1" "Cartridge.MD5" "896ec58f26e930e02f5e4f046602c3a1"
@ -8437,10 +8483,11 @@
"" ""
"Cartridge.MD5" "898b5467551d32af48a604802407b6e8" "Cartridge.MD5" "898b5467551d32af48a604802407b6e8"
"Cartridge.Name" "Schnecke und Eichhoernchen (1983) (Bitcorp) (PAL) [!]"
"Cartridge.Manufacturer" "Bitcorp" "Cartridge.Manufacturer" "Bitcorp"
"Cartridge.ModelNo" "PG208" "Cartridge.ModelNo" "PG208"
"Cartridge.Name" "Schnecke und Eichhoernchen (1983) (Bitcorp) (PAL) [!]"
"Cartridge.Rarity" "Rare" "Cartridge.Rarity" "Rare"
"Display.YStart" "44"
"" ""
"Cartridge.MD5" "8a49cf1785e3dea2012d331a3ad476e1" "Cartridge.MD5" "8a49cf1785e3dea2012d331a3ad476e1"
@ -8480,11 +8527,13 @@
"" ""
"Cartridge.MD5" "8a9d874a38608964f33ec0c35cab618d" "Cartridge.MD5" "8a9d874a38608964f33ec0c35cab618d"
"Cartridge.Name" "Rescue Bira Bira (Chris Cracknell) [!]"
"Cartridge.Manufacturer" "Chris Cracknell" "Cartridge.Manufacturer" "Chris Cracknell"
"Cartridge.Name" "Rescue Bira Bira (Chris Cracknell) [!]"
"Cartridge.Note" "Hack of Jungle Fever (Mystique)" "Cartridge.Note" "Hack of Jungle Fever (Mystique)"
"Cartridge.Rarity" "New Release (Hack)" "Cartridge.Rarity" "New Release (Hack)"
"Display.Phosphor" "Yes" "Display.YStart" "20"
"Display.Height" "230"
"Display.Phosphor" "YES"
"" ""
"Cartridge.MD5" "8b81af55cd2ef3c7444d6aec4e3a1c09" "Cartridge.MD5" "8b81af55cd2ef3c7444d6aec4e3a1c09"
@ -8572,9 +8621,10 @@
"" ""
"Cartridge.MD5" "8c2fa33048f055f38358d51eefe417db" "Cartridge.MD5" "8c2fa33048f055f38358d51eefe417db"
"Cartridge.Name" "Teddy Apple (HomeVision) (PAL) [!]"
"Cartridge.Manufacturer" "HomeVision" "Cartridge.Manufacturer" "HomeVision"
"Display.Phosphor" "Yes" "Cartridge.Name" "Teddy Apple (HomeVision) (PAL) [!]"
"Display.YStart" "42"
"Display.Phosphor" "YES"
"" ""
"Cartridge.MD5" "8c36ed2352801031516695d1eeefe617" "Cartridge.MD5" "8c36ed2352801031516695d1eeefe617"
@ -8796,9 +8846,10 @@
"" ""
"Cartridge.MD5" "90578a63441de4520be5324e8f015352" "Cartridge.MD5" "90578a63441de4520be5324e8f015352"
"Cartridge.Name" "Sesam, Oeffne Dich (AKA Open Sesame) (Bitcorp) (PAL) [p1][!]"
"Cartridge.Manufacturer" "Bitcorp" "Cartridge.Manufacturer" "Bitcorp"
"Display.Phosphor" "Yes" "Cartridge.Name" "Sesam, Oeffne Dich (AKA Open Sesame) (Bitcorp) (PAL) [p1][!]"
"Display.Height" "256"
"Display.Phosphor" "YES"
"" ""
"Cartridge.MD5" "9057694dce8449521e6164d263702185" "Cartridge.MD5" "9057694dce8449521e6164d263702185"
@ -9099,10 +9150,11 @@
"" ""
"Cartridge.MD5" "95c4576d6a14e2debfa0fd6f6ec254ab" "Cartridge.MD5" "95c4576d6a14e2debfa0fd6f6ec254ab"
"Cartridge.Name" "River Raid (1982) (Activision) [a2]"
"Cartridge.Manufacturer" "Activision" "Cartridge.Manufacturer" "Activision"
"Cartridge.ModelNo" "AX-020" "Cartridge.ModelNo" "AX-020"
"Cartridge.Name" "River Raid (1982) (Activision) [a2]"
"Cartridge.Rarity" "Uncommon" "Cartridge.Rarity" "Uncommon"
"Display.YStart" "10"
"" ""
"Cartridge.MD5" "95fd6097dc27c20666f039cfe34f7c69" "Cartridge.MD5" "95fd6097dc27c20666f039cfe34f7c69"
@ -9191,9 +9243,10 @@
"" ""
"Cartridge.MD5" "97cd63c483fe3c68b7ce939ab8f7a318" "Cartridge.MD5" "97cd63c483fe3c68b7ce939ab8f7a318"
"Cartridge.Name" "Robot City (V0.21) (15-09-2002) (TJ)"
"Cartridge.Manufacturer" "Thomas Jentzsch" "Cartridge.Manufacturer" "Thomas Jentzsch"
"Cartridge.Name" "Robot City (V0.21) (15-09-2002) (TJ)"
"Cartridge.Rarity" "New Release" "Cartridge.Rarity" "New Release"
"Display.YStart" "24"
"" ""
"Cartridge.MD5" "97d079315c09796ff6d95a06e4b70171" "Cartridge.MD5" "97d079315c09796ff6d95a06e4b70171"
@ -9440,10 +9493,12 @@
"" ""
"Cartridge.MD5" "9c6faa4ff7f2ae549bbcb14f582b70e4" "Cartridge.MD5" "9c6faa4ff7f2ae549bbcb14f582b70e4"
"Cartridge.Name" "Sneek 'n Peek (1982) (CCE)"
"Cartridge.Manufacturer" "CCE" "Cartridge.Manufacturer" "CCE"
"Cartridge.ModelNo" "VC 1002" "Cartridge.ModelNo" "VC 1002"
"Cartridge.Name" "Sneek 'n Peek (1982) (CCE)"
"Cartridge.Rarity" "Rare" "Cartridge.Rarity" "Rare"
"Display.YStart" "30"
"Display.Height" "218"
"" ""
"Cartridge.MD5" "9c7fa3cfcaaafb4e6daf1e2517d43d88" "Cartridge.MD5" "9c7fa3cfcaaafb4e6daf1e2517d43d88"
@ -9720,10 +9775,11 @@
"" ""
"Cartridge.MD5" "a100eff2d7ae61ca2b8e65baf7e2aae8" "Cartridge.MD5" "a100eff2d7ae61ca2b8e65baf7e2aae8"
"Cartridge.Name" "Muncher by David Marli (Pac-Man Hack)"
"Cartridge.Manufacturer" "David Marli" "Cartridge.Manufacturer" "David Marli"
"Cartridge.Name" "Muncher by David Marli (Pac-Man Hack)"
"Cartridge.Note" "Hack of Pac-Man (Atari)" "Cartridge.Note" "Hack of Pac-Man (Atari)"
"Cartridge.Rarity" "New Release (Hack)" "Cartridge.Rarity" "New Release (Hack)"
"Display.YStart" "33"
"" ""
"Cartridge.MD5" "a0e2d310e3e98646268200c8f0f08f46" "Cartridge.MD5" "a0e2d310e3e98646268200c8f0f08f46"
@ -9970,10 +10026,11 @@
"" ""
"Cartridge.MD5" "a4e885726af9d97b12bb5a36792eab63" "Cartridge.MD5" "a4e885726af9d97b12bb5a36792eab63"
"Cartridge.Name" "Spike's Peak (1983) (Xonox)"
"Cartridge.Manufacturer" "Xonox" "Cartridge.Manufacturer" "Xonox"
"Cartridge.ModelNo" "99001" "Cartridge.ModelNo" "99001"
"Cartridge.Name" "Spike's Peak (1983) (Xonox)"
"Cartridge.Rarity" "Extremely Rare" "Cartridge.Rarity" "Extremely Rare"
"Display.Height" "217"
"" ""
"Cartridge.MD5" "a4d026a5c200ef98518ebb77719fe8dc" "Cartridge.MD5" "a4d026a5c200ef98518ebb77719fe8dc"
@ -10768,6 +10825,7 @@
"Cartridge.MD5" "b2f0d7217147160b2f481954cedf814b" "Cartridge.MD5" "b2f0d7217147160b2f481954cedf814b"
"Cartridge.Name" "Marquee Drawer (2001) (B. Watson)" "Cartridge.Name" "Marquee Drawer (2001) (B. Watson)"
"Display.Phosphor" "YES"
"" ""
"Cartridge.MD5" "b2d5d200f0af8485413fad957828582a" "Cartridge.MD5" "b2d5d200f0af8485413fad957828582a"
@ -11043,10 +11101,11 @@
"" ""
"Cartridge.MD5" "b9336ed6d94a5cc81a16483b0a946a73" "Cartridge.MD5" "b9336ed6d94a5cc81a16483b0a946a73"
"Cartridge.Name" "RealSports Soccer (1983) (Atari) (PAL) [!]"
"Cartridge.Manufacturer" "Atari" "Cartridge.Manufacturer" "Atari"
"Cartridge.ModelNo" "CX2667" "Cartridge.ModelNo" "CX2667"
"Cartridge.Name" "RealSports Soccer (1983) (Atari) (PAL) [!]"
"Cartridge.Rarity" "Uncommon" "Cartridge.Rarity" "Uncommon"
"Display.Phosphor" "YES"
"" ""
"Cartridge.MD5" "b9f6fa399b8cd386c235983ec45e4355" "Cartridge.MD5" "b9f6fa399b8cd386c235983ec45e4355"
@ -11464,10 +11523,12 @@
"" ""
"Cartridge.MD5" "c0d2434348de72fa6edcc6d8e40f28d7" "Cartridge.MD5" "c0d2434348de72fa6edcc6d8e40f28d7"
"Cartridge.Name" "Tapper (1983) (Sega) [!]"
"Cartridge.Manufacturer" "Sega" "Cartridge.Manufacturer" "Sega"
"Cartridge.ModelNo" "010-01" "Cartridge.ModelNo" "010-01"
"Cartridge.Name" "Tapper (1983) (Sega) [!]"
"Cartridge.Rarity" "Extremely Rare" "Cartridge.Rarity" "Extremely Rare"
"Display.YStart" "24"
"Display.Height" "225"
"" ""
"Cartridge.MD5" "c150c76cbde2c9b5a97eb5399d46c64f" "Cartridge.MD5" "c150c76cbde2c9b5a97eb5399d46c64f"
@ -11744,6 +11805,7 @@
"Cartridge.MD5" "c569e57dca93d3bee115a49923057fd7" "Cartridge.MD5" "c569e57dca93d3bee115a49923057fd7"
"Cartridge.Name" "Pac-Space (Pac-Man Hack)" "Cartridge.Name" "Pac-Space (Pac-Man Hack)"
"Display.YStart" "33"
"" ""
"Cartridge.MD5" "c54b4207ce1d4bf72fadbb1a805d4a39" "Cartridge.MD5" "c54b4207ce1d4bf72fadbb1a805d4a39"
@ -11923,10 +11985,12 @@
"" ""
"Cartridge.MD5" "c880c659cdc0f84c4a66bc818f89618e" "Cartridge.MD5" "c880c659cdc0f84c4a66bc818f89618e"
"Cartridge.Name" "Sesam, Oeffne Dich (AKA Open Sesame) (Bitcorp) (NTSC by Thomas Jentzsch)"
"Cartridge.Manufacturer" "Bitcorp / Thomas Jentzsch" "Cartridge.Manufacturer" "Bitcorp / Thomas Jentzsch"
"Cartridge.Name" "Sesam, Oeffne Dich (AKA Open Sesame) (Bitcorp) (NTSC by Thomas Jentzsch)"
"Cartridge.Rarity" "New Release (Video Format Conversion)" "Cartridge.Rarity" "New Release (Video Format Conversion)"
"Display.Phosphor" "Yes" "Display.YStart" "20"
"Display.Height" "254"
"Display.Phosphor" "YES"
"" ""
"Cartridge.MD5" "c8fa5d69d9e555eb16068ef87b1c9c45" "Cartridge.MD5" "c8fa5d69d9e555eb16068ef87b1c9c45"
@ -12015,8 +12079,9 @@
"" ""
"Cartridge.MD5" "ca53fc8fd8b3c4a7df89ac86b222eba0" "Cartridge.MD5" "ca53fc8fd8b3c4a7df89ac86b222eba0"
"Cartridge.Name" "Pac-Man (CCE)"
"Cartridge.Manufacturer" "CCE" "Cartridge.Manufacturer" "CCE"
"Cartridge.Name" "Pac-Man (CCE)"
"Display.YStart" "33"
"" ""
"Cartridge.MD5" "ca50cc4b21b0155255e066fcd6396331" "Cartridge.MD5" "ca50cc4b21b0155255e066fcd6396331"
@ -12264,11 +12329,12 @@
"" ""
"Cartridge.MD5" "cddabfd68363a76cd30bee4e8094c646" "Cartridge.MD5" "cddabfd68363a76cd30bee4e8094c646"
"Cartridge.Name" "Magicard (CommaVid)"
"Cartridge.Manufacturer" "CommaVid" "Cartridge.Manufacturer" "CommaVid"
"Cartridge.Name" "Magicard (CommaVid)"
"Cartridge.Note" "Uses Keypad Controllers" "Cartridge.Note" "Uses Keypad Controllers"
"Cartridge.Type" "CV" "Cartridge.Type" "CV"
"Controller.Left" "Keyboard" "Controller.Left" "KEYBOARD"
"Display.YStart" "24"
"" ""
"Cartridge.MD5" "cdc1a5c61d7488eadc9aba36166b253d" "Cartridge.MD5" "cdc1a5c61d7488eadc9aba36166b253d"
@ -12310,9 +12376,10 @@
"" ""
"Cartridge.MD5" "cedbd67d1ff321c996051eec843f8716" "Cartridge.MD5" "cedbd67d1ff321c996051eec843f8716"
"Cartridge.Name" "Karate (1982) (Froggo)"
"Cartridge.Manufacturer" "Froggo" "Cartridge.Manufacturer" "Froggo"
"Cartridge.Name" "Karate (1982) (Froggo)"
"Cartridge.Rarity" "Rare" "Cartridge.Rarity" "Rare"
"Display.YStart" "25"
"" ""
"Cartridge.MD5" "cea9f72036dc6f7af5eff52459066290" "Cartridge.MD5" "cea9f72036dc6f7af5eff52459066290"
@ -12546,6 +12613,7 @@
"Cartridge.MD5" "d175258b2973b917a05b46df4e1cf15d" "Cartridge.MD5" "d175258b2973b917a05b46df4e1cf15d"
"Cartridge.Name" "Walker (198x)" "Cartridge.Name" "Walker (198x)"
"Display.Height" "230"
"" ""
"Cartridge.MD5" "d17a8c440d6be79fae393a4b46661164" "Cartridge.MD5" "d17a8c440d6be79fae393a4b46661164"
@ -12893,6 +12961,8 @@
"Cartridge.MD5" "d7b58303ec8d8c4dbcbf54d3b9734c7e" "Cartridge.MD5" "d7b58303ec8d8c4dbcbf54d3b9734c7e"
"Cartridge.Name" "Paddle Demo (Joe Grand) (PD)" "Cartridge.Name" "Paddle Demo (Joe Grand) (PD)"
"Controller.Left" "PADDLES"
"Controller.Right" "PADDLES"
"" ""
"Cartridge.MD5" "d79df06894e3c1585a47c2807332b319" "Cartridge.MD5" "d79df06894e3c1585a47c2807332b319"
@ -13036,12 +13106,14 @@
"" ""
"Cartridge.MD5" "da79aad11572c80a96e261e4ac6392d0" "Cartridge.MD5" "da79aad11572c80a96e261e4ac6392d0"
"Cartridge.Name" "Pick 'n Pile (1990) (Salu) (PAL) [!]"
"Cartridge.Manufacturer" "Salu" "Cartridge.Manufacturer" "Salu"
"Cartridge.Name" "Pick 'n Pile (1990) (Salu) (PAL) [!]"
"Cartridge.Rarity" "Extremely Rare" "Cartridge.Rarity" "Extremely Rare"
"Console.SwapPorts" "Yes" "Console.SwapPorts" "YES"
"Display.Phosphor" "Yes" "Display.Format" "PAL"
"Console.SwapPorts" "Yes" "Display.YStart" "38"
"Display.Height" "256"
"Display.Phosphor" "YES"
"" ""
"Cartridge.MD5" "dac762e4d01d445bdef20b7771f6570e" "Cartridge.MD5" "dac762e4d01d445bdef20b7771f6570e"
@ -13127,10 +13199,11 @@
"" ""
"Cartridge.MD5" "db76f7a0819659d9e585f2cdde9175c7" "Cartridge.MD5" "db76f7a0819659d9e585f2cdde9175c7"
"Cartridge.Name" "Robin Hood (1983) (Xonox) (PAL) [a1][!]"
"Cartridge.Manufacturer" "Xonox" "Cartridge.Manufacturer" "Xonox"
"Cartridge.ModelNo" "99005" "Cartridge.ModelNo" "99005"
"Cartridge.Name" "Robin Hood (1983) (Xonox) (PAL) [a1][!]"
"Cartridge.Rarity" "Extremely Rare" "Cartridge.Rarity" "Extremely Rare"
"Display.YStart" "30"
"" ""
"Cartridge.MD5" "dba2692a216cb6c262c78f8b111a813e" "Cartridge.MD5" "dba2692a216cb6c262c78f8b111a813e"
@ -13225,6 +13298,7 @@
"Cartridge.MD5" "dd17711a30ad60109c8beace0d4a76e8" "Cartridge.MD5" "dd17711a30ad60109c8beace0d4a76e8"
"Cartridge.Name" "Karate (1982) (PAL) [p1][!]" "Cartridge.Name" "Karate (1982) (PAL) [p1][!]"
"Display.YStart" "20"
"" ""
"Cartridge.MD5" "dd0cbe5351551a538414fb9e37fc56e8" "Cartridge.MD5" "dd0cbe5351551a538414fb9e37fc56e8"
@ -13239,10 +13313,11 @@
"" ""
"Cartridge.MD5" "dd7598b8bcb81590428900f71b720efb" "Cartridge.MD5" "dd7598b8bcb81590428900f71b720efb"
"Cartridge.Name" "Robin Hood (1983) (Xonox) (PAL) [!]"
"Cartridge.Manufacturer" "Xonox" "Cartridge.Manufacturer" "Xonox"
"Cartridge.ModelNo" "99005" "Cartridge.ModelNo" "99005"
"Cartridge.Name" "Robin Hood (1983) (Xonox) (PAL) [!]"
"Cartridge.Rarity" "Extremely Rare" "Cartridge.Rarity" "Extremely Rare"
"Display.YStart" "30"
"" ""
"Cartridge.MD5" "dd4f4e0fbd81762533e39e6f5b55bb3a" "Cartridge.MD5" "dd4f4e0fbd81762533e39e6f5b55bb3a"
@ -13275,8 +13350,9 @@
"" ""
"Cartridge.MD5" "dd92d6ad50976f881d86b52d38616118" "Cartridge.MD5" "dd92d6ad50976f881d86b52d38616118"
"Cartridge.Name" "River Raid (SpkSoft) [h1]"
"Cartridge.Manufacturer" "SpkSoft" "Cartridge.Manufacturer" "SpkSoft"
"Cartridge.Name" "River Raid (SpkSoft) [h1]"
"Display.YStart" "10"
"" ""
"Cartridge.MD5" "de0173ed6be9de6fd049803811e5f1a8" "Cartridge.MD5" "de0173ed6be9de6fd049803811e5f1a8"
@ -13364,8 +13440,9 @@
"" ""
"Cartridge.MD5" "df2745d585238780101df812d00b49f4" "Cartridge.MD5" "df2745d585238780101df812d00b49f4"
"Cartridge.Name" "Space Tunnel (Cooper Black) (PAL) [p1]"
"Cartridge.Manufacturer" "Cooper Black" "Cartridge.Manufacturer" "Cooper Black"
"Cartridge.Name" "Space Tunnel (Cooper Black) (PAL) [p1]"
"Display.Height" "220"
"" ""
"Cartridge.MD5" "df4aea767cdf6a3f138255092e84d713" "Cartridge.MD5" "df4aea767cdf6a3f138255092e84d713"
@ -13373,10 +13450,11 @@
"" ""
"Cartridge.MD5" "df5cc5cccdc140eb7107f5b8adfacda1" "Cartridge.MD5" "df5cc5cccdc140eb7107f5b8adfacda1"
"Cartridge.Manufacturer" "Cracker Jack Productions"
"Cartridge.Name" "Lumberman by Cracker Jack Productions (Pac-Man Hack)" "Cartridge.Name" "Lumberman by Cracker Jack Productions (Pac-Man Hack)"
"Cartridge.Note" "Hack of Pac-Man (1981) (Atari)" "Cartridge.Note" "Hack of Pac-Man (1981) (Atari)"
"Cartridge.Manufacturer" "Cracker Jack Productions"
"Cartridge.Rarity" "New Release (Hack)" "Cartridge.Rarity" "New Release (Hack)"
"Display.YStart" "33"
"" ""
"Cartridge.MD5" "e13c7627b2e136b9c449d9e8925b4547" "Cartridge.MD5" "e13c7627b2e136b9c449d9e8925b4547"
@ -13474,11 +13552,12 @@
"" ""
"Cartridge.MD5" "e13818a5c0cb2f84dd84368070e9f099" "Cartridge.MD5" "e13818a5c0cb2f84dd84368070e9f099"
"Cartridge.Name" "Misterious Thief, A (CCE)"
"Cartridge.Manufacturer" "CCE" "Cartridge.Manufacturer" "CCE"
"Cartridge.ModelNo" "C-839" "Cartridge.ModelNo" "C-839"
"Cartridge.Name" "Misterious Thief, A (CCE)"
"Cartridge.Rarity" "Extremely Rare" "Cartridge.Rarity" "Extremely Rare"
"Display.Phosphor" "Yes" "Display.Height" "216"
"Display.Phosphor" "YES"
"" ""
"Cartridge.MD5" "e10bf1af6bf3b4a253c5bef6577fe923" "Cartridge.MD5" "e10bf1af6bf3b4a253c5bef6577fe923"
@ -13561,10 +13640,11 @@
"" ""
"Cartridge.MD5" "e24d7d879281ffec0641e9c3f52e505a" "Cartridge.MD5" "e24d7d879281ffec0641e9c3f52e505a"
"Cartridge.Name" "Lord of The Rings (1983) (Parker Bros) (Prototype)"
"Cartridge.Manufacturer" "Parker Bros" "Cartridge.Manufacturer" "Parker Bros"
"Cartridge.ModelNo" "PB5590" "Cartridge.ModelNo" "PB5590"
"Cartridge.Name" "Lord of The Rings (1983) (Parker Bros) (Prototype)"
"Cartridge.Rarity" "Prototype" "Cartridge.Rarity" "Prototype"
"Display.YStart" "26"
"" ""
"Cartridge.MD5" "e2389c0be5b5b84e0d3ca36ec7e67514" "Cartridge.MD5" "e2389c0be5b5b84e0d3ca36ec7e67514"
@ -13726,6 +13806,7 @@
"Cartridge.MD5" "e4d41f2d59a56a9d917038682b8e0b8c" "Cartridge.MD5" "e4d41f2d59a56a9d917038682b8e0b8c"
"Cartridge.Name" "Kiss Meets Pacman (Cody Pittman) (PD)" "Cartridge.Name" "Kiss Meets Pacman (Cody Pittman) (PD)"
"Display.YStart" "33"
"" ""
"Cartridge.MD5" "e4c2077a18e3c27f4819aa7757903aa0" "Cartridge.MD5" "e4c2077a18e3c27f4819aa7757903aa0"
@ -14051,10 +14132,12 @@
"" ""
"Cartridge.MD5" "ead60451c28635b55ca8fea198444e16" "Cartridge.MD5" "ead60451c28635b55ca8fea198444e16"
"Cartridge.Name" "Nightmare (Sancho) (PAL) [!]"
"Cartridge.Manufacturer" "Sancho" "Cartridge.Manufacturer" "Sancho"
"Cartridge.ModelNo" "TEC004" "Cartridge.ModelNo" "TEC004"
"Cartridge.Name" "Nightmare (Sancho) (PAL) [!]"
"Cartridge.Rarity" "Extremely Rare" "Cartridge.Rarity" "Extremely Rare"
"Display.YStart" "43"
"Display.Height" "256"
"" ""
"Cartridge.MD5" "eae0c06ee61c63b81cd016096fc901b0" "Cartridge.MD5" "eae0c06ee61c63b81cd016096fc901b0"
@ -14138,11 +14221,12 @@
"" ""
"Cartridge.MD5" "eb634650c3912132092b7aee540bbce3" "Cartridge.MD5" "eb634650c3912132092b7aee540bbce3"
"Cartridge.Name" "RealSports Baseball (1982) (Atari)"
"Cartridge.Manufacturer" "Atari" "Cartridge.Manufacturer" "Atari"
"Cartridge.ModelNo" "CX2640" "Cartridge.ModelNo" "CX2640"
"Cartridge.Name" "RealSports Baseball (1982) (Atari)"
"Cartridge.Rarity" "Uncommon" "Cartridge.Rarity" "Uncommon"
"Display.Phosphor" "Yes" "Display.YStart" "26"
"Display.Phosphor" "YES"
"" ""
"Cartridge.MD5" "eddef10fdc0029301064115ae0cd41d4" "Cartridge.MD5" "eddef10fdc0029301064115ae0cd41d4"
@ -14243,6 +14327,7 @@
"Cartridge.MD5" "ed1a784875538c7871d035b7a98c2433" "Cartridge.MD5" "ed1a784875538c7871d035b7a98c2433"
"Cartridge.Name" "Save Our Ship (Technovision) [a1]" "Cartridge.Name" "Save Our Ship (Technovision) [a1]"
"Cartridge.Rarity" "Extremely Rare" "Cartridge.Rarity" "Extremely Rare"
"Display.YStart" "38"
"" ""
"Cartridge.MD5" "ed1492d4cafd7ebf064f0c933249f5b0" "Cartridge.MD5" "ed1492d4cafd7ebf064f0c933249f5b0"
@ -14268,8 +14353,9 @@
"" ""
"Cartridge.MD5" "edf69b123e06eaf8663cc78d8aeba06e" "Cartridge.MD5" "edf69b123e06eaf8663cc78d8aeba06e"
"Cartridge.Name" "River Raid (SpkSoft 98) [h1]"
"Cartridge.Manufacturer" "SpkSoft 98" "Cartridge.Manufacturer" "SpkSoft 98"
"Cartridge.Name" "River Raid (SpkSoft 98) [h1]"
"Display.YStart" "10"
"" ""
"Cartridge.MD5" "ee4c186123d31a279ed7a84d3578df23" "Cartridge.MD5" "ee4c186123d31a279ed7a84d3578df23"
@ -14792,6 +14878,7 @@
"Cartridge.MD5" "f5aa6bd10f662199c42e43863a30106c" "Cartridge.MD5" "f5aa6bd10f662199c42e43863a30106c"
"Cartridge.Name" "Music Kit (V1.0) - Song Player (Paul Slocum)" "Cartridge.Name" "Music Kit (V1.0) - Song Player (Paul Slocum)"
"Display.Phosphor" "YES"
"" ""
"Cartridge.MD5" "f69a39b215852a0c2764d2a923c1e463" "Cartridge.MD5" "f69a39b215852a0c2764d2a923c1e463"
@ -14900,6 +14987,7 @@
"Cartridge.MD5" "f7856e324bc56f45b9c8e6ff062ec033" "Cartridge.MD5" "f7856e324bc56f45b9c8e6ff062ec033"
"Cartridge.Name" "RealSports Soccer (1983) (Atari) [!]" "Cartridge.Name" "RealSports Soccer (1983) (Atari) [!]"
"Display.Phosphor" "YES"
"" ""
"Cartridge.MD5" "f78c125b5da483c41e51522947d6c4ce" "Cartridge.MD5" "f78c125b5da483c41e51522947d6c4ce"
@ -15039,9 +15127,10 @@
"" ""
"Cartridge.MD5" "f954381f9e0f2009d1ac40dedd777b1a" "Cartridge.MD5" "f954381f9e0f2009d1ac40dedd777b1a"
"Cartridge.Name" "Robot City (V0.18) (01-09-2002) (TJ)"
"Cartridge.Manufacturer" "Thomas Jentzsch" "Cartridge.Manufacturer" "Thomas Jentzsch"
"Cartridge.Name" "Robot City (V0.18) (01-09-2002) (TJ)"
"Cartridge.Rarity" "New Release" "Cartridge.Rarity" "New Release"
"Display.YStart" "24"
"" ""
"Cartridge.MD5" "f96a763ced577e383d1102c4d0949525" "Cartridge.MD5" "f96a763ced577e383d1102c4d0949525"
@ -15204,8 +15293,9 @@
"" ""
"Cartridge.MD5" "faed2ef6b44894f8c83f2b50891c35c6" "Cartridge.MD5" "faed2ef6b44894f8c83f2b50891c35c6"
"Cartridge.Name" "Super Baseball (CCE)"
"Cartridge.Manufacturer" "CCE" "Cartridge.Manufacturer" "CCE"
"Cartridge.Name" "Super Baseball (CCE)"
"Display.YStart" "26"
"" ""
"Cartridge.MD5" "fb09ee4ccd47ae74a3c314f0d8a40344" "Cartridge.MD5" "fb09ee4ccd47ae74a3c314f0d8a40344"

View File

@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: SettingsGP2X.cxx,v 1.20 2006-12-26 22:00:46 azaballa Exp $ // $Id: SettingsGP2X.cxx,v 1.21 2006-12-28 20:40:01 stephena Exp $
// Modified on 2006/02/05 by Alex Zaballa for use on GP2X // Modified on 2006/02/05 by Alex Zaballa for use on GP2X
//============================================================================ //============================================================================
@ -42,7 +42,6 @@ SettingsGP2X::SettingsGP2X(OSystem* osystem)
setInternal("p1speed", "15"); setInternal("p1speed", "15");
setInternal("p2speed", "15"); setInternal("p2speed", "15");
setInternal("p3speed", "15"); setInternal("p3speed", "15");
setInternal("tiadefaults", "true");
} }
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: VideoDialog.cxx,v 1.38 2006-12-13 17:09:11 stephena Exp $ // $Id: VideoDialog.cxx,v 1.39 2006-12-28 20:40:01 stephena Exp $
// //
// Based on code from ScummVM - Scumm Interpreter // Based on code from ScummVM - Scumm Interpreter
// Copyright (C) 2002-2004 The ScummVM project // Copyright (C) 2002-2004 The ScummVM project
@ -130,12 +130,6 @@ VideoDialog::VideoDialog(OSystem* osystem, DialogContainer* parent,
wid.push_back(myFullscreenCheckbox); wid.push_back(myFullscreenCheckbox);
ypos += lineHeight + 4; ypos += lineHeight + 4;
// TIA defaults
myTiaDefaultsCheckbox = new CheckboxWidget(this, font, xpos + 5, ypos,
"Use TIA defaults");
wid.push_back(myTiaDefaultsCheckbox);
ypos += lineHeight + 4;
// Use desktop res in OpenGL // Use desktop res in OpenGL
myUseDeskResCheckbox = new CheckboxWidget(this, font, xpos + 5, ypos, myUseDeskResCheckbox = new CheckboxWidget(this, font, xpos + 5, ypos,
"Desktop Res in FS"); "Desktop Res in FS");
@ -239,10 +233,6 @@ void VideoDialog::loadConfig()
b = instance()->settings().getBool("fullscreen"); b = instance()->settings().getBool("fullscreen");
myFullscreenCheckbox->setState(b); myFullscreenCheckbox->setState(b);
// Use TIA defaults instead of tweaked values
b = instance()->settings().getBool("tiadefaults");
myTiaDefaultsCheckbox->setState(b);
// Use desktop resolution in fullscreen mode // Use desktop resolution in fullscreen mode
b = instance()->settings().getBool("gl_fsmax"); b = instance()->settings().getBool("gl_fsmax");
myUseDeskResCheckbox->setState(b); myUseDeskResCheckbox->setState(b);
@ -333,11 +323,6 @@ void VideoDialog::saveConfig()
b = myFullscreenCheckbox->getState(); b = myFullscreenCheckbox->getState();
instance()->frameBuffer().setFullscreen(b); instance()->frameBuffer().setFullscreen(b);
// Use TIA defaults instead of tweaked values
b = myTiaDefaultsCheckbox->getState();
instance()->settings().setBool("tiadefaults", b);
myTiaDefaultsCheckbox->setState(b);
// Use desktop resolution in fullscreen mode // Use desktop resolution in fullscreen mode
b = myUseDeskResCheckbox->getState(); b = myUseDeskResCheckbox->getState();
if(b != instance()->settings().getBool("gl_fsmax")) if(b != instance()->settings().getBool("gl_fsmax"))
@ -378,7 +363,6 @@ void VideoDialog::setDefaults()
myAspectRatioLabel->setLabel("2.0"); myAspectRatioLabel->setLabel("2.0");
myFullscreenCheckbox->setState(false); myFullscreenCheckbox->setState(false);
myTiaDefaultsCheckbox->setState(false);
myUseDeskResCheckbox->setState(true); myUseDeskResCheckbox->setState(true);
myUseVSyncCheckbox->setState(true); myUseVSyncCheckbox->setState(true);

View File

@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: VideoDialog.hxx,v 1.16 2006-12-08 16:49:37 stephena Exp $ // $Id: VideoDialog.hxx,v 1.17 2006-12-28 20:40:01 stephena Exp $
// //
// Based on code from ScummVM - Scumm Interpreter // Based on code from ScummVM - Scumm Interpreter
// Copyright (C) 2002-2004 The ScummVM project // Copyright (C) 2002-2004 The ScummVM project
@ -59,7 +59,6 @@ class VideoDialog : public Dialog
StaticTextWidget* myFrameRateLabel; StaticTextWidget* myFrameRateLabel;
PopUpWidget* myScalerPopup; PopUpWidget* myScalerPopup;
CheckboxWidget* myFullscreenCheckbox; CheckboxWidget* myFullscreenCheckbox;
CheckboxWidget* myTiaDefaultsCheckbox;
CheckboxWidget* myUseDeskResCheckbox; CheckboxWidget* myUseDeskResCheckbox;
CheckboxWidget* myUseVSyncCheckbox; CheckboxWidget* myUseVSyncCheckbox;