aboutsummaryrefslogtreecommitdiff
path: root/src/GPU.h
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2018-10-18 01:38:33 +0200
committerStapleButter <thetotalworm@gmail.com>2018-10-18 01:38:33 +0200
commit148f4032f1a0da0af047386f003684ba508a35d8 (patch)
treeac7159b77edb23a64c51aab274f47c4bfe7de9bb /src/GPU.h
parentf4cf54829eeb99d17f22081a4d1f6ab176c0ba5f (diff)
fix code that would have fucking asploded
Diffstat (limited to 'src/GPU.h')
-rw-r--r--src/GPU.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/GPU.h b/src/GPU.h
index 8611444..2ef33d9 100644
--- a/src/GPU.h
+++ b/src/GPU.h
@@ -72,6 +72,9 @@ void DeInit();
void Reset();
void Stop();
+void DoSavestate(Savestate* file);
+
+
void MapVRAM_AB(u32 bank, u8 cnt);
void MapVRAM_CD(u32 bank, u8 cnt);
void MapVRAM_E(u32 bank, u8 cnt);
@@ -389,6 +392,9 @@ void DisplaySwap(u32 val);
void StartFrame();
void FinishFrame(u32 lines);
void StartScanline(u32 line);
+void StartHBlank(u32 line);
+
+void DisplayFIFO(u32 x);
void SetDispStat(u32 cpu, u16 val);