home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / emulate / systems / z80mu520 / autoexec.z80 next >
Text File  |  1989-02-02  |  315b  |  19 lines

  1. ;
  2. ; This is a sample AUTOEXEC.Z80 file. Tailor it to your own preferences,
  3. ; or delete it entirely.
  4. ;
  5. set_bdos min
  6. set_cpmecho off
  7. set_cpmlist lpt1
  8. set_cpmpun com1
  9. set_cpmrdr com1
  10. set_cpu z80
  11. set_fake off
  12. set_illop fault
  13. set_iobase 400
  14. set_mask on
  15. set_source z80
  16. set_term h19
  17. set_vars on
  18. coldboot
  19.