mirror of https://github.com/stella-emu/stella.git
minor property fix
This commit is contained in:
parent
2754edd176
commit
63543e825a
|
@ -1576,7 +1576,7 @@ static constexpr BSPF::array2D<const char*, DEF_PROPS_SIZE, 30> DefProps = {{
|
|||
{ "6b6ca32228ae352b4267e4bd2cddf10c", "", "", "Pac-Man 4 (Pac-Man Hack)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
|
||||
{ "6b71f20c857574b732e7a8e840bd3cb2", "", "", "Frostbite (Unknown) (PAL)", "", "", "", "", "", "{\"score_addresses\":[\"0xc8\",\"0xc9\",\"0xca\"],\"score_digits\":6,\"special_address\":\"0xcb\",\"special_label\":\"Level\",\"special_zero_based\":true,\"variations_address\":\"0x80\",\"variations_count\":4,\"variations_zero_based\":true}", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
|
||||
{ "6b72b691ea86f61438ed0d84c4d711de", "", "", "Fishing Derby (Unknown) (PAL) (4K) (Hack)", "", "Hack", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
|
||||
{ "6b75f8fa4fd011a6698c58315f83d2ac", "Thomas Jentzsch", "", "Sprintmaster DC (Thomas Jentzsch)", "Uses the Driving Controllers, Hack of Sprintmaster (Atari)", "New Release (Hack)", "", "", "", "", "", "", "", "", "", "DRIVING", "", "", "DRIVING", "", "", "", "", "", "45", "", "", "", "", "" },
|
||||
{ "6b75f8fa4fd011a6698c58315f83d2ac", "Thomas Jentzsch", "", "Sprint Master DC (Thomas Jentzsch)", "Uses the Driving Controllers, Hack of Sprint Master (Atari)", "New Release (Hack)", "", "", "", "", "", "", "", "", "", "DRIVING", "", "", "DRIVING", "", "", "", "", "", "45", "", "", "", "", "" },
|
||||
{ "6b7a56b6ac2ca4bf9254474bf6ed7d80", "", "", "Horizonal Color Bars Demo (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
|
||||
{ "6b7e1c11448c4d3f28160d2de884ebc8", "Zirok", "", "Fast Food (Zirok)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
|
||||
{ "6b8fb021bb2e1f1e9bd7ee57f2a8e709", "Paul Slocum", "", "3-D Corridor (29-03-2003) (Paul Slocum) (PD) [a]", "", "Homebrew", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" },
|
||||
|
|
|
@ -9899,8 +9899,8 @@
|
|||
|
||||
"Cart.MD5" "6b75f8fa4fd011a6698c58315f83d2ac"
|
||||
"Cart.Manufacturer" "Thomas Jentzsch"
|
||||
"Cart.Name" "Sprintmaster DC (Thomas Jentzsch)"
|
||||
"Cart.Note" "Uses the Driving Controllers, Hack of Sprintmaster (Atari)"
|
||||
"Cart.Name" "Sprint Master DC (Thomas Jentzsch)"
|
||||
"Cart.Note" "Uses the Driving Controllers, Hack of Sprint Master (Atari)"
|
||||
"Cart.Rarity" "New Release (Hack)"
|
||||
"Controller.Left" "DRIVING"
|
||||
"Controller.Right" "DRIVING"
|
||||
|
|
Loading…
Reference in New Issue