mirror of
https://github.com/JorjBauer/aiie.git
synced 2025-01-29 21:31:10 +00:00
for the moment, at least: make parallel card 7-bit
This commit is contained in:
parent
c9d30fb4d0
commit
d6d20877fa
@ -25,7 +25,7 @@ uint8_t ParallelCard::readSwitches(uint8_t s)
|
||||
void ParallelCard::writeSwitches(uint8_t s, uint8_t v)
|
||||
{
|
||||
if (s == 0x00) {
|
||||
fx80->input(v);
|
||||
fx80->input(v & 0x7F); // Note: not 8-bit clean!
|
||||
} else {
|
||||
// printf("unknown switch 0x%X\n", s);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user