Browse Source

MSX Combo Disk follow-up

pull/651/head
H.J.Berends 3 weeks ago
parent
commit
91bf21e3eb
  1. 8
      Source/MSX/BuildMsxDsk.ps1
  2. 12
      Source/MSX/ReadMe.md
  3. BIN
      Tools/mtools/mtools.exe

8
Source/MSX/BuildMsxDsk.ps1

@ -41,10 +41,10 @@ Expand-Archive -Force -Path msximg.zip
# Populate FAT system partition
&"mtools" -c copy -i msximg\msx_sys.dsk -omv d_fat\*.* ::
&"mtools" -c copy -i msximg\msx_sys.dsk -omv ..\..\Binary\MSX_std.rom ::MSX-STD.ROM
&"mtools" -c copy -i msximg\msx_sys.dsk -omv ..\..\Binary\msx-ldr.com ::MSX-LDR.COM
&"mtools" -c copy -i msximg\msx_sys.dsk -omv ..\..\Binary\Apps\reboot.com ::REBOOT.COM
&"mtools" -c mcopy -i msximg\msx_sys.dsk -omv d_fat\*.* ::
&"mtools" -c mcopy -i msximg\msx_sys.dsk -omv ..\..\Binary\MSX_std.rom ::MSX-STD.ROM
&"mtools" -c mcopy -i msximg\msx_sys.dsk -omv ..\..\Binary\msx-ldr.com ::MSX-LDR.COM
&"mtools" -c mcopy -i msximg\msx_sys.dsk -omv ..\..\Binary\Apps\reboot.com ::REBOOT.COM
$FileList = "msximg\msx_mbr.dat +" + $FileList + "+ msximg\msx_sys.dsk + msximg\msx_data.dsk"

12
Source/MSX/ReadMe.md

@ -19,12 +19,8 @@ image.
Usage
-----
1. Copy the Source folder into the RomWBW folder.
2. Download mtools for Windows: https://github.com/YawHuei/mtools_win32
3. Copy the mtools executables into the (new) RomWBW\Tools\mtools folder
4. Run the RomWBW build script for your platform e.g. "build msx std"
or "build rcz80 std"
5. In the Source\MSX folder run "BuildMsxDsk.cmd"
First run the RomWBW build script for your platform e.g. "build msx std"
or "build rcz80 std" then in the Source\MSX folder run "BuildMsxDsk.cmd"
If the scripts run successfully the Binary\msx_combo.dsk file is created.
@ -46,7 +42,3 @@ RomWBW this will be the A-drive.
The FAT16 data partition is a formatted empty partition.
If the MSX system is started from RomWBW this will be the B-drive.
Note
----
This is a work in progress and subject to change without notice.

BIN
Tools/mtools/mtools.exe

Binary file not shown.
Loading…
Cancel
Save