Mach64 changes :
- No longer crashes PCem when remapping (mostly seen when changing resolution in Windows) - Added PCI registers - Added LFB emulation (PCI only) - Source pattern modes now work correctly - Vsync flag now emulated correctly - Scrolling in accelerator modes now works correctly Also disabled some debug.
This commit is contained in:
parent
af6d9474e6
commit
1c623fe1fc
6 changed files with 293 additions and 83 deletions
|
|
@ -61,7 +61,7 @@ void sis496_recalcmapping(sis496_t *sis496)
|
|||
void sis496_write(int func, int addr, uint8_t val, void *p)
|
||||
{
|
||||
sis496_t *sis496 = (sis496_t *)p;
|
||||
pclog("sis496_write : addr=%02x val=%02x\n", addr, val);
|
||||
//pclog("sis496_write : addr=%02x val=%02x\n", addr, val);
|
||||
switch (addr)
|
||||
{
|
||||
case 0x44: /*Shadow configure*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue