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:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user