Skip to content

Commit

Permalink
fix audio on PSP and ePSXe
Browse files Browse the repository at this point in the history
  • Loading branch information
Niko committed Feb 4, 2024
1 parent f12e487 commit 54cddd8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/psn00bsdk/include/hwregs_c.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

/* Constants */

#define IOBASE 0xbf800000
#define EXP1BASE 0xbf000000
#define IOBASE 0x1f800000
#define EXP1BASE 0x1f000000

#define F_CPU 33868800L
#define F_GPU 53222400L
Expand Down
7 changes: 6 additions & 1 deletion include/psn00bsdk/local changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
changed some headers < .h> to <psn00bsdk/include/ .h>

changed #if 0 to #if 1 for SpuVolume
changed psxgpu.h to use "NikoFakeDrEnv" in DRAWENV

changed psxgpu.h to use "NikoFakeDrEnv" in DRAWENV

changed hwregs_c.h 0xBFxxxxxx to 0x1Fxxxxxx, because psyq does that,
and because PSP Popsloader + ePSXe wont recognize 0xBFxxxxxx

0 comments on commit 54cddd8

Please sign in to comment.