Skip to content

flafmg/rust-chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust CHIP8 emulator

yeah, i made another chip 8 emulator.. but now in rust

it passes the impotant tests (https://github.com/Timendus/chip8-test-suite) (but the cursor dont work, so you need to add the values in memory directly into the code)

fell free to use the code if you want.. but its a very bad code :P

Controls

  • press O to open a file select dialog

chip8
| 1 | 2 | 3 | C |
| 4 | 5 | 6 | D |
| 7 | 8 | 9 | E |
| A | B | 0 | F |

keyBoard

| 1 | 2 | 3 | 4 |
| Q | W | E | R |
| A | S | D | F |
| Z | X | C | V |

Screenshots

ibm logo:

image

some games:

image

image

image

some tests:

image

image

issues

somethings dont work properly, i will not fix because is just a learning project, but the emulator works better than the java version

the fonts works!

About

chip8 emulator written in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages