From 8c2f785a0f968eef8c737d22b332284868fe3618 Mon Sep 17 00:00:00 2001 From: StapleButter Date: Mon, 16 Jan 2017 04:47:37 +0100 Subject: uh oh! it's getting further (also CodeBlocks is fucking dumb) --- GPU2D.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'GPU2D.cpp') diff --git a/GPU2D.cpp b/GPU2D.cpp index bd85ed7..4c6962d 100644 --- a/GPU2D.cpp +++ b/GPU2D.cpp @@ -98,6 +98,9 @@ void Reset() } +// VRAM mapping shit. +// TODO eventually: work out priority orders in case of overlaps. there _are_ games that map overlapping banks. + void MapVRAM_AB(u32 bank, u8 cnt) { u8 oldcnt = VRAMCNT[bank]; -- cgit v1.2.3