Added support for TD0 (Teledisk) floppy images;

Fixed support for Japanese HDI hard disk images;
Attempt to mix DOS 4.x DOSSHELL mouse issues.
This commit is contained in:
OBattler
2016-09-29 21:54:34 +02:00
parent 7461fbfdfd
commit d3d26999f6
13 changed files with 976 additions and 73 deletions

View File

@@ -560,7 +560,7 @@ hard_disk_t hdc[4];
uint64_t hdt[128][3];
int image_is_hdi(char *s);
int image_is_hdi(const char *s);
/*Keyboard*/
int64_t keybsenddelay;