Browse Source

Merge pull request #214 from lynchaj/patch-10

Create ramtest.sh

NOTE TO USERS:  This application is only compatible with the SBC and MBC hardware platforms.
patch
Wayne Warthen 5 years ago
committed by GitHub
parent
commit
25306df2cd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      Source/Apps/ramtest/ramtest.sh

3
Source/Apps/ramtest/ramtest.sh

@ -0,0 +1,3 @@
~/RomWBW/Tools/unix/uz80as/uz80as -t z80 loader.asm loader.bin
~/RomWBW/Tools/unix/uz80as/uz80as -t z80 dbgmon.asm dbgmon.bin
cat loader.bin dbgmon.bin > ramtest.com
Loading…
Cancel
Save