We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d8c550 commit 34cccffCopy full SHA for 34cccff
Z80KBDMSE1/Software/build.sh
@@ -2,9 +2,9 @@
2
#srec_cat kbdtest.bin -binary -offset 0x0100 --address-length=2 -o kbdtest.hex -Intel
3
cat kbdtest.bin > kbdtest.com
4
5
-~/RomWBW-dev/Tools/unix/uz80as/uz80as -t z80 kbdinfo.asm kbdinfo.bin
+~/RomWBW-dev/Tools/unix/uz80as/uz80as -t z80 ps2info.asm ps2info.bin
6
#srec_cat kbdinfo.bin -binary -offset 0x0100 --address-length=2 -o kbdinfo.hex -Intel
7
-cat kbdinfo.bin > kbdinfo.com
+cat ps2info.bin > ps2info.com
8
9
~/RomWBW-dev/Tools/unix/uz80as/uz80as -t z80 mseinfo.asm mseinfo.bin
10
#srec_cat mseinfo.bin -binary -offset 0x0100 --address-length=2 -o mseinfo.hex -Intel
Z80KBDMSE1/Software/kbdinfo.com
-2.33 KB
0 commit comments