mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-07 23:25:00 +00:00
Remove dead comment.
This commit is contained in:
@@ -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) {
|
||||
// TODO.
|
||||
switch(select) {
|
||||
case Select::None:
|
||||
break;
|
||||
|
Reference in New Issue
Block a user