PPIDE Driver Fix

Fixed missing DRV/HD register setup for writes in PPIDE driver.
This commit is contained in:
Wayne Warthen
2018-05-03 12:39:51 -07:00
parent e1d2eb1ecd
commit b09f30ed41
5 changed files with 7 additions and 4 deletions

View File

@@ -2,4 +2,4 @@
#DEFINE RMN 9
#DEFINE RUP 1
#DEFINE RTP 0
#DEFINE BIOSVER "2.9.1-pre.2"
#DEFINE BIOSVER "2.9.1-pre.3"

View File

@@ -636,7 +636,9 @@ PPIDE_WRSEC:
PRTS(" WRITE$")
#ENDIF
LD A,(PPIDE_DRVHD)
OUT (PPIDE_REG_DRVHD),A
;OUT (PPIDE_REG_DRVHD),A
CALL PPIDE_OUT
.DB PPIDE_REG_DRVHD
DCALL PC_SPACE
DCALL PRTHEXBYTE
CALL PPIDE_SETADDR ; SETUP CYL, TRK, HEAD

View File

@@ -2,4 +2,4 @@
#DEFINE RMN 9
#DEFINE RUP 1
#DEFINE RTP 0
#DEFINE BIOSVER "2.9.1-pre.2"
#DEFINE BIOSVER "2.9.1-pre.3"