mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
gp2x+wiz binary support, wiz code wip
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@705 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
0d9bf4fcda
commit
ee2a3bdfa5
18 changed files with 911 additions and 95 deletions
|
@ -7,7 +7,23 @@
|
|||
#include <unistd.h>
|
||||
|
||||
#include "soc.h"
|
||||
#include "../common/emu.h"
|
||||
|
||||
void (*gp2x_video_flip)(void);
|
||||
void (*gp2x_video_flip2)(void);
|
||||
void (*gp2x_video_changemode_ll)(int bpp);
|
||||
void (*gp2x_video_setpalette)(int *pal, int len);
|
||||
void (*gp2x_video_RGB_setscaling)(int ln_offs, int W, int H);
|
||||
void (*gp2x_video_wait_vsync)(void);
|
||||
|
||||
void (*gp2x_set_cpuclk)(unsigned int mhz);
|
||||
|
||||
void (*set_lcd_custom_rate)(int is_pal);
|
||||
void (*unset_lcd_custom_rate)(void);
|
||||
void (*set_lcd_gamma)(int g100, int A_SNs_curve);
|
||||
|
||||
void (*set_ram_timings)(void);
|
||||
void (*unset_ram_timings)(void);
|
||||
|
||||
|
||||
gp2x_soc_t soc_detect(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue