mirror of
https://github.com/tonytins/retro8.git
synced 2025-06-25 00:44:44 -04:00
Minor naming tweaks
- Linked to Wikipedia article on CHIP-8 in README
This commit is contained in:
parent
b6f6ffd15d
commit
c2f76c61a1
3 changed files with 5 additions and 5 deletions
|
@ -32,9 +32,9 @@ var fontSet = [
|
|||
0xF0, 0x80, 0xF0, 0x80, 0x80 # F
|
||||
]
|
||||
|
||||
|
||||
export var displayWidth = 64
|
||||
export var displayHeight = 32
|
||||
|
||||
export var memSize = 4096
|
||||
export var numRegisters = 16
|
||||
var displaySize = (displayWidth * displayHeight)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue