Konamiman / Nextor

A disk operating system for MSX computers, forked from MSX-DOS 2.31
Other
183 stars 35 forks source link

Can't access read-only files with _RDBLK #3

Closed Konamiman closed 5 years ago

Konamiman commented 5 years ago

Submitted by Keiko Mizuo

Read-Only files can't be read with function 27h (_RDBLK). Changing the value of AT_DEV in line 621 of cpm.mac from 07h to 06h it will solve it. The value of AT_DEV is defined in line 161 of const.inc.

Konamiman commented 5 years ago

Fixed in v2.1.0 beta 1