link famicom_emu

This commit is contained in:
Prakxo
2023-09-09 15:07:18 +02:00
parent 68db2189f0
commit 269cd5ef88
13 changed files with 311 additions and 7 deletions
+6
View File
@@ -70,11 +70,17 @@ typedef struct famicom_common_s {
extern void* my_malloc_current;
extern u8 save_game_image;
typedef u8 (*FAMICOM_GETSAVECHAN_PROC)(int* player_no, int* slot_card_result);
extern void famicom_setCallback_getSaveChan(FAMICOM_GETSAVECHAN_PROC getSaveChan_proc);
extern int famicom_mount_archive();
extern int famicom_mount_archive_end_check();
extern int famicom_rom_load_check();
extern int famicom_1frame();
extern int famicom_init(int, void*, u8);
extern int famicom_cleanup();
#ifdef __cplusplus
}