| 3576 | } |
| 3577 | |
| 3578 | void consoleWin_t::fdsEjectDisk(void) |
| 3579 | { |
| 3580 | FCEU_WRAPPER_LOCK(); |
| 3581 | FCEU_FDSInsert(); |
| 3582 | FCEU_WRAPPER_UNLOCK(); |
| 3583 | return; |
| 3584 | } |
| 3585 | |
| 3586 | void consoleWin_t::fdsLoadBiosFile(void) |
| 3587 | { |
nothing calls this directly
no test coverage detected