aboutsummaryrefslogtreecommitdiff
path: root/src/NDSCart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/NDSCart.h')
-rw-r--r--src/NDSCart.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/NDSCart.h b/src/NDSCart.h
index adc821f..9fe916d 100644
--- a/src/NDSCart.h
+++ b/src/NDSCart.h
@@ -48,10 +48,13 @@ void DecryptSecureArea(u8* out);
bool LoadROM(const char* path, const char* sram, bool direct);
void RelocateSave(const char* path, bool write);
+int ImportSRAM(const u8* data, u32 length);
+
void ResetCart();
void WriteROMCnt(u32 val);
u32 ReadROMData();
+void WriteROMData(u32 val);
void WriteSPICnt(u16 val);
u8 ReadSPIData();