Fixing pop1 test

This commit is contained in:
Sergio Martin 2024-01-17 08:15:32 +01:00
parent e0973cd946
commit 4afe5e9f02
21 changed files with 1917 additions and 14159 deletions

View File

@ -25,9 +25,6 @@ class QuickNESInstance : public EmuInstance
// Setting video buffer
_nes->set_pixels(video_buffer, image_width+8);
// Setting video buffer
_nes->set_pixels(video_buffer, image_width+8);
// If running the original QuickNES, register extra mappers now
register_misc_mappers();
register_extra_mappers();

View File

@ -2,6 +2,5 @@
"Rom File": "Arkanoid (U) [!].nes",
"Expected ROM SHA1": "B2B30C4F30DD853C215C17B0C67CFE63D61A3062",
"Initial State File": "",
"Verification State File": "warpless.final.state",
"Sequence File": "warpless.sol"
}

View File

@ -2,6 +2,5 @@
"Rom File": "Arkanoid (U) [!].nes",
"Expected ROM SHA1": "B2B30C4F30DD853C215C17B0C67CFE63D61A3062",
"Initial State File": "",
"Verification State File": "warps.final.state",
"Sequence File": "warps.sol"
}

View File

@ -2,6 +2,5 @@
"Rom File": "Castlevania (U) (PRG0) [!].nes",
"Expected ROM SHA1": "A31B8BD5B370A9103343C866F3C2B2998E889341",
"Initial State File": "",
"Verification State File": "anyPercent.final.state",
"Sequence File": "anyPercent.sol"
}

View File

@ -2,6 +2,5 @@
"Rom File": "Galaga - Demons of Death (U) [!].nes",
"Expected ROM SHA1": "DA54C223D79FA59EB95437854B677CF69B5CAC8A",
"Initial State File": "",
"Verification State File": "anyPercent.final.state",
"Sequence File": "anyPercent.sol"
}

View File

@ -2,6 +2,5 @@
"Rom File": "Ironsword - Wizards & Warriors II (U) [!].nes",
"Expected ROM SHA1": "97B79E432F62403FB9F877090850C41112A9A168",
"Initial State File": "",
"Verification State File": "anyPercent.final.state",
"Sequence File": "anyPercent.sol"
}

View File

@ -2,6 +2,5 @@
"Rom File": "Nigel Mansell's World Championship Challenge (U) [!].nes",
"Expected ROM SHA1": "BBE5CF2DFA0B5422776A530D6F1B617238A8569F",
"Initial State File": "",
"Verification State File": "anyPercent.final.state",
"Sequence File": "anyPercent.sol"
}

View File

@ -2,6 +2,5 @@
"Rom File": "Ninja Gaiden (U) [!].nes",
"Expected ROM SHA1": "CA513F841D75EFEB33BB8099FB02BEEB39F6BB9C",
"Initial State File": "",
"Verification State File": "anyPercent.final.state",
"Sequence File": "anyPercent.sol"
}

View File

@ -2,6 +2,5 @@
"Rom File": "Ninja Gaiden (U) [!].nes",
"Expected ROM SHA1": "CA513F841D75EFEB33BB8099FB02BEEB39F6BB9C",
"Initial State File": "",
"Verification State File": "pacifist.final.state",
"Sequence File": "pacifist.sol"
}

View File

@ -2,6 +2,5 @@
"Rom File": "Ninja Gaiden II - The Dark Sword of Chaos (U) [!].nes",
"Expected ROM SHA1": "B1796660E4A4CEFC72181D4BF4F97999BC048A77",
"Initial State File": "",
"Verification State File": "anyPercent.final.state",
"Sequence File": "anyPercent.sol"
}

View File

@ -2,6 +2,5 @@
"Rom File": "Ninja Gaiden II - The Dark Sword of Chaos (U) [!].nes",
"Expected ROM SHA1": "B1796660E4A4CEFC72181D4BF4F97999BC048A77",
"Initial State File": "",
"Verification State File": "pacifist.final.state",
"Sequence File": "pacifist.sol"
}

View File

@ -2,6 +2,5 @@
"Rom File": "Prince of Persia (U) [!].nes",
"Expected ROM SHA1": "6B58F149F34FA829135619C58700CAAA95B9CDE3",
"Initial State File": "",
"Verification State File": "lvl7.final.state",
"Sequence File": "lvl7.sol"
"Sequence File": "lvl3_glitch.sol"
}

View File

@ -1,5 +1,5 @@
game = 'princeOfPersia'
goal = 'lvl7'
goal = 'lvl3_glitch'
test(goal + '-FullCycle', bash, workdir : meson.current_source_dir(), args : [ testCommands, goal + '.test', '--fullCycle'], suite: [ game, goal ] )
test(goal, bash, workdir : meson.current_source_dir(), args : [ testCommands, goal + '.test'], suite: [ game, goal ] )

View File

@ -2,6 +2,5 @@
"Rom File": "Saint Seiya - Ougon Densetsu Kanketsu Hen (J) [!].nes",
"Expected ROM SHA1": "F871D9B3DAFDDCDAD5F2ACD71044292E5169064E",
"Initial State File": "",
"Verification State File": "anyPercent.final.state",
"Sequence File": "anyPercent.sol"
}

View File

@ -2,6 +2,5 @@
"Rom File": "Saint Seiya - Ougon Densetsu (J) [!].nes",
"Expected ROM SHA1": "3F3B499CF50386084E053BCA096AE8E52330CFAE",
"Initial State File": "",
"Verification State File": "anyPercent.final.state",
"Sequence File": "anyPercent.sol"
}

View File

@ -2,6 +2,5 @@
"Rom File": "Solar Jetman - Hunt for the Golden Warpship (U) [!].nes",
"Expected ROM SHA1": "872B91A2F7A2F635061EF43F79E7F7E9F59F5C50",
"Initial State File": "",
"Verification State File": "anyPercent.final.state",
"Sequence File": "anyPercent.sol"
}

View File

@ -2,6 +2,5 @@
"Rom File": "Super Mario Bros. (W) [!].nes",
"Expected ROM SHA1": "EA343F4E445A9050D4B4FBAC2C77D0693B1D0922",
"Initial State File": "",
"Verification State File": "warpless.final.state",
"Sequence File": "warpless.sol"
}

View File

@ -2,6 +2,5 @@
"Rom File": "Super Mario Bros. (W) [!].nes",
"Expected ROM SHA1": "EA343F4E445A9050D4B4FBAC2C77D0693B1D0922",
"Initial State File": "",
"Verification State File": "warps.final.state",
"Sequence File": "warps.sol"
}

View File

@ -2,6 +2,5 @@
"Rom File": "Ivan 'Ironman' Stewart's Super Off Road (USA).nes",
"Expected ROM SHA1": "57919B685B55EE3ED3AD98FB1D25626B98BE7D39",
"Initial State File": "",
"Verification State File": "anyPercent.final.state",
"Sequence File": "anyPercent.sol"
}

View File

@ -2,6 +2,5 @@
"Rom File": "Tennis (JU) [!].nes",
"Expected ROM SHA1": "80D99C035E6A5AB9718E413EC25CBE094F085962",
"Initial State File": "",
"Verification State File": "anyPercent.final.state",
"Sequence File": "anyPercent.sol"
}