v0.1.1 Partial Super Chip Support #11

Merged
j merged 12 commits from schip into main 2023-04-15 04:00:41 +00:00
Showing only changes of commit ae32d77757 - Show all commits

View File

@ -6,8 +6,9 @@ I don't know!
So I wrote this, to see if i can find out. So I wrote this, to see if i can find out.
## Features: ## Features:
- 32 * 64 1bpp pixel display, scaled 16x - 64 * 128 1bpp pixel display, scaled 8x
- Full coverage of the original Chip-8 insn set - Full coverage of the original Chip-8 insn set
- Partial coverage of the Super Chip-8 extension set
- 64-bit floating point internal sound/delay timers - 64-bit floating point internal sound/delay timers
- Pause/Resume - Pause/Resume
- Set and unset breakpoints - Set and unset breakpoints