update README.md
This commit is contained in:
parent
f715709942
commit
f395551009
|
@ -4,8 +4,6 @@
|
||||||
|
|
||||||
A Chip-8 emulator (interpreter) written in SystemVerilog with I/O simulated with C++ also depends on SDL2.
|
A Chip-8 emulator (interpreter) written in SystemVerilog with I/O simulated with C++ also depends on SDL2.
|
||||||
|
|
||||||
Note: Code quality is bad at the moment because I just wanted to get graphics working and didn't pay much attention to it. I will fix tomorrow.
|
|
||||||
|
|
||||||
### Building & Testing
|
### Building & Testing
|
||||||
|
|
||||||
In order to run yayacemu, you must have sdl2, verilator, and make installed.
|
In order to run yayacemu, you must have sdl2, verilator, and make installed.
|
||||||
|
@ -40,7 +38,8 @@ yayacemu [PATH_TO_YOUR_ROM]
|
||||||
- [x] Add beeper (instead of sound, screen becomes red)
|
- [x] Add beeper (instead of sound, screen becomes red)
|
||||||
- [x] Add all Instructions
|
- [x] Add all Instructions
|
||||||
- [x] Implement a real (synthesizeable, pseudorandom) random module
|
- [x] Implement a real (synthesizeable, pseudorandom) random module
|
||||||
- [ ] Code cleanup
|
- [x] Code cleanup
|
||||||
|
- [ ] Deploying to an FPGA with a real screen, keypad, and beeper
|
||||||
|
|
||||||
### Screenshots
|
### Screenshots
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue