Timer counters now 64-bit;
Cleaned up floppy code a lot and reverted to single poller; Fixed segment present bit and limit checking at read/write within segment; The ASUS boards now have memregs too; RTC code improved based on suggestion by Sarah Walker; Fixed SVGA odd/even emulation and added chain odd/even support; Removed non-existent CPU's.
This commit is contained in:
@@ -8,6 +8,6 @@ void fdi_readaddress(int drive, int sector, int side, int density);
|
||||
void fdi_format(int drive, int sector, int side, int density, uint8_t fill);
|
||||
int fdi_hole(int drive);
|
||||
int fdi_byteperiod(int drive);
|
||||
void fdi_stop(int drive);
|
||||
int fdi_poll(int drive);
|
||||
void fdi_stop();
|
||||
void fdi_poll();
|
||||
int fdi_realtrack(int track, int drive);
|
||||
|
||||
Reference in New Issue
Block a user