Functions

ines_convert.c File Reference

#include "ines_convert.h"
#include "load_ines.h"
#include "load_unif.h"
#include "std_func.h"
#include "unif_crc32.h"
#include <assert.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
Include dependency graph for ines_convert.c:

Go to the source code of this file.

Functions

int unif_strncasecmp (const char *s1, const char *s2, size_t n)
UNIF_RETURN_CODE write_header (FILE *file)
UNIF_RETURN_CODE write_read (FILE *file)
UNIF_RETURN_CODE write_pck (FILE *file, uint8_t *prg_code, size_t size)
UNIF_RETURN_CODE write_cck (FILE *file, uint8_t *chr_code, size_t size)
UNIF_RETURN_CODE write_batr (FILE *file)
UNIF_RETURN_CODE write_vror (FILE *file)
UNIF_RETURN_CODE write_mirr (FILE *file)
UNIF_RETURN_CODE write_mapr (FILE *file)
UNIF_RETURN_CODE write_name (FILE *file)
UNIF_RETURN_CODE write_prg (FILE *file, uint8_t *prg_code, size_t size)
UNIF_RETURN_CODE write_chr (FILE *file, uint8_t *chr_code, size_t size)
UNIF_RETURN_CODE write_tvci (FILE *file)
UNIF_RETURN_CODE write_ctrl (FILE *file)
UNIF_RETURN_CODE write_dinf (FILE *file)
void make_unif_file_from_nes (const char *unif_file, const char *ines_file)
void get_ines_mapper (const char *board_name, ines_info_t *info)
CART_TYPE get_cart_type (const char *filename)

Function Documentation

CART_TYPE get_cart_type ( const char *  filename )

Definition at line 561 of file ines_convert.c.

Here is the call graph for this function:

void get_ines_mapper ( const char *  board_name,
ines_info_t info 
)

Definition at line 482 of file ines_convert.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void make_unif_file_from_nes ( const char *  unif_file,
const char *  ines_file 
)

Definition at line 436 of file ines_convert.c.

Here is the call graph for this function:

Here is the caller graph for this function:

int unif_strncasecmp ( const char *  s1,
const char *  s2,
size_t  n 
)

Definition at line 21 of file ines_convert.c.

Here is the caller graph for this function:

UNIF_RETURN_CODE write_batr ( FILE *  file )

Definition at line 132 of file ines_convert.c.

Here is the call graph for this function:

Here is the caller graph for this function:

UNIF_RETURN_CODE write_cck ( FILE *  file,
uint8_t *  chr_code,
size_t  size 
)

Definition at line 107 of file ines_convert.c.

Here is the call graph for this function:

Here is the caller graph for this function:

UNIF_RETURN_CODE write_chr ( FILE *  file,
uint8_t *  chr_code,
size_t  size 
)

Definition at line 278 of file ines_convert.c.

Here is the call graph for this function:

Here is the caller graph for this function:

UNIF_RETURN_CODE write_ctrl ( FILE *  file )

Definition at line 326 of file ines_convert.c.

Here is the call graph for this function:

Here is the caller graph for this function:

UNIF_RETURN_CODE write_dinf ( FILE *  file )

Definition at line 372 of file ines_convert.c.

Here is the call graph for this function:

Here is the caller graph for this function:

UNIF_RETURN_CODE write_header ( FILE *  file )

Definition at line 40 of file ines_convert.c.

Here is the call graph for this function:

Here is the caller graph for this function:

UNIF_RETURN_CODE write_mapr ( FILE *  file )

Definition at line 204 of file ines_convert.c.

Here is the call graph for this function:

Here is the caller graph for this function:

UNIF_RETURN_CODE write_mirr ( FILE *  file )

Definition at line 173 of file ines_convert.c.

Here is the call graph for this function:

Here is the caller graph for this function:

UNIF_RETURN_CODE write_name ( FILE *  file )

Definition at line 230 of file ines_convert.c.

Here is the call graph for this function:

Here is the caller graph for this function:

UNIF_RETURN_CODE write_pck ( FILE *  file,
uint8_t *  prg_code,
size_t  size 
)

Definition at line 83 of file ines_convert.c.

Here is the call graph for this function:

Here is the caller graph for this function:

UNIF_RETURN_CODE write_prg ( FILE *  file,
uint8_t *  prg_code,
size_t  size 
)

Definition at line 260 of file ines_convert.c.

Here is the call graph for this function:

Here is the caller graph for this function:

UNIF_RETURN_CODE write_read ( FILE *  file )

Definition at line 59 of file ines_convert.c.

Here is the call graph for this function:

Here is the caller graph for this function:

UNIF_RETURN_CODE write_tvci ( FILE *  file )

Definition at line 298 of file ines_convert.c.

Here is the call graph for this function:

Here is the caller graph for this function:

UNIF_RETURN_CODE write_vror ( FILE *  file )

Definition at line 153 of file ines_convert.c.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Data Structures Files Functions Variables Enumerations Enumerator Defines