86F track flags handler now gets correct floppy drive type flags.

This commit is contained in:
OBattler
2016-09-04 22:20:32 +02:00
parent 04287af0ee
commit b7f65469b3
3 changed files with 8 additions and 1 deletions

View File

@@ -16,6 +16,8 @@ int fdd_get_head(int drive);
void fdd_set_type(int drive, int type);
int fdd_get_type(int drive);
int fdd_get_flags(int drive);
extern int fdd_swap;
void fdd_init();