Skip to content

Commit 8d126e0

Browse files
committed
W/S setup on TD3300 by default
1 parent f1c5f50 commit 8d126e0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/GLABIOS.ASM

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ FDC_IPL_SW = 1 ; Use IPL SW1 for drive count
392392
KB_HLT_WAIT = 0 ; seems to cause issues on TD3300A
393393
TURBO_TYPE = TURBO_STD ; always use Standard
394394
TURBO_SWITCH = 1 ; boot under hardware Turbo control
395-
TD_WS_SETUP = 0 ; set wait state register on boot (0 ws)
395+
TD_WS_SETUP = 1 ; set wait state register on boot (0 ws)
396396
TD_UPMEM = 1 ; clear and display upper memory bank
397397
IF TD_UPMEM EQ 1
398398
RAM_DIGITS = 4 ; display RAM as four digits
@@ -4111,8 +4111,11 @@ HELLO_WORLD:
41114111
;----------------------------------------------------------------------------;
41124112
; Jump over INT 02h fixed ORG to continue...
41134113
;
4114+
IF ARCH_TYPE EQ ARCH_TD3300
4115+
JMP SHORT POST_DETECT_PORTS
4116+
ELSE
41144117
JMP NEAR PTR POST_DETECT_PORTS
4115-
4118+
ENDIF
41164119

41174120
IF IS_TURBO
41184121
;----------------------------------------------------------------------------;

0 commit comments

Comments
 (0)