Skip to content

Commit 34cccff

Browse files
committed
Add ps2info
- Replaced kbdinfo with ps2info
1 parent 6d8c550 commit 34cccff

File tree

4 files changed

+559
-85
lines changed

4 files changed

+559
-85
lines changed

Z80KBDMSE1/Software/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#srec_cat kbdtest.bin -binary -offset 0x0100 --address-length=2 -o kbdtest.hex -Intel
33
cat kbdtest.bin > kbdtest.com
44

5-
~/RomWBW-dev/Tools/unix/uz80as/uz80as -t z80 kbdinfo.asm kbdinfo.bin
5+
~/RomWBW-dev/Tools/unix/uz80as/uz80as -t z80 ps2info.asm ps2info.bin
66
#srec_cat kbdinfo.bin -binary -offset 0x0100 --address-length=2 -o kbdinfo.hex -Intel
7-
cat kbdinfo.bin > kbdinfo.com
7+
cat ps2info.bin > ps2info.com
88

99
~/RomWBW-dev/Tools/unix/uz80as/uz80as -t z80 mseinfo.asm mseinfo.bin
1010
#srec_cat mseinfo.bin -binary -offset 0x0100 --address-length=2 -o mseinfo.hex -Intel

Z80KBDMSE1/Software/kbdinfo.com

-2.33 KB
Binary file not shown.

0 commit comments

Comments
 (0)