Data Structures | Functions

load_ines.h File Reference

#include "lib_ines.h"
Include dependency graph for load_ines.h:
This graph shows which files directly or indirectly include this file:

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)

Function Documentation

UNIF_RETURN_CODE free_file_INES ( ines_cart_t cart )

Definition at line 179 of file load_ines.c.

Here is the caller graph for this function:

UNIF_RETURN_CODE load_file_INES ( const char *  filename,
ines_cart_t cart 
)

Definition at line 119 of file load_ines.c.

Here is the call graph for this function:

Here is the caller graph for this function:

UNIF_RETURN_CODE load_ptr_INES ( const uint8_t *  rom,
ines_cart_t cart 
)

Definition at line 62 of file load_ines.c.

Here is the call graph for this function:

UNIF_RETURN_CODE write_file_INES ( const char *  filename,
const ines_cart_t cart 
)

Definition at line 15 of file load_ines.c.

Here is the call graph for this function:

 All Data Structures Files Functions Variables Enumerations Enumerator Defines