Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intv-Wasm

A .wasm Intellivision console emulator based on MAME.

Warning: You need these files to run the emulator legally:

  • exec.bin
  • ro-3-9503-003.u21

How to include files?

  • 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.

Controls:

Player 1 (Left Controller)

Directional Disc (Movement)

  • Up Arrow: Up
  • Down Arrow: Down
  • Left Arrow: Move Left
  • Right Arrow: Move Right

Numeric Keypad (Console Keypad)

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

Game:

  • You can try including a game like game.int in the /game/game.int folder.

Thanks for read!

About

A web-based Intellivision console emulator, based on MAME's WebAssembly implementation.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Contributors

Languages