A Very Basic C64 Emulator implemented using C++14 and SDL.
SDL library must be already installed
make
Launch
./main
Load PRG file
./main path/to/file.prg
- CPU Opcodes
- VIC II bank switching
- Memory bank switching
-
Keyboard
- Some keys are not mapped
-
VIC II
- Raster Interrupt
- Char mode
- Char MCM
- Bitmap Mode
- Bitmap MCM
- CPU code refactoring
- Memory code refactoring
- Cartridge Loading