Amiga: acquireDirect, part 2

the filter is back!
This commit is contained in:
tildearrow 2025-03-05 04:49:22 -05:00
parent e116f2e523
commit e941dfb174
5 changed files with 85 additions and 44 deletions

View file

@ -553,9 +553,12 @@ void putDispatchChip(void* data, int type) {
COMMON_CHIP_DEBUG_BOOL;
break;
}
default:
default: {
DivDispatch* ch=(DivDispatch*)data;
COMMON_CHIP_DEBUG;
ImGui::Text("Unimplemented chip! Help!");
break;
}
}
}
void putDispatchChan(void* data, int chanNum, int type) {