Small fix to display buffer and new rom addition.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user