MEGA65 / mega65-core

MEGA65 FPGA core
Other
241 stars 88 forks source link

HYPPO-DOS: implement missing DOS features and api #760

Open lydon42 opened 9 months ago

lydon42 commented 9 months ago

This will start after Batch 3 release.

It will add and finish:

One decision to make will be if we keep dos_detach (detach all images, don't mount disk drives) or if we replace it by dos_detach0 and dos_detach1 calls, or even condense the attach0/1 and detach0/1 into one call each which takes the drive as a parameter.