mirror of
https://github.com/thiagoauler/apple1.git
synced 2025-08-05 15:25:08 +00:00
adjusting i/o
This commit is contained in:
@@ -48,6 +48,7 @@ db read_byte(dw address)
|
||||
}
|
||||
else if (address == 0xD010)
|
||||
{
|
||||
keyboard_control = 0x00;
|
||||
return keyboard_buffer;
|
||||
}
|
||||
else if (address == 0xD011)
|
||||
|
Reference in New Issue
Block a user