Changeset 605 in xtideuniversalbios for trunk/Assembly_Library/Inc
- Timestamp:
- May 8, 2021, 6:55:56 PM (4 years ago)
- Location:
- trunk/Assembly_Library/Inc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/CMOS.inc
r593 r605 31 31 ; Almost all of the CMOS locations are vendor specific and 32 32 ; there is very little standardation 33 HARD_DISK_TYPES EQU 12h ; Windows 9 5reads this to check if IDE drives33 HARD_DISK_TYPES EQU 12h ; Windows 9x reads this to check if IDE drives 34 34 ; are present so it should be safe to access this. 35 35 ; Bits 0...3 Hard Disk 1 type (Primary Slave) -
trunk/Assembly_Library/Inc/Emulate.inc
r596 r605 60 60 %endif 61 61 %else ; XT 62 JUMP_ALIGN EQU 1 63 WORD_ALIGN EQU 162 JUMP_ALIGN EQU 1 ; 2 is optimal for 8086 and NEC V30 CPUs but it's not worth the ROM space for most XT machines with 8088 or NEC V20 CPUs. 63 WORD_ALIGN EQU 2 ; The same applies here but the cost of ROM space is negligible. 64 64 %endif 65 65
Note:
See TracChangeset
for help on using the changeset viewer.