Changeset 239 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src
- Timestamp:
- Feb 5, 2012, 5:06:58 PM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Main.asm
r238 r239 39 39 40 40 ; ROM variables (must start at offset 0) 41 CNT_ROM_BLOCKS EQU 16 ; 16 * 512B= 8kB BIOS41 CNT_ROM_BLOCKS EQU ROMSIZE / 512 ; number of 512B blocks, 16 = 8kB BIOS 42 42 istruc ROMVARS 43 43 at ROMVARS.wRomSign, dw 0AA55h ; PC ROM signature
Note:
See TracChangeset
for help on using the changeset viewer.