mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-23 03:32:32 +00:00
Adds a temporary manual escape clause for testing specific features.
This commit is contained in:
parent
adf6723bf6
commit
d0ef41f11e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user