* add old DS BIOSes and 04004000 BIOS-switch

fixes audio issues when running DS games
* attempt adding other fun shit like dynamic RAM size, but that mostly went nowhere for now
This commit is contained in:
Arisotura
2019-08-05 19:52:03 +02:00
parent 36c741241a
commit 4d3d8433cb
4 changed files with 253 additions and 110 deletions

View File

@ -155,13 +155,12 @@ extern u16 ExMemCnt[2];
extern u8 ROMSeed0[2*8];
extern u8 ROMSeed1[2*8];
extern u8 ARM9BIOS[0x10000];
extern u8 ARM7BIOS[0x10000];
extern u8 ARM9BIOS[0x1000];
extern u8 ARM7BIOS[0x4000];
extern u16 ARM7BIOSProt;
//#define MAIN_RAM_SIZE 0x400000
#define MAIN_RAM_SIZE 0x1000000
extern u8 MainRAM[MAIN_RAM_SIZE];
extern u8 MainRAM[0x1000000];
extern u32 MainRAMMask;
extern u32 KeyInput;