f53f286a |
1 | |
f53f286a |
2 | /* svp */ |
f8ef8ff7 |
3 | #include "svp/ssp16.h" |
4 | |
5 | typedef struct { |
5de27868 |
6 | unsigned char iram_rom[0x20000]; // IRAM (0-0x7ff) and program ROM (0x800-0x1ffff) |
7 | unsigned char dram[0x20000]; |
f8ef8ff7 |
8 | ssp1601_t ssp1601; |
9 | } svp_t; |
10 | |
11 | extern svp_t *svp; |
12 | |
f53f286a |
13 | void PicoSVPInit(void); |
e807ac75 |
14 | void PicoSVPStartup(void); |
45f2f245 |
15 | void PicoSVPMemSetup(void); |
f8ef8ff7 |
16 | |
a12b1b29 |
17 | /* misc */ |
000f5335 |
18 | void carthw_ssf2_startup(void); |
45f2f245 |
19 | void carthw_Xin1_startup(void); |
a12b1b29 |
20 | void carthw_realtec_startup(void); |
0b35350d |
21 | void carthw_radica_startup(void); |
000f5335 |
22 | |
23 | void carthw_sprot_startup(void); |
24 | void carthw_sprot_new_location(unsigned int a, |
25 | unsigned int mask, unsigned short val, int is_ro); |
26 | |
27 | void carthw_prot_lk3_startup(void); |