added new example image

This commit is contained in:
Lauchmelder 2022-03-30 19:52:37 +02:00
parent 3e6619a730
commit fa4bdfb35a
No known key found for this signature in database
GPG key ID: C2403C69D78F011D
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 KiB

After

Width:  |  Height:  |  Size: 216 KiB

View file

@ -108,8 +108,8 @@ bool Mapper001::MapCIRAM(Word& addr)
{
if ((control & 0x3) < 2)
{
LOG_CORE_WARN("Mapper MMC1 doesn't yet support One-Screen mirroring");
return true;
addr = 0x2000 + (control & 0x3) * 0x400;
return false;
}
if ((control & 0x3) == 0x3)