mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-13 22:32:03 +00:00
Fix tests.
This commit is contained in:
parent
36c3cb1f70
commit
0f017302ce
@ -11,7 +11,10 @@
|
||||
#include "../../../Machines/Apple/AppleIIgs/MemoryMap.hpp"
|
||||
|
||||
namespace {
|
||||
using MemoryMap = Apple::IIgs::MemoryMap;
|
||||
// Test the ROM03-era mapping hardware.
|
||||
struct MemoryMap: public Apple::IIgs::MemoryMap {
|
||||
MemoryMap() : Apple::IIgs::MemoryMap(true) {}
|
||||
};
|
||||
}
|
||||
|
||||
@interface IIgsMemoryMapTests : XCTestCase
|
||||
|
Loading…
x
Reference in New Issue
Block a user