view sft_mapper.h @ 2402:49b7ead35482

Fix asan violation that occurs when locking on a cart with its own mapper hardware
author Michael Pavone <pavone@retrodev.com>
date Mon, 01 Jan 2024 19:50:20 -0800
parents fd68fe5f723e
children
line wrap: on
line source

#ifndef SFT_MAPPER_H_
#define SFT_MAPPER_H_

void* sft_wukong_write_b(uint32_t address, void *context, uint8_t value);
void* sft_wukong_write_w(uint32_t address, void *context, uint16_t value);

#endif // SFT_MAPPER_H_