Implement & match famicom_nesinfo

This commit is contained in:
Cuyler36
2024-01-22 16:40:00 -05:00
parent 7412daaecf
commit 0b157491f2
5 changed files with 886 additions and 24 deletions
+2
View File
@@ -3,6 +3,7 @@
#include "types.h"
#include "Famicom/ks_nes.h"
#include "terminal.h"
#ifdef __cplusplus
extern "C" {
@@ -104,6 +105,7 @@ typedef struct famicom_common_s {
extern void* my_malloc_current;
extern u8 save_game_image;
extern char** nesrom_filename_ptrs;
extern FamicomCommon famicomCommon;