]> git.sesse.net Git - pistorm/blob - platforms/amiga/pistorm-dev/pistorm-dev.h
Add not-so-simple config switching from Amiga side
[pistorm] / platforms / amiga / pistorm-dev / pistorm-dev.h
1 // SPDX-License-Identifier: MIT
2
3 #include <stdint.h>
4
5 void handle_pistorm_dev_write(uint32_t addr, uint32_t val, uint8_t type);
6 uint32_t handle_pistorm_dev_read(uint32_t addr, uint8_t type);
7 char *get_pistorm_devcfg_filename();