Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
672 B

  1. ; COFFBASD.TXT
  2. ;
  3. ; This file defines the base addresses for the Gaming Controller CPL
  4. ; components IN DEBUG BUILDS as they aren't defined elsewhere.
  5. ; Ideally, these should be drawn from some global coffbase.txt but
  6. ; DirectX does not have one and besides the CPL parts only get loaded
  7. ; in one process space so should not be in the shared space.
  8. ;
  9. ; The linker uses this file to generate the base address with the
  10. ; following syntax:
  11. ;
  12. ; -base:@coffbase.txt,kernel32
  13. ;
  14. ; which is the same as:
  15. ;
  16. ; -base:0xbff70000
  17. ;
  18. ;
  19. joy 0x2bf30000 0x000d0000
  20. gchand 0x2be70000 0x000c0000
  21. gcdef 0x2bd50000 0x000e8000