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:
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) {
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user