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:
@@ -25,7 +25,7 @@ typedef struct ega_t
|
||||
uint8_t colourcompare, colournocare;
|
||||
int readmode, writemode, readplane;
|
||||
int chain4, chain2_read, chain2_write;
|
||||
int oddeven_page;
|
||||
int oddeven_page, oddeven_chain;
|
||||
int enablevram, extvram;
|
||||
uint8_t writemask;
|
||||
uint32_t charseta, charsetb;
|
||||
@@ -43,7 +43,7 @@ typedef struct ega_t
|
||||
int vres;
|
||||
|
||||
int dispontime, dispofftime;
|
||||
int vidtime;
|
||||
int64_t vidtime;
|
||||
|
||||
uint8_t scrblank;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user