mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 09:58:19 -07:00
Fixed support for Japanese HDI hard disk images; Attempt to mix DOS 4.x DOSSHELL mouse issues.
8 lines
182 B
C
8 lines
182 B
C
/* Copyright holders: Kiririn
|
|
see COPYING for more details
|
|
*/
|
|
void td0_init();
|
|
void td0_load(int drive, char *fn);
|
|
void td0_close(int drive);
|
|
void td0_seek(int drive, int track);
|