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:
@@ -1126,7 +1126,7 @@ int checkio(int port)
|
||||
// d = readmemb386l(0, tr.base + t + (port >> 3));
|
||||
d=readmemb(tr.base,t+(port>>3));
|
||||
cpl_override = 0;
|
||||
if (d&(1<<(port&7))) pclog("%02X %02X %08X:%04X\n",d,d&(1<<(port&7)), tr.base, t);
|
||||
// if (d&(1<<(port&7))) pclog("%02X %02X %08X:%04X\n",d,d&(1<<(port&7)), tr.base, t);
|
||||
if ((port & 0xfff8) == 0x1f0)
|
||||
{
|
||||
// if (d&(1<<(port&7))) fatal("Trying to read from IDE port %04X without permission\n", port);
|
||||
|
||||
Reference in New Issue
Block a user