1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00

Adds a temporary manual escape clause for testing specific features.

This commit is contained in:
Thomas Harte 2019-12-14 21:40:21 -05:00
parent adf6723bf6
commit d0ef41f11e

View File

@ -47,6 +47,8 @@
NSString *const name = test[@"name"];
if(!name) return;
// if(![name isEqualToString:@"ORI 7c"]) return;
// This is the test class for 68000 execution.
struct Test68000: public CPU::MC68000::BusHandler {
std::array<uint8_t, 16*1024*1024> ram;