Fixed missing DRV/HD register setup for writes in PPIDE driver.
@ -8,6 +8,7 @@ Version 2.9.1
- WBW: Support additional escape sequences in Propeller console ANSI emulation
- WBW: Map LPT: to second serial port, UL1: to third serial port
- WBW: Update default IOBYTE so that LST:=LPT: by default
- WBW: Fixed missing drive/head setup for writes in PPIDE
Version 2.9.0
-------------
@ -7,7 +7,7 @@
***********************************************************************
Wayne Warthen (wwarthen@gmail.com)
Version 2.9.1-pre.2, 2018-05-01
Version 2.9.1-pre.3, 2018-05-03
https://www.retrobrewcomputers.org/
RomWBW is a ROM-based implementation of CP/M-80 2.2 and Z-System for
@ -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"
@ -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