#include "lib_ines.h"

Go to the source code of this file.
Data Structures | |
| struct | ines_cart_t |
Functions | |
| UNIF_RETURN_CODE | load_file_INES (const char *filename, ines_cart_t *cart) |
| UNIF_RETURN_CODE | free_file_INES (ines_cart_t *cart) |
| UNIF_RETURN_CODE | load_ptr_INES (const uint8_t *rom, ines_cart_t *cart) |
| UNIF_RETURN_CODE | write_file_INES (const char *filename, const ines_cart_t *cart) |
| UNIF_RETURN_CODE free_file_INES | ( | ines_cart_t * | cart ) |
| UNIF_RETURN_CODE load_file_INES | ( | const char * | filename, |
| ines_cart_t * | cart | ||
| ) |
Definition at line 119 of file load_ines.c.


| UNIF_RETURN_CODE load_ptr_INES | ( | const uint8_t * | rom, |
| ines_cart_t * | cart | ||
| ) |
| UNIF_RETURN_CODE write_file_INES | ( | const char * | filename, |
| const ines_cart_t * | cart | ||
| ) |