Browse Source

Merge pull request #651 from b3rendsh/master

MSX Combo Disk follow-up
pull/653/head
Wayne Warthen 2 weeks ago
committed by GitHub
parent
commit
c2ae8a0b90
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 8
      Source/MSX/BuildMsxDsk.ps1
  2. 12
      Source/MSX/ReadMe.md
  3. BIN
      Source/MSX/d_fat/COMMAND.COM
  4. BIN
      Source/MSX/d_fat/COMMAND2.COM
  5. BIN
      Source/MSX/d_fat/MSXDOS.SYS
  6. BIN
      Source/MSX/d_fat/MSXDOS2.SYS
  7. BIN
      Tools/mtools/mtools.exe

8
Source/MSX/BuildMsxDsk.ps1

@ -41,10 +41,10 @@ Expand-Archive -Force -Path msximg.zip
# Populate FAT system partition # 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" $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 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. 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. The FAT16 data partition is a formatted empty partition.
If the MSX system is started from RomWBW this will be the B-drive. 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
Source/MSX/d_fat/COMMAND.COM

Binary file not shown.

BIN
Source/MSX/d_fat/COMMAND2.COM

Binary file not shown.

BIN
Source/MSX/d_fat/MSXDOS.SYS

Binary file not shown.

BIN
Source/MSX/d_fat/MSXDOS2.SYS

Binary file not shown.

BIN
Tools/mtools/mtools.exe

Binary file not shown.
Loading…
Cancel
Save