]> git.sesse.net Git - pistorm/blob - platforms/amiga/pistorm-dev/pistorm-dev.h
The remainder of the initial PiStorm interaction stuff (I think)
[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();
8 void set_pistorm_devcfg_filename(char *filename);