Ignore non-SCSI pins

This commit is contained in:
akuker
2020-07-18 18:00:17 -05:00
parent 64b5c3d0f6
commit da3d0ea494
2 changed files with 22 additions and 1 deletions

View File

@@ -1221,10 +1221,11 @@ int main(int argc, char* argv[])
bus->SetACT(FALSE);
spdlog::trace("Going into running mode {}", 1);
printf("ALL_SCSI_PINS %08X\n",ALL_SCSI_PINS);
// Main Loop
while (running) {
// Work initialization
this_sample = bus->Aquire();
this_sample = (bus->Aquire() & ALL_SCSI_PINS);
if(this_sample != prev_sample)
{