mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-08-04 14:48:48 +00:00
fixes, de-obufscation... still confused about formating color...
This commit is contained in:
+6
-1
@@ -100,6 +100,12 @@ void gp_screen_init(void) __asm__("gp_screen_init_asm");
|
||||
|
||||
// TODO REVIEW:
|
||||
|
||||
enum {
|
||||
gcmd_poly_f3 = 0x20,
|
||||
|
||||
gp_poly_f3
|
||||
};
|
||||
|
||||
/* --- GPU Command Semantics (GP0) --- */
|
||||
|
||||
#define GPU_CMD_CLEAR_CACHE 0x01
|
||||
@@ -119,4 +125,3 @@ void gp_screen_init(void) __asm__("gp_screen_init_asm");
|
||||
|
||||
#define HW_GP0_ADDR 0x1F801810 /* GPU Data Port */
|
||||
#define HW_GP1_ADDR 0x1F801814 /* GPU Status/Control Port */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user