diff options
| author | Peter Fors <peter.fors@mindkiller.com> | 2025-05-29 23:11:41 +0200 |
|---|---|---|
| committer | Peter Fors <peter.fors@mindkiller.com> | 2025-05-29 23:11:41 +0200 |
| commit | f02853edb8a624fbe85ea322eaba9e643756d44e (patch) | |
| tree | 5ef71cb2cc6a455bfd200a5ff895afc9cb2d624d /mknes.c | |
| parent | 93fd16dcd4c66ed003363d6e7f0c70bd3d2de92c (diff) | |
optimization of ppu
Diffstat (limited to 'mknes.c')
| -rw-r--r-- | mknes.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -146,7 +146,7 @@ int main(int argc, char **argv) { // ines2_load(nstate, "data/0000/Xevious - The Avenger (USA).zip"); // ines2_load(nstate, "data/tv.nes"); - // ines2_load(nstate, "data/Life Force (USA).zip"); // 2002 + ines2_load(nstate, "data/Life Force (USA).zip"); // 2002 // ines2_load(nstate, "data/0003/Flipull - An Exciting Cube Game (Japan) (En).zip"); // ines2_load(nstate, "data/0003/Friday the 13th (USA).zip"); |
