mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -07:00
Fixed a few minor UI bugs; Brought IDE IDENTIFY command behavior back in line with Mainline PCEM, in hopes to reduce bugs.
8 lines
185 B
C
8 lines
185 B
C
/* Copyright holders: Kiririn
|
|
see COPYING for more details
|
|
*/
|
|
void imd_init();
|
|
void imd_load(int drive, wchar_t *fn);
|
|
void imd_close(int drive);
|
|
void imd_seek(int drive, int track);
|