Skip to content

EggEater Release of PiTubeDirect

Compare
Choose a tag to compare
@hoglet67 hoglet67 released this 23 Dec 15:49
· 931 commits to master since this release

Changes since Diamondback...

Features:

  • Added support for the new Raspberry Pi 3 A+ model
  • 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 (291.7MHz 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
  • 80x86 Co Pro - memory size can be configured with *FX
  • 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
    • Improvements to ARM Disassembler

Fixes:

  • Native ARM Co Processor now implements type 6/7 transfers
  • Some of the Co Processors were incorrectly named in the debugger
  • 80x86 Co Pro: default memory size 896KB (improves compatibility with early versions of DOS Plus)
  • Static Analysis tidying up