Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #150 from infval/patch-1
Browse files Browse the repository at this point in the history
Fix broken Debugger
  • Loading branch information
NovaSquirrel committed Jan 24, 2023
2 parents 7d3a629 + 82fa8fc commit e6d75fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GUI.NET/InteropEmu.cs
Expand Up @@ -1368,6 +1368,7 @@ public struct PPUState
[MarshalAs(UnmanagedType.I1)]
public bool WriteToggle;

public UInt16 bgTileAddr;
public UInt16 HighBitShift;
public UInt16 LowBitShift;
}
Expand Down

0 comments on commit e6d75fc

Please sign in to comment.