Redirecting LST to CRT? #5
-
|
I have some programs which send MIDI commands to LST:, and a custom serial terminal program which can detect and filter out MIDI commands from the console communication and forward them to a MIDI synth. Sadly, when I redirect LST: to CRT (by invoking EDIT: I was wrong, Z80-MBC2 does it correctly, it was my omission of required params when starting this sophisticated terminal program. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
It works for 7bit data 0x00..0x7F, but MIDI Statusbytes have bit 7 set 0x80..0xFF. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for sharing this. What is the easiest way of setting this SYSFLAG? |
Beta Was this translation helpful? Give feedback.
-
|
I've tried to use BDOS function which calls BIOS, but it only dumped some trash on the console and hung: Shouldnt' this 0x5a function receive any parameters through the registers? |
Beta Was this translation helpful? Give feedback.
-
|
Ok, this wouldn't work. I didn't notice you saying ...but it doesn't work. And it doesn't have to! Finally I've realized that I'm starting this terminal program wrong way! Somehow I omitted the param which actually turns the MIDI feature ON, and all the MIDI codes were dumped on screen. Turns on, Z80-MBC2 does what it needs to do by default! I'm sorry for the mess, nevertheless it was fun hearing it play MIDI tunes in the end :) |
Beta Was this translation helpful? Give feedback.
Ok, this wouldn't work. I didn't notice you saying
Warmboot resets to 7 bit CONST.. What I'd rather need would be something like this: