A .wasm Intellivision console emulator based on MAME.
- exec.bin
- ro-3-9503-003.u21
- Place the game ROM in the "game" folder and name it "game.int".
- Place the emulator's first BIOS file in the ROM folder and name it exec.bin.
- Place the second file (.u21) in the ROM folder with the name ro-3-9503-003.u21.
- Up Arrow: Up
- Down Arrow: Down
- Left Arrow: Move Left
- Right Arrow: Move Right
To simulate the console's buttons 0–9, Clear, and Enter, the right numeric keypad is used (ensure Num Lock is enabled):
| Intellivision Button | PC Key (Numeric Keypad) |
|---|---|
| Button 1 | 1 (Numpad) |
| Button 2 | 2 (Numpad) |
| Button 3 | 3 (Numpad) |
| Button 4 | 4 (Numpad) |
| Button 5 | 5 (Numpad) |
| Button 6 | 6 (Numpad) |
| Button 7 | 7 (Numpad) |
| Button 8 | 8 (Numpad) |
| Button 9 | 9 (Numpad) |
| Button 0 | 0 (Numpad) |
| CLEAR | . (Decimal Point / Del on Numpad) |
| ENTER | Enter (Numpad) |
- Top Button / Action:
Left Control (Left Ctrl) - Bottom Left Button:
Left Alt - Bottom Right Button:
Space
- You can try including a game like game.int in the /game/game.int folder.