From 9cee9ef2dbd75efac5f3ae4a21c348d8922d56e2 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 2 Mar 2017 21:08:33 -0800 Subject: Support for the Realtec mapper. Needs testing with games besides The Earth Defend --- realtec.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 realtec.h (limited to 'realtec.h') diff --git a/realtec.h b/realtec.h new file mode 100644 index 0000000..15f4ca2 --- /dev/null +++ b/realtec.h @@ -0,0 +1,7 @@ +#ifndef REALTEC_H_ +#define REALTEC_H_ + +uint8_t realtec_detect(uint8_t *rom, uint32_t rom_size); +rom_info realtec_configure_rom(uint8_t *rom, uint32_t rom_size, memmap_chunk const *base_map, uint32_t base_chunks); + +#endif //REALTEC_H_ -- cgit v1.2.3