forked from MirrorRepos/RomWBW
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.
10 lines
384 B
10 lines
384 B
@echo off
|
|
setlocal
|
|
|
|
echo.
|
|
echo Building MSX Hard Disk Combo Image (1024 directory entry format)...
|
|
echo.
|
|
|
|
copy hd1k_prefix.dat ..\..\Binary\ || exit /b
|
|
|
|
copy /b hd1k_prefix.dat + ..\..\Binary\hd1k_cpm22.img + ..\..\Binary\hd1k_zsdos.img + ..\..\Binary\hd1k_cpm3.img + ..\..\Binary\hd1k_msxroms1.img + ..\..\Binary\hd1k_msxroms2.img ..\..\Binary\hd1k_msxcombo.img || exit /b
|
|
|