comparison realtec.h @ 1259:23c94f5266d1

Support for the Realtec mapper. Needs testing with games besides The Earth Defend
author Michael Pavone <pavone@retrodev.com>
date Thu, 02 Mar 2017 21:08:33 -0800
parents
children 14a2834d010c
comparison
equal deleted inserted replaced
1258:1148567ab355 1259:23c94f5266d1
1 #ifndef REALTEC_H_
2 #define REALTEC_H_
3
4 uint8_t realtec_detect(uint8_t *rom, uint32_t rom_size);
5 rom_info realtec_configure_rom(uint8_t *rom, uint32_t rom_size, memmap_chunk const *base_map, uint32_t base_chunks);
6
7 #endif //REALTEC_H_