* Game 74%

* Game 99%

* Fix symbol name
This commit is contained in:
Aetias
2025-07-22 15:54:46 +02:00
committed by GitHub
parent aee9c362bb
commit 383ca6aaa2
31 changed files with 299 additions and 141 deletions
+2
View File
@@ -10,6 +10,8 @@ extern "C" {
#define GFX_FIFO_SWAP_BUFFERS (*(volatile u32 *) 0x04000540)
#define GFX_FIFO_VIEWPORT (*(volatile u32 *) 0x04000580)
#define REG_GFX_RAM_COUNT (*(volatile u16 *) 0x04000604)
#define REG_GFX_RAM_COUNT_2 (*(volatile u16 *) 0x04000606)
#define REG_VCOUNT (*(volatile u16 *) 0x04000006)
#ifdef __cplusplus