Fixes #64 - Refactor Rendering Code (#63)

This commit is contained in:
Stefan Arentz
2016-12-09 08:18:41 -10:00
committed by GitHub
parent 3f939d41a9
commit e8fc50ba2a
15 changed files with 638 additions and 329 deletions
-1
View File
@@ -77,7 +77,6 @@ int test(int model, uint16_t start_addr, uint16_t success_addr, char *rom_path)
}
int main(int argc, char **argv) {
cpu_setup();
fprintf(stderr, "TEST Running 6502 tests\n");
test(EWM_CPU_MODEL_6502, 0x0400, 0x3399, "roms/6502_functional_test.bin");
fprintf(stderr, "TEST Running 65C02 tests\n");