Decrease VGA memory array size by one. Correction of an off by one error to ensure we stay within the appropriate memory.
This commit is contained in:
parent
65a4b94be1
commit
5982c72a8a
@ -1,7 +1,7 @@
|
||||
import vga
|
||||
|
||||
type
|
||||
VGAMemory = ptr array[0..2000, VGADoubleByte]
|
||||
VGAMemory = ptr array[0..1999, VGADoubleByte]
|
||||
|
||||
const
|
||||
vgaWidth = 80
|
||||
|
Loading…
Reference in New Issue
Block a user