begin the C++ rewrite
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# emu
|
||||
|
||||
Emulators written in C
|
||||
Emulators written in C and C++
|
||||
|
||||
* `chip8.c` - [CHIP8](https://en.wikipedia.org/wiki/CHIP-8)
|
||||
* `mos6502.c` - [MOS 6502](https://en.wikipedia.org/wiki/MOS_Technology_6502)
|
||||
* `riscv64.c & riscv64_dis.h` - [RV64IM instruction set](https://en.wikipedia.org/wiki/RISC-V) (more extensions coming soon-ish)
|
||||
* `riscv64.cc` - [RV64IM instruction set](https://en.wikipedia.org/wiki/RISC-V) (more extensions coming soon-ish)
|
||||
|
||||
## Building
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user