mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 07:39:56 -06:00
GBACart: simulate open-bus decay roughly. fixes #1093
This commit is contained in:
@ -161,6 +161,8 @@ void RelocateSave(const char* path, bool write);
|
||||
// TODO: make more flexible, support nonbinary inputs
|
||||
int SetInput(int num, bool pressed);
|
||||
|
||||
void SetOpenBusDecay(u16 val);
|
||||
|
||||
u16 ROMRead(u32 addr);
|
||||
void ROMWrite(u32 addr, u16 val);
|
||||
|
||||
|
Reference in New Issue
Block a user