mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-07 08:26:28 +00:00
Introduce test case for fill mode.
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user