view realtec.h @ 1365:6dd2c3edd0b5

Add a bit of a hack to HINT start cycle to give correct values in my test ROM and further improve prevelance of CRAM dot noise in Outrunners and OD2
author Michael Pavone <pavone@retrodev.com>
date Fri, 19 May 2017 22:07:50 -0700
parents 23c94f5266d1
children 14a2834d010c
line wrap: on
line source

#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_