From 2d23478e7dc6ff590a575e50d9c6861c32f58e04 Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Sun, 20 Oct 2019 22:29:53 -0400 Subject: [PATCH] Added F_RANDREC to the list of calls --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db2a6d2..4a6eecf 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ CP/M programs really need to see. - BDOS call 1FH: `DRV_DPB` - Get Drive Parameter Block address - BDOS call 20H: `F_USERNUM` - Get/set user number - BDOS call 22H: `F_SIZE` - Compute file size +- BDOS call 24H: `F_RANDREC` - Update random access pointer - BDOS call 25H: `DRV_RESET` - Selectively reset disk drives There are two parts to the BDOS emulation: