home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / emulator / z80 / z80mu52b / autoexec.z80 next >
Encoding:
Text File  |  1989-02-02  |  315 b   |  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.