Memory map all the available RAM
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef _FCEU_CHEAT_H
|
||||
#define _FCEU_CHEAT_H
|
||||
|
||||
extern uint8 *MMapPtrs[64];
|
||||
|
||||
void FCEU_CheatResetRAM(void);
|
||||
void FCEU_CheatAddRAM(int s, uint32 A, uint8 *p);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user