mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Remove last of the direct printf'ing.
This commit is contained in:
parent
b7b13e20d1
commit
a282a51673
@ -202,9 +202,8 @@ bool Blitter::advance() {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// Copy mode.
|
// Copy mode.
|
||||||
printf("!!! Copy [%d %d%d%d] %08x\n", int32_t(direction_), inclusive_fill_, exclusive_fill_, fill_carry_, pointer_[3]);
|
|
||||||
|
|
||||||
// Quick hack: do the entire action atomically. Isn't life fabulous?
|
// Quick hack: do the entire action atomically.
|
||||||
for(int y = 0; y < height_; y++) {
|
for(int y = 0; y < height_; y++) {
|
||||||
for(int x = 0; x < width_; x++) {
|
for(int x = 0; x < width_; x++) {
|
||||||
if(channel_enables_[0]) {
|
if(channel_enables_[0]) {
|
||||||
|
Loading…
Reference in New Issue
Block a user