FDS: Use retro_get_memory_data/size for disk saving

This commit is contained in:
retro-wertz
2019-01-04 17:13:09 +08:00
parent 919468f74c
commit b53fb91239
3 changed files with 60 additions and 62 deletions

View File

@@ -1,6 +1,9 @@
#ifndef _FCEU_FDS_H
#define _FCEU_FDS_H
uint8 *FDSROM_ptr(void);
uint32 FDSROM_size(void);
void FDSSoundReset(void);
void FCEU_FDSInsert(int oride);