1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-19 08:31:11 +00:00

Remove dead comment.

This commit is contained in:
Thomas Harte 2022-08-22 17:01:52 -04:00
parent 4c38fa8ad3
commit 3c2d01451a

View File

@ -70,7 +70,6 @@ SCSICard::SCSICard(ROM::Map &map) : scsi_bus_(1), ncr5380_(scsi_bus_, 1) {
} }
void SCSICard::perform_bus_operation(Select select, bool is_read, uint16_t address, uint8_t *value) { void SCSICard::perform_bus_operation(Select select, bool is_read, uint16_t address, uint8_t *value) {
// TODO.
switch(select) { switch(select) {
case Select::None: case Select::None:
break; break;