mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
protection and more mapper support for new mem code
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@771 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
45f2f245f5
commit
000f53350c
7 changed files with 512 additions and 109 deletions
|
@ -15,6 +15,13 @@ void PicoSVPStartup(void);
|
|||
void PicoSVPMemSetup(void);
|
||||
|
||||
/* misc */
|
||||
void carthw_ssf2_startup(void);
|
||||
void carthw_Xin1_startup(void);
|
||||
void carthw_realtec_startup(void);
|
||||
void carthw_radica_startup(void);
|
||||
|
||||
void carthw_sprot_startup(void);
|
||||
void carthw_sprot_new_location(unsigned int a,
|
||||
unsigned int mask, unsigned short val, int is_ro);
|
||||
|
||||
void carthw_prot_lk3_startup(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue