| 3560 | } |
| 3561 | |
| 3562 | void consoleWin_t::insertCoin(void) |
| 3563 | { |
| 3564 | FCEU_WRAPPER_LOCK(); |
| 3565 | FCEUI_VSUniCoin(); |
| 3566 | FCEU_WRAPPER_UNLOCK(); |
| 3567 | return; |
| 3568 | } |
| 3569 | |
| 3570 | void consoleWin_t::fdsSwitchDisk(void) |
| 3571 | { |
nothing calls this directly
no test coverage detected