1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-22 12:33:29 +00:00

Add TODO shout-outs.

This commit is contained in:
Thomas Harte 2022-08-31 21:20:08 -04:00
parent acc82546c4
commit 8dc1aca67c

View File

@ -123,6 +123,18 @@ void SCSICard::perform_bus_operation(Select select, bool is_read, uint16_t addre
}
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:
// DRQ in b7.
if(is_read) {