mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Add TODO shout-outs.
This commit is contained in:
parent
acc82546c4
commit
8dc1aca67c
@ -123,6 +123,18 @@ void SCSICard::perform_bus_operation(Select select, bool is_read, uint16_t addre
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 0xb:
|
||||||
|
if(!is_read) {
|
||||||
|
printf("TODO: NCR reset\n");
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
|
case 0xd:
|
||||||
|
if(!is_read) {
|
||||||
|
printf("TODO: Enable PDMA\n");
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
case 0xe:
|
case 0xe:
|
||||||
// DRQ in b7.
|
// DRQ in b7.
|
||||||
if(is_read) {
|
if(is_read) {
|
||||||
|
Loading…
Reference in New Issue
Block a user