Memory map all the available RAM

This commit is contained in:
Andre Leiradella
2017-07-13 00:23:01 +01:00
parent 863991a391
commit d854ca66f5
3 changed files with 29 additions and 2 deletions

View File

@@ -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);