Skip to content

gcoonrod/8080-emu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8080-EMU

Intel 8080 Emulator project in Typescript.

How To Use

This emulator was built following the instructions on Emulator 101 and inspired by the work of LowLevelJavaScript and the 16-Bit-Virtual-Machine. To use it you will need to find a copy of the Space Invaders ROM and put the files in ./roms/invaders.

  • Edit ./src/index.ts to use the Invaders emulator (./src/emulator/invaders.ts).
  • Build the source: npm run build
  • Start the emulator; npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published