RL02: get device number

This commit is contained in:
folkert van heusden 2024-04-19 22:53:46 +02:00
parent 916232e2f0
commit ff9301b73b
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -148,7 +148,7 @@ void rl02::writeWord(const uint16_t addr, uint16_t v)
DOLOG(debug, false, "RL02 set command %d, exec: %d (%s)", command, do_exec, commands[command]); DOLOG(debug, false, "RL02 set command %d, exec: %d (%s)", command, do_exec, commands[command]);
int device = 0; // TODO int device = (v >> 8) & 3;
bool do_int = false; bool do_int = false;