1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-27 02:55:07 +00:00

Eliminate trace.

This commit is contained in:
Thomas Harte 2023-12-21 15:31:09 -05:00
parent faaa89bb67
commit 160fec2439
2 changed files with 0 additions and 5 deletions

View File

@ -112,11 +112,6 @@ class EmuTOS: public ComparativeBusHandler {
_machine->run_for(HalfCycles(length));
}
//- (void)testEmuTOSStartup {
// [self testImage:ROM::Name::AtariSTEmuTOS192 trace:@"etos192uk" length:313490];
// // TODO: assert that machine is now STOPped.
//}
- (void)testTOSStartup {
[self testImage:ROM::Name::AtariSTTOS100 trace:@"tos100" length:54011091];
}