- Added new ANSI keyboard support from Peter Onion.
- ZDE is now built as part of the RomWBW build itself.
- Did not yet include support for modified ZDE escape character.
- See <https://groups.google.com/g/rc2014-z80/c/hAZen3pZb7o>
Co-Authored-By: PeterOGB <7755057+peterogb@users.noreply.github.com>
- ROM Applications document has been consolidated into the Applications document
- Martin has done a significant overhaul of the Applications document
Co-Authored-By: MartinR <174514335+martinr-uk@users.noreply.github.com>
Correct obsolete reference to DiskList.txt in the ReadMe.txt file in the Binary Directory.
Thanks and credit to @shawnshekari (issue #390) for reporting this.
A full implementation of UCSD p-System IV.0 for RomWBW. Derived from the official Z80 Adaptable p-System.
My first real programming was on this system. So many memories...
- Restore cursor on normal program exit.
- Revert original HBIOS conout and default console code as there
is no associated facility for direct HBIOS conin.
- Allow setting port 0 and port 1 CIO device from command line
ZMP 2 sets comms port to CIO 2. Can set primary and secondary
i.e. ZMP 21 but only primary supported on this ZMP version.
Untested on Ron Murrays ZMP15
- Space getting short so messages shortened.
- FD driver will now detect presence of FDC hardware and install if found in all standard configurations
- Does *not* detect type of FDC which must still be set in config
- Added default FD driver MODE to all configs
- Thanks to Alan Cox for the technique!