home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / emulation / qlsource / romsrc / flp / flp_asm next >
Encoding:
Text File  |  1998-01-11  |  689 b   |  28 lines

  1. */beginfile FLP_asm
  2. ; --------------------------------------------------------------
  3. ; FLP_asm - Amiga QDOS floppy disk device driver
  4. ;     - last modified 04/03/95
  5.  
  6. ; These are all the necessary sources required to implement a
  7. ; QDOS floppy disk device driver on the Amiga computer.
  8.  
  9. ; QDOS-Amiga sources by Rainer Kowallik
  10. ;    ...some changes by Mark J Swift
  11. ; --------------------------------------------------------------
  12.  
  13.     SECTION    FLP
  14.  
  15. ;debug     equ     1
  16. ;extras     equ     1
  17. ;extras2  equ     1
  18.  
  19.     INCLUDE    '/INC/QDOS_inc'
  20.     INCLUDE    '/INC/AMIGA_inc'
  21.     INCLUDE    '/INC/AMIGQDOS_inc'
  22.     INCLUDE    'FLP1_asm'
  23.     INCLUDE    'FLP2_asm'
  24.  
  25.     END
  26. ; --------------------------------------------------------------
  27. */endfile
  28.