mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
SVP stubs
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@317 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
0ce6e5ee0a
commit
f53f286a8b
11 changed files with 69 additions and 12 deletions
8
Pico/carthw/carthw.h
Normal file
8
Pico/carthw/carthw.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
|
||||
/* svp */
|
||||
void PicoSVPInit(void);
|
||||
|
||||
unsigned int PicoSVPRead16(unsigned int a, int realsize);
|
||||
void PicoSVPWrite8(unsigned int a,unsigned int d,int realsize);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue