mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Introduce test case for fill mode.
This commit is contained in:
parent
4c1ab6ff25
commit
9e6ffaad7d
94481
OSBindings/Mac/Clock SignalTests/Amiga Blitter Tests/spots.json
Normal file
94481
OSBindings/Mac/Clock SignalTests/Amiga Blitter Tests/spots.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -30,7 +30,7 @@ using WriteVector = std::vector<std::pair<uint32_t, uint16_t>>;
|
||||
|
||||
- (BOOL)verifyWrites:(WriteVector &)writes blitter:(Amiga::Blitter &)blitter ram:(uint16_t *)ram {
|
||||
// Run for however much time the Blitter wants.
|
||||
while(blitter.get_status()) {
|
||||
while(blitter.get_status() & 0x4000) {
|
||||
blitter.advance();
|
||||
}
|
||||
|
||||
@ -231,4 +231,8 @@ using WriteVector = std::vector<std::pair<uint32_t, uint16_t>>;
|
||||
[self testCase:@"RAM disk open"];
|
||||
}
|
||||
|
||||
- (void)testSpots {
|
||||
[self testCase:@"spots"];
|
||||
}
|
||||
|
||||
@end
|
||||
|
Loading…
Reference in New Issue
Block a user