mirror of
https://github.com/libretro/Play-.git
synced 2024-11-27 10:40:41 +00:00
Make scratch pad 4096 bytes.
Probably not accurate, but fixes audio in Phantasy Star Collection and Monster World Collection.
This commit is contained in:
parent
252b9d3109
commit
443e887b8b
@ -33,7 +33,7 @@ namespace PS2
|
||||
enum
|
||||
{
|
||||
IOP_SCRATCH_ADDR = 0x1F800000,
|
||||
IOP_SCRATCH_SIZE = 0x00000400
|
||||
IOP_SCRATCH_SIZE = 0x00001000
|
||||
};
|
||||
|
||||
enum
|
||||
|
Loading…
Reference in New Issue
Block a user