Menu:
Arrow keys:
Make a selection
Enter/"Return":
Skip an entry (make default)
Escape:
Close
Code: Select all
1234
QWER
ASDF
ZXCV
Code: Select all
123C
456D
789E
A0BF
Also supports Dvorak keyboards
History:
v0.1 -
Initial upload
v0.2 -
Fixes many bugs and crashes, increases efficiency (sounds like a Sony update to stop pirates)
Requires canvas support for the time being!
Adds sound!
v0.3 -
Fixes major binary bug, game graphics no longer garbled mess.
Inverts screen colors because I stupidly had them backwards.
v0.4
Quick fix, 7XNN now wraps (so 64 + 255 = 63) instead of clamping (64 + 255 = 256)
Tetris works but tries to clear a new line infinitely when you clear 1 line.
Pong works flawlessly now, some other games might, too.
QWERTY by default.
v0.5
Adds menu with lots of options
Improves compatibility significantly
Applies to v0.5:
Near-perfect games:
BREAKOUT
BRIX
HIDDEN
MAZE
MISSILE
TETRIS
Near-working games:
BLINKY
BLITZ
INVADERS
PONG --Balls suddenly missing?
PONG2
TICTAC
WIPEOFF
Totally fucked games:
KALEID
SQUASH
VBRIX
I don't know how they're supposed to work:
15PUZZLE
CONNECT4
GUESS
MERLIN
PUZZLE
SYZYGY
TANK
VERS
WALL
I really want KALEID ("Snafu") to work.
Snafu and Shark! Shark! are the best Intellivision games ever.
Planned features:
Complete Chip8 support including RCA 1802 emulation
SuperChip8 support
Add 'Shader' render mode - Sends screen as matrix to GPU to render. Should be stupidly fast.
Implement LuaJIT optimizations