mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-21 21:33:54 +00:00
Fix use of bool.
This commit is contained in:
parent
82476bdabe
commit
4fb9dec381
@ -346,7 +346,7 @@ bool Blitter::advance_dma() {
|
||||
x_ = 0;
|
||||
loop_index_ = -1;
|
||||
write_phase_ = WritePhase::Starting;
|
||||
not_zero_flag_ = 0;
|
||||
not_zero_flag_ = false;
|
||||
busy_ = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user