File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ FDC_IPL_SW = 1 ; Use IPL SW1 for drive count
392392KB_HLT_WAIT = 0 ; seems to cause issues on TD3300A
393393TURBO_TYPE = TURBO_STD ; always use Standard
394394TURBO_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)
396396TD_UPMEM = 1 ; clear and display upper memory bank
397397 IF TD_UPMEM EQ 1
398398RAM_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;----------------------------------------------------------------------------;
You can’t perform that action at this time.
0 commit comments