;
; JR-IDE Project
; - (c) 2017 Alan Hightower
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation, either version 3 of the License, or
; (at your option) any later version.
;
; This program is distributed in the hope that it will be useful,
; but WITHOUT ANY WARRANTY; without even the implied warranty of
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
; GNU General Public License for more details.
;
; You should have received a copy of the GNU General Public License
; along with this program.  If not, see <http://www.gnu.org/licenses/>.
;

; ROM disk manifest

romdisk/ibmbio.com IBMBIO.COM +SHR   ; must be first entry
romdisk/ibmdos.com IBMDOS.COM +SHR
romdisk/command.com COMMAND.COM
+VA ROMDISK    ; Set disk volume label
romdisk/config.sys CONFIG.SYS
romdisk/autoexec.bat AUTOEXEC.BAT

; DOS sub-directory
romdisk/ansi.sys DOS\ANSI.SYS
romdisk/attrib.exe DOS\ATTRIB.EXE
romdisk/chkdsk.com DOS\CHKDSK.COM
romdisk/debug.com DOS\DEBUG.COM
;romdisk/edlin.com DOS\EDLIN.COM
romdisk/fdisk.com DOS\FDISK.COM
romdisk/format.com DOS\FORMAT.COM
romdisk/mem.exe DOS\MEM.EXE
romdisk/mode.com DOS\MODE.COM
romdisk/more.com DOS\MORE.COM
romdisk/sys.com DOS\SYS.COM
romdisk/xcopy.exe DOS\XCOPY.EXE

; UTILITY sub-directory
romdisk/cdir.com UTILITY\CDIR.COM
romdisk/colordir.cfg UTILITY\COLORDIR.CFG
bin/flash.exe UTILITY\FLASH.EXE
romdisk/jrconfig.sys UTILITY\JRCONFIG.SYS
romdisk/pedit.exe UTILITY\PEDIT.EXE
bin/rtc.com UTILITY\RTC.COM
