ct6502 / apple2ts

Apple II Emulator in TypeScript
Creative Commons Attribution Share Alike 4.0 International
62 stars 10 forks source link

Add SmartPort status and DIB for Unit 1 #28

Closed code-bythepound closed 1 year ago

code-bythepound commented 1 year ago

Some programs (A2OSX, Printshop //c+, others) make additional smartport calls to determine the media. This change adds status and get DIB calls. It reports the device a 3.5" floppy if block count is < 1600, otherwise as a hard drive.

ct6502 commented 1 year ago

Looks great to me, thanks for adding support for this!