#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>
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 ) |
|
| void get_ines_mapper |
( |
const char * |
board_name, |
|
|
ines_info_t * |
info |
|
) |
| |
| void make_unif_file_from_nes |
( |
const char * |
unif_file, |
|
|
const char * |
ines_file |
|
) |
| |
| int unif_strncasecmp |
( |
const char * |
s1, |
|
|
const char * |
s2, |
|
|
size_t |
n |
|
) |
| |