mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
some Pico input support
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@441 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
6cab49fd07
commit
406c96c547
7 changed files with 125 additions and 23 deletions
|
@ -70,6 +70,10 @@ extern void (*PicoMCDopenTray)(void);
|
|||
extern int (*PicoMCDcloseTray)(void);
|
||||
extern int PicoCDBuffers;
|
||||
|
||||
// Pico/Pico.c
|
||||
extern int PicoPicoPenPos[2]; // x: 0x03c-0x17d, y: 0x200-0x2d8
|
||||
extern int PicoPicoPage;
|
||||
|
||||
// Area.c
|
||||
typedef size_t (arearw)(void *p, size_t _size, size_t _n, void *file);
|
||||
typedef size_t (areaeof)(void *file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue