Changeset 655 for GPL/branches/uniaud32-next/drv32/devhlp.asm
- Timestamp:
- Jan 24, 2021, 9:19:48 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/drv32/devhlp.asm
r435 r655 25 25 .386p 26 26 27 include bseerr.inc28 include devhlp.inc29 27 include segments.inc 30 28 29 IFNDEF KEE 30 include devhlp.inc 31 31 DosTable2 struc 32 32 d2_ErrMap24 dd ? … … 52 52 53 53 DATA32 segment 54 public DevHelp3255 54 public intSwitchStack 56 57 DevHelp32 dd 0 55 public _TKSSBase 58 56 intSwitchStack dd 0 59 60 public _TKSSBase61 57 _TKSSBase dd 0 62 58 63 59 DATA32 ends 64 60 ENDIF 65 61 66 62 CODE32 segment 67 63 ASSUME CS:FLAT, DS:FLAT, ES:FLAT 68 64 69 public iodelay32_ 70 65 IFNDEF KEE 71 66 extrn DevHlp : near 72 extrn DOSIODELAYCNT : ABS73 74 67 ALIGN 4 75 76 68 public GetTKSSBase 77 78 69 GetTKSSBase proc near 79 70 push ebp … … 131 122 ret 132 123 GetTKSSBase endp 124 ENDIF 125 126 public iodelay32_ 127 extrn DOSIODELAYCNT : ABS 133 128 134 129 ALIGN 4
Note:
See TracChangeset
for help on using the changeset viewer.