mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-19 23:32:28 +00:00
Stubs in serial port status.
This commit is contained in:
parent
add11db369
commit
8aac2bd029
@ -573,6 +573,10 @@ void Chipset::perform(const CPU::MC68000::Microcycle &cycle) {
|
||||
break;
|
||||
|
||||
// Serial port.
|
||||
case Read(0x018):
|
||||
LOG("TODO: serial data and status");
|
||||
cycle.set_value16(0x3000); // i.e. transmit buffer empty.
|
||||
break;
|
||||
case Write(0x030):
|
||||
LOG("TODO: serial data: " << PADHEX(4) << cycle.value16());
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user