Files
RomWBW/branches/s100/Source/MakeBlankROM.ps1
2012-12-30 07:28:56 +00:00

4 lines
234 B
PowerShell

# Create a "dummy" rom image, filled with hex E5
#
Set-Content -Value ([byte[]](0xE5) * (512KB - 64KB)) -Encoding byte -Path 'blank512KB.dat'
Set-Content -Value ([byte[]](0xE5) * (1MB - 64KB)) -Encoding byte -Path 'blank1024KB.dat'