mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-24 12:30:17 +00:00
Remove dead comment.
This commit is contained in:
parent
4c38fa8ad3
commit
3c2d01451a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user