home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD v1.2 / amidev_cd_12.iso / devcon / washington_1988 / devcon88.3 / autoboot / bootrom.i next >
Text File  |  1992-08-27  |  1KB  |  40 lines

  1.  
  2. * bootrom.i
  3. *
  4. * Copyright (c) 1988 Commodore-Amiga, Inc.
  5. *
  6. * Executables based on this information may be used in software
  7. * for Commodore Amiga computers.  All other rights reserved.
  8. *
  9. * This information is provided "as is"; no warranties are made.
  10. * All use is at your own risk, and no liability or responsibility is assumed.
  11. *
  12.  
  13.    IFND EXEC_TYPES_I
  14.    INCLUDE   "exec/types.i"
  15.    ENDC EXEC_TYPES_I
  16.    IFND EXEC_RESIDENT_I
  17.    INCLUDE   "exec/resident.i"
  18.    ENDC EXEC_RESIDENT_I
  19.    IFND LIBRARIES_EXPANSIONBASE_I
  20.    INCLUDE   "libraries/expansionbase.i"
  21.    ENDC LIBRARIES_EXPANSIONBASE_I
  22.    IFND LIBRARIES_CONFIGREGS_I
  23.    INCLUDE   "libraries/configregs.i"
  24.    ENDC LIBRARIES_CONFIGREGS_I
  25.    INCLUDE   "libraries/configvars.i"
  26.    IFND LIBRARIES_DOS_I
  27.    INCLUDE   "libraries/dos.i"
  28.    ENDC LIBRARIES_DOS_I
  29.    IFND LIBRARIES_ROMBOOTBASE_I
  30.    INCLUDE   "libraries/romboot_base.i"
  31.    ENDC LIBRARIES_ROMBOOTBASE_I
  32.  
  33. NULL   EQU   0
  34.  
  35. BOOT_NAME:   MACRO
  36.    DC.B   'my_autoboot.device',0
  37.    DS.W   0
  38.    ENDM
  39.  
  40.