vsladkov / reload-emulator

Reload - Portable Retro Computers Emulator
60 stars 5 forks source link

Add ProDOS 8 compatible hard disk emulation #1

Closed oliverschmidt closed 1 year ago

oliverschmidt commented 1 year ago

The 65C02 only triggers the I/O. The actual I/O is done completely by the host in a paravirtualization style. From the 65C02 perspective, the I/O happens during a single cycle.

Notes:

oliverschmidt commented 1 year ago

Thanks :-)