We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12e487 commit 54cddd8Copy full SHA for 54cddd8
include/psn00bsdk/include/hwregs_c.h
@@ -16,8 +16,8 @@
16
17
/* Constants */
18
19
-#define IOBASE 0xbf800000
20
-#define EXP1BASE 0xbf000000
+#define IOBASE 0x1f800000
+#define EXP1BASE 0x1f000000
21
22
#define F_CPU 33868800L
23
#define F_GPU 53222400L
include/psn00bsdk/local changes.txt
@@ -1,3 +1,8 @@
1
changed some headers < .h> to <psn00bsdk/include/ .h>
2
+
3
changed #if 0 to #if 1 for SpuVolume
-changed psxgpu.h to use "NikoFakeDrEnv" in DRAWENV
4
5
+changed psxgpu.h to use "NikoFakeDrEnv" in DRAWENV
6
7
+changed hwregs_c.h 0xBFxxxxxx to 0x1Fxxxxxx, because psyq does that,
8
+ and because PSP Popsloader + ePSXe wont recognize 0xBFxxxxxx
0 commit comments