Disabled the DRAM row emulation on the 420EX and SiS 496/497, should fix memory with machines using those chipsets.

This commit is contained in:
OBattler
2023-08-24 16:59:57 +02:00
parent 5f83768d98
commit fc8b4ce828
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
*
* Copyright 2020 Miran Grca.
*/
#define USE_DRB_HACK
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>

View File

@@ -14,6 +14,7 @@
*
* Copyright 2019-2020 Miran Grca.
*/
#define USE_DRB_HACK
#include <stdarg.h>
#include <stdio.h>
#include <stdint.h>