From 8dc1aca67c2d403c9e1253234a2b7e6712c6d1cb Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 31 Aug 2022 21:20:08 -0400 Subject: [PATCH] Add TODO shout-outs. --- Machines/Apple/AppleII/SCSICard.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Machines/Apple/AppleII/SCSICard.cpp b/Machines/Apple/AppleII/SCSICard.cpp index f24b7115d..5d18adf3b 100644 --- a/Machines/Apple/AppleII/SCSICard.cpp +++ b/Machines/Apple/AppleII/SCSICard.cpp @@ -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) {