mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-16 18:30:32 +00:00
Corrects test.
This commit is contained in:
parent
0fc191c87d
commit
1aba1db62c
@ -23,7 +23,8 @@
|
||||
|
||||
- (void)setUp {
|
||||
// Put setup code here. This method is called before the invocation of each test method in the class.
|
||||
_video.reset(new Apple::Macintosh::Video(_ram, _dummy_audio, _dummy_drive_speed_accumulator));
|
||||
_video.reset(new Apple::Macintosh::Video(_dummy_audio, _dummy_drive_speed_accumulator));
|
||||
_video->set_ram(_ram, sizeof(_ram) - 1);
|
||||
}
|
||||
|
||||
- (void)testPrediction {
|
||||
|
Loading…
x
Reference in New Issue
Block a user