Skip to content

Commit 54cddd8

Browse files
author
Niko
committed
fix audio on PSP and ePSXe
1 parent f12e487 commit 54cddd8

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

include/psn00bsdk/include/hwregs_c.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
/* Constants */
1818

19-
#define IOBASE 0xbf800000
20-
#define EXP1BASE 0xbf000000
19+
#define IOBASE 0x1f800000
20+
#define EXP1BASE 0x1f000000
2121

2222
#define F_CPU 33868800L
2323
#define F_GPU 53222400L
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
changed some headers < .h> to <psn00bsdk/include/ .h>
2+
23
changed #if 0 to #if 1 for SpuVolume
3-
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

Comments
 (0)