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
|
import vga
|
||||||
|
|
||||||
type
|
type
|
||||||
VGAMemory = ptr array[0..2000, VGADoubleByte]
|
VGAMemory = ptr array[0..1999, VGADoubleByte]
|
||||||
|
|
||||||
const
|
const
|
||||||
vgaWidth = 80
|
vgaWidth = 80
|
||||||
|
Loading…
Reference in New Issue
Block a user