#include "unif_types.h"
#include <stdio.h>
Go to the source code of this file.
Data Structures |
| struct | ines_info_t |
| struct | mapr_num_table_t |
Enumerations |
| enum | CART_TYPE { CART_UNIF,
CART_INES,
CART_INVALID
} |
Functions |
| 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) |
| UNIF_RETURN_CODE | write_header (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_read (FILE *file) |
| UNIF_RETURN_CODE | write_tvsc (FILE *file) |
| UNIF_RETURN_CODE | write_dinf (FILE *file) |
| UNIF_RETURN_CODE | write_batr (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) |
Enumeration Type Documentation
- Enumerator:
| CART_UNIF |
|
| CART_INES |
|
| CART_INVALID |
|
Definition at line 13 of file ines_convert.h.
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 |
|
) |
| |