Implement map-like sector access for floppy drives

This commit is contained in:
Nero 2020-12-15 23:29:35 +00:00
parent 8c3d61e68d
commit e096745c13
3 changed files with 131 additions and 67 deletions

View file

@ -31,8 +31,17 @@ print_banner: mov si, banner
call dskrst
mov bx, testfcb
call fcbfst
mov dl, [defdrv]
call logdrv
xor ax, ax
xor dx, dx
call maprd
inc word [dskbuf+0x82]
call dirty
call flush
hlt: hlt
jmp hlt