EggEater RC0
Pre-release
Pre-release
hoglet67
released this
17 May 16:27
·
988 commits
to master
since this release
Features:
- Added support for the new Raspberry Pi 3 B+ model
- Simplified config.txt to also support Raspberry Pi ZeroW out of the box
- Performance improvements to 65C02 Co Pro (290MHz for PiZero and 336MHz for RPi3B+)
- Added a new PDP-11 Co Processor (in slot 11)
- Added full debugger support for the PDP-11 Co Processor
- Debugger improvements:
- Improved help command
- Added base command (output in hex or octal)
- Added width command (allows 8-bit, 16-bit or 32-bit memory accesses)
- Added an optional end address to dis and mem commands
- Clean out debugger state when switching between Co Processors
- Better error reporting
Fixes:
- Native ARM Co Processor now implements type 6/7 transfers
- Some of the Co Processors were incorrectly named in the debugger
- Static Analysis tidying up