Browse Source

Update build process to build additonal ROM image

pull/14/head
b1ackmai1er 7 years ago
committed by GitHub
parent
commit
aaf957af4e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/HBIOS/Build.ps1

2
Source/HBIOS/Build.ps1

@ -234,7 +234,7 @@ if ($Platform -eq "UNA")
}
else
{
Concat 'hbios_rom.bin','osimg.bin','osimg.bin','osimg.bin',$RomDiskFile $RomFile
Concat 'hbios_rom.bin','osimg.bin','osimg1.bin','osimg.bin',$RomDiskFile $RomFile
Concat 'hbios_app.bin','osimg.bin' $ComFile
Concat 'hbios_img.bin','osimg.bin' $ImgFile
}

Loading…
Cancel
Save