Added support for version 1.20 of the 86F format;

Hopefully made the 86F handler for the FDC READ TRACK command work correctly.
This commit is contained in:
OBattler
2016-09-07 20:59:08 +02:00
parent a43004aebe
commit c6c6fe8e2d
6 changed files with 190 additions and 33 deletions

2
src/disc_random.h Normal file
View File

@@ -0,0 +1,2 @@
uint8_t disc_random_generate();
void disc_random_init();