Fix building

Most patches are temporary and there just to let the code to build. It will not work in the current state.
Also now force the use of paged memory. It was not working properly because of the way the old GPU code is working.
This commit is contained in:
Godzil
2022-03-14 15:05:18 +00:00
parent 2305ce975b
commit 4d345079ae
9 changed files with 42 additions and 145 deletions

View File

@@ -23,6 +23,9 @@
extern uint8_t *internalRam;
// TODO: Temporary to let build for now
static uint8_t ws_ioRam[0x100];
enum VideoModes
{
DISPLAY_MODE_GRAY = 0, DISPLAY_MODE_2BPP = 4, DISPLAY_MODE_P_4BPP = 7, DISPLAY_MODE_L_4BPP = 6,