mirror of https://github.com/wwarthen/RomWBW.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
314 B
18 lines
314 B
;
|
|
; 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
|
|
|