mirror of
https://github.com/alpine9000/amiga_examples
synced 2025-12-08 14:59:01 +00:00
Small fix
This commit is contained in:
@@ -118,7 +118,7 @@ main(int argc, char** argv)
|
||||
printf("\tdc.w COLOR00,$%x%x%x\n", pixel.red>>4, pixel.green>>4, pixel.blue>>4);
|
||||
}
|
||||
|
||||
if (line <= 255) {
|
||||
if (line == 255) {
|
||||
printf("\tdc.w $%x,$fffe\n",line<<8|0xe1|1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user