mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:13:13 -06:00
- Minimal support for QP/M by adding a disk image. - Disk image is not included in combo image, it must be added separately. - Disk image boots into CP/M 2.2. You must run QINSTALL to configure it and make the disk boot into QP/M. - It is critical to review the ReadMe.txt file -- default QP/M configuration conflicts with RomWBW use of Page Zero. - Added some stack space to SYSGEN. It was failing when run with extra CBIOS debugging enabled. - Cleanup of diskdefs file. - Updated SIMH executable.
53 lines
1.2 KiB
Plaintext
53 lines
1.2 KiB
Plaintext
#
|
|
# Add the ReadMe document
|
|
#
|
|
d_qpm/ReadMe.txt 0:
|
|
#
|
|
# Include CP/M 2.2 files
|
|
#
|
|
d_cpm22/u0/*.* 0:
|
|
#
|
|
# Add RomWBW utilities
|
|
#
|
|
#../../Binary/Apps/*.com 0:
|
|
../../Binary/Apps/assign.com 0:
|
|
../../Binary/Apps/cpuspd.com 0:
|
|
../../Binary/Apps/fat.com 0:
|
|
../../Binary/Apps/fdu.com 0:
|
|
../../Binary/Apps/fdu.doc 0:
|
|
../../Binary/Apps/format.com 0:
|
|
../../Binary/Apps/mode.com 0:
|
|
../../Binary/Apps/rtc.com 0:
|
|
../../Binary/Apps/survey.com 0:
|
|
../../Binary/Apps/syscopy.com 0:
|
|
../../Binary/Apps/sysgen.com 0:
|
|
../../Binary/Apps/talk.com 0:
|
|
../../Binary/Apps/tbasic.com 0:
|
|
../../Binary/Apps/timer.com 0:
|
|
../../Binary/Apps/tune.com 0:
|
|
../../Binary/Apps/xm.com 0:
|
|
../../Binary/Apps/zmp.com 0:
|
|
../../Binary/Apps/zmp.hlp 0:
|
|
../../Binary/Apps/zmp.doc 0:
|
|
../../Binary/Apps/zmxfer.ovr 0:
|
|
../../Binary/Apps/zmterm.ovr 0:
|
|
../../Binary/Apps/zminit.ovr 0:
|
|
../../Binary/Apps/zmconfig.ovr 0:
|
|
../../Binary/Apps/zmd.com 0:
|
|
../../Binary/Apps/vgmplay.com 0:
|
|
#
|
|
# Add Tune sample files
|
|
#
|
|
../../Binary/Apps/Tunes/*.pt? 3:
|
|
../../Binary/Apps/Tunes/*.mym 3:
|
|
../../Binary/Apps/Tunes/*.vgm 3:
|
|
#
|
|
# Add OS image
|
|
#
|
|
../CPM22/cpm_wbw.sys 0:cpm.sys
|
|
#
|
|
# Add Common Applications
|
|
#
|
|
Common/All/*.* 0:
|
|
Common/CPM22/*.* 0:
|