Skip to content

Commit

Permalink
Fix #3: RDBLK can't read files with read-only attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Konamiman committed Jan 28, 2019
1 parent 89e3cf9 commit 8e8ae55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion source/kernel/bank3/dos1ker.mac
Original file line number Diff line number Diff line change
Expand Up @@ -4201,7 +4201,6 @@ A56D0:
; Inputs
; Outputs ________________________

bd::
A56D3:
call DO_BDOS
;ei
Expand Down
2 changes: 1 addition & 1 deletion source/kernel/bank4/cpm.mac
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ endif
ld b,ACM_MOD
NOT_MOD2: ld (ix+FAB_ACC##),b
ld (ix+FAB_ATTR##),a
and AT_DEV ;restore FAB_MODE
and ATM_DEV ;restore FAB_MODE
jr z,NOT_DEV2
ld a,MDM_DEV+MDM_CPM+MDM_ASC
NOT_DEV2: ld (ix+FAB_MODE##),a
Expand Down

0 comments on commit 8e8ae55

Please # to comment.