mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 23:29:55 -06:00
* 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:
11
src/NDS.h
11
src/NDS.h
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user