| 45 | Vector<Intel8254x*> cards; |
| 46 | |
| 47 | void Intel8254x::InterruptHandler(Intel8254x* card, regs64_t* r){ |
| 48 | card->OnInterrupt(); |
| 49 | } |
| 50 | |
| 51 | void Intel8254x::WriteMem32(uintptr_t address, uint32_t data){ |
| 52 | if(useIO){ |
nothing calls this directly
no test coverage detected