2016-07-09 14:34:55 +00:00
|
|
|
#ifndef MBC_h
|
|
|
|
#define MBC_h
|
|
|
|
#include "gb.h"
|
|
|
|
|
|
|
|
extern const GB_cartridge_t GB_cart_defs[256];
|
|
|
|
void GB_update_mbc_mappings(GB_gameboy_t *gb);
|
2016-07-09 16:25:13 +00:00
|
|
|
void GB_configure_cart(GB_gameboy_t *gb);
|
2016-07-09 14:34:55 +00:00
|
|
|
#endif /* MBC_h */
|