2015-02-07 20:52:06 +00:00
|
|
|
# GK5E78, GK5X78 - Monster House
|
2013-08-11 15:32:03 +00:00
|
|
|
|
|
|
|
[Core]
|
2022-06-10 23:47:33 +00:00
|
|
|
# Monster House has stale icache values. Disabling the icache causes "Invalid Read" errors
|
|
|
|
# occasionally, but the game can be played from start to finish.
|
|
|
|
DisableICache = True
|
|
|
|
# In order to prevent the invalid read messages, we can enable MMU emulation.
|
|
|
|
MMU = True
|
2013-08-11 15:32:03 +00:00
|
|
|
|
|
|
|
[OnFrame]
|
|
|
|
# Add memory patches to be applied every frame here.
|
|
|
|
|
|
|
|
[ActionReplay]
|
|
|
|
# Add action replay cheats here.
|
|
|
|
|
|
|
|
[Video_Settings]
|
|
|
|
SafeTextureCacheColorSamples = 512
|
|
|
|
|