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.
This commit is contained in:
Wayne Warthen
2021-07-18 16:29:04 -07:00
committed by GitHub

View File

@@ -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