1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-24 11:16:38 +00:00

atari8: fixes, faked .xex loading

This commit is contained in:
Steven Hugg
2022-09-02 11:05:03 -05:00
parent c572834c8c
commit 33b2e92396
9 changed files with 207 additions and 60 deletions
+1 -1
View File
@@ -367,7 +367,7 @@ describe('Platform Replay', () => {
});
});
it('Should run atari5200', async () => {
await testPlatform('atari8-5200', 'acid5200.rom', 1000, (platform, frameno) => {
await testPlatform('atari8-5200', 'acid5200.rom', 1100, (platform, frameno) => {
if (frameno == 999) {
let s = '';
for (let i=0; i<40; i++) {