1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-25 11:17:26 +00:00

Catch unimplemented.

This commit is contained in:
Thomas Harte
2025-10-21 13:40:23 -04:00
parent ff08c03bc5
commit 4ee8f8564e
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1177,7 +1177,7 @@ struct Traits {
void test_it() {
Handler handler;
CPU::MOS6502Mk2::Processor<CPU::MOS6502Mk2::Model::M6502, Traits> processor(handler);
processor.run_for(Cycles(10));
processor.run_for(Cycles(1000));
}
}