Skip to content

Commit

Permalink
Merge pull request #128 from Konamiman/make-dosver-return-6f-in-c-in-…
Browse files Browse the repository at this point in the history
…dos-1
  • Loading branch information
Konamiman committed Nov 30, 2023
2 parents 6989ce2 + 0bcecfa commit f73a87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/kernel/bank4/partit.mac
Expand Up @@ -4172,7 +4172,7 @@ IDRVR_RET:

DOSV1_2:
xor a
ld b,a
ld bc,_DOSVER## ;Make B=0 and preserve C, some programs actually check it
ret


Expand Down

0 comments on commit f73a87d

Please sign in to comment.