mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
19 lines
314 B
Plaintext
19 lines
314 B
Plaintext
;
|
|
; This is a sample AUTOEXEC.Z80 file. Tailor it to your own preferences,
|
|
; or delete it entirely.
|
|
;
|
|
set_bdos min
|
|
set_cpmecho off
|
|
set_cpmlist lpt1
|
|
set_cpmpun com1
|
|
set_cpmrdr com1
|
|
set_cpu z80
|
|
set_fake on
|
|
set_illop fault
|
|
set_iobase 400
|
|
set_mask on
|
|
set_source z80
|
|
set_term h19
|
|
set_vars on
|
|
coldboot
|