SameBoy/Core/mbc.h

9 lines
200 B
C
Raw Normal View History

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);
void GB_configure_cart(GB_gameboy_t *gb);
2016-07-09 14:34:55 +00:00
#endif /* MBC_h */