1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-08 15:29:09 +00:00

Add yet more context.

This commit is contained in:
Thomas Harte 2022-08-06 14:47:24 -04:00
parent 7030646671
commit 6981bc8a82

View File

@ -163,7 +163,7 @@ struct Chipset {
// Loop until another [comparable] bus transaction appears, and test.
while(true) {
if(!(blitter.get_status() & 0x4000)) {
XCTAssert(false, @"Blitter terminated early at index %lu", (unsigned long)index);
XCTAssert(false, @"Blitter terminated early at index %lu; waiting for %s", (unsigned long)index, expected_transaction.to_string().c_str());
return;
}