DGen/SDL
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Functions
romload.h File Reference
#include <stddef.h>
#include <stdint.h>

Go to the source code of this file.

Macros

#define ROMLOAD_DECL_BEGIN__
#define ROMLOAD_DECL_END__

Functions

ROMLOAD_DECL_BEGIN__ uint8_t * load_rom (size_t *rom_size, const char *name)
void unload_rom (uint8_t *rom)
void set_rom_path (const char *path)

Macro Definition Documentation

#define ROMLOAD_DECL_BEGIN__
#define ROMLOAD_DECL_END__

Function Documentation

ROMLOAD_DECL_BEGIN__ uint8_t* load_rom ( size_t *  rom_size,
const char *  name 
)
void set_rom_path ( const char *  path)
void unload_rom ( uint8_t *  rom)