Small fix to display buffer and new rom addition.

This commit is contained in:
2026-05-19 08:05:43 +02:00
parent 951a16f024
commit ebb3de3784
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ System :: struct {
// PC program counter
pc: u16,
// 64x32-pixel monochrome display
display: [64][32]u8,
display: [32][64]u8,
keypad: [16]bool,
delay_timer: u8,
sound_timer: u8,