Post subject: Static Pointer from GBA Cores to EWRAM?
Skilled player (1221)
Joined: 8/29/2014
Posts: 301
Does anyone know of a static pointer offset from libvbanext.dll to the EWRAM or a static pointer offset from mgba.dll to the EWRAM? (I'm trying to make an autosplitter for CV:HoD RTA runs.)
Editor
Joined: 3/31/2010
Posts: 1466
Location: Not playing Puyo Tetris
It may be easier, to look at the RAM Value and Address in RAM Watch and interface with your autosplitter that way. Instead of using the DLL file and it's offsets..
When TAS does Quake 1, SDA will declare war. The Prince doth arrive he doth please.
Editor, Emulator Coder, Site Developer
Joined: 5/11/2011
Posts: 1108
Location: Murka
No such offset exists for mgba. workram is allocated on the heap. The offset should exist for vbanext. I'd expect the workram to be in .bss or something similar. I'm a bit rusty on win32 PE, but anyone that would be able to do something useful with the memory offset should be able to easily find it themselves.