mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
Move test ROMs to binary files to speed tests.
This commit is contained in:
parent
37e0c8a84c
commit
060b9845c6
@ -5,7 +5,7 @@ import Test65C02 from './roms/65C02test';
|
||||
|
||||
import { toHex } from '../js/util';
|
||||
|
||||
describe.skip('CPU', function () {
|
||||
describe('CPU', function () {
|
||||
var cpu;
|
||||
var lastPC = 0;
|
||||
var done = false;
|
||||
|
BIN
test/roms/6502_functional_test.bin
Normal file
BIN
test/roms/6502_functional_test.bin
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
BIN
test/roms/65C02_extended_opcodes_test.bin
Normal file
BIN
test/roms/65C02_extended_opcodes_test.bin
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user