From bfba0880ef4649f014c84e5203859ef5c09a286e Mon Sep 17 00:00:00 2001 From: ArkoSammy12 Date: Sat, 11 Oct 2025 14:25:55 -0500 Subject: [PATCH 1/5] Disable wrapping quirk for the Super NeatBoy xochip rom --- database/programs.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/database/programs.json b/database/programs.json index ca4928f..9af28ff 100644 --- a/database/programs.json +++ b/database/programs.json @@ -1417,6 +1417,11 @@ "440c5fbe9f5f840e76c308738fb0d37772d66674": { "file": "superneatboy.ch8", "platforms": ["xochip"], + "quirkyPlatforms": { + "xochip": { + "wrap": false + } + }, "tickrate": 1000, "touchInputMode": "none", "fontStyle": "octo", From d4dfcce0b77992f35be3b7c7f84f8bd9726001a7 Mon Sep 17 00:00:00 2001 From: ArkoSammy12 Date: Sat, 11 Oct 2025 14:32:07 -0500 Subject: [PATCH 2/5] Specify the tickrate of the Alien-Inv8sion rom as 200000 --- database/programs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/database/programs.json b/database/programs.json index 9af28ff..3f0add1 100644 --- a/database/programs.json +++ b/database/programs.json @@ -3777,7 +3777,8 @@ "roms": { "24ef21009527ee674de44ccb37e37081654883f9": { "file": "Alien-Inv8sion.xo8", - "platforms": ["xochip"] + "platforms": ["xochip"], + "tickrate": 200000 } } }, From 43c6994446b73285bec50d7b9c15c99f5c9d3223 Mon Sep 17 00:00:00 2001 From: ArkoSammy12 Date: Sat, 11 Oct 2025 14:39:40 -0500 Subject: [PATCH 3/5] Add hash and rom entry for fixed version of the SpaceFight2091! rom --- database/programs.json | 5 +++++ database/sha1-hashes.json | 1 + 2 files changed, 6 insertions(+) diff --git a/database/programs.json b/database/programs.json index 3f0add1..08f2887 100644 --- a/database/programs.json +++ b/database/programs.json @@ -6559,6 +6559,11 @@ "file": "Spacefight 2091 (by Carsten Soerensen)(1992).sc8", "platforms": ["superchip"], "embeddedTitle": "SpaceFight2091 by Slammer/Anarchy!" + }, + "ac30bca77d47b252c0764aff94fcac5202779f18": { + "file": "Spacefight 2091 (by Carsten Soerensen)(1992).sc8", + "platforms": ["superchip"], + "embeddedTitle": "SpaceFight2091 by Slammer/Anarchy! (fixed by Chromatophore)" } } }, diff --git a/database/sha1-hashes.json b/database/sha1-hashes.json index 5bdf44c..62ed7be 100644 --- a/database/sha1-hashes.json +++ b/database/sha1-hashes.json @@ -474,6 +474,7 @@ "107366630b4e0449add7ab00f93cce65f38f9713": 429, "4200636c4d2a4495d10d6348049d21b887e8d1be": 430, "a05844df3305738e4030512f0063db2fe4f3bd11": 431, + "ac30bca77d47b252c0764aff94fcac5202779f18": 431, "318c6359405f8b1512b325c53eb119a6f9d57aef": 432, "c314300d1630a479678167e4e786cce2c17831cd": 433, "085394b959f03a0e525b404d8a68a36e56d6446a": 434, From 6e835d8a91abcce887d8f1c93d9cd25230ba985c Mon Sep 17 00:00:00 2001 From: ArkoSammy12 Date: Sat, 11 Oct 2025 15:06:04 -0500 Subject: [PATCH 4/5] Remove embeddedTitle field from new rom entry for SpaceFight2091 --- database/programs.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/database/programs.json b/database/programs.json index 08f2887..2b8d7a9 100644 --- a/database/programs.json +++ b/database/programs.json @@ -6562,8 +6562,7 @@ }, "ac30bca77d47b252c0764aff94fcac5202779f18": { "file": "Spacefight 2091 (by Carsten Soerensen)(1992).sc8", - "platforms": ["superchip"], - "embeddedTitle": "SpaceFight2091 by Slammer/Anarchy! (fixed by Chromatophore)" + "platforms": ["superchip"] } } }, From 47463d6171b8a755f9e5365ce7a966a720b36ebc Mon Sep 17 00:00:00 2001 From: ArkoSammy12 Date: Sat, 11 Oct 2025 15:14:39 -0500 Subject: [PATCH 5/5] Readd embeddedTitle field for fixed rom entry with intended string, and add descsription field with information about the nature of the patch --- database/programs.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/database/programs.json b/database/programs.json index 2b8d7a9..53d939f 100644 --- a/database/programs.json +++ b/database/programs.json @@ -6562,7 +6562,9 @@ }, "ac30bca77d47b252c0764aff94fcac5202779f18": { "file": "Spacefight 2091 (by Carsten Soerensen)(1992).sc8", - "platforms": ["superchip"] + "platforms": ["superchip"], + "embeddedTitle": "SpaceFight2091 by Slammer/Anarchy!", + "description": "A patched version of the original rom by @Chromatophore which fixes the game's reliance on a myth about FX1E changing vF." } } },