mirror of
https://github.com/V2RetroComputing/analog-firmware.git
synced 2025-08-05 00:24:56 +00:00
Update vgaout.c
This commit is contained in:
@@ -236,7 +236,6 @@ struct vga_scanline * DELAYED_COPY_CODE(vga_prepare_scanline)() {
|
||||
// Wait for the scanline buffer to become available again
|
||||
while(scanline->_flags & FLAG_BUSY)
|
||||
terminal_process_input();
|
||||
//tight_loop_contents();
|
||||
|
||||
// Reinitialize the scanline struct for reuse
|
||||
scanline->length = 0;
|
||||
|
Reference in New Issue
Block a user