mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-06 10:38:16 +00:00
Increase logging (but leave it disabled).
This commit is contained in:
parent
c750bdafd5
commit
cf25d8a378
@ -25,6 +25,7 @@ bool Copper::advance_dma(uint16_t position) {
|
||||
case State::Waiting:
|
||||
// TODO: blitter-finished bit.
|
||||
if((position & position_mask_) >= instruction_[0]) {
|
||||
LOG("Unblocked waiting for " << PADHEX(4) << instruction_[0] << " at " << position);
|
||||
state_ = State::FetchFirstWord;
|
||||
}
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user