On Feb 16, 12:20 pm, Steven Hirsch <snhir...@gmail.com> wrote:
Intersesting... What's the status of this? I've yet to put my board
together, but I do prefer the idea of running it from ProDOS
I'm busy trying to piece together what I did to make that work. It was done
as proof-of-concept for the CardZ180 project and never really polished up.
Instead of writing to the boot tracks of the disk, the setup program created a
DRIVERS file and a relocated PCPICPM.SYS. You copy them to a ProDOS boot disk
(using a disk transfer utility to bootstrap yourself) and startup from there.
The PCPI 6502 BIOS basically runs as a ProDOS SYSTEM program and, once
running, can use the filesystem services to better support transfer between
CP/M and ProDOS. I have a utility called pdosxfer that's use to move things
back and forth.
So the CP/M CBIOS is implemented in 6502, and on the Z80 side there's
a "proxy" CBIOS that delegates this responsiblity back to the Apple II
host ?