mirror of https://github.com/wwarthen/RomWBW.git
5 changed files with 3 additions and 12 deletions
@ -1,4 +0,0 @@ |
|||
# Create a "blank" rom disk image, filled with hex E5 |
|||
# |
|||
Set-Content -Value ([byte[]](0xE5) * (512KB - 128KB)) -Encoding byte -Path 'Blank512KB.dat' |
|||
Set-Content -Value ([byte[]](0xE5) * (1MB - 128KB)) -Encoding byte -Path 'Blank1024KB.dat' |
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue