mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-06 15:18:05 -04:00
further prep for Wiz port. Cleanups, rm cpuctrl mmuhack; add warm
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@704 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
d572cbad98
commit
fa5e045bdc
24 changed files with 679 additions and 948 deletions
15
gp2x/plat_gp2x.h
Normal file
15
gp2x/plat_gp2x.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
#ifndef __GP2X_H__
|
||||
#define __GP2X_H__
|
||||
|
||||
extern int default_cpu_clock;
|
||||
|
||||
/* video */
|
||||
void gp2x_video_changemode(int bpp);
|
||||
void gp2x_memcpy_all_buffers(void *data, int offset, int len);
|
||||
void gp2x_memset_all_buffers(int offset, int byte, int len);
|
||||
void gp2x_make_fb_bufferable(int yes);
|
||||
|
||||
/* input */
|
||||
int gp2x_touchpad_read(int *x, int *y);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue