mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-06 15:18:05 -04:00
move emu loop to common; redo timing; add pollux timer
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@721 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
6dba776e17
commit
b5bfb86438
12 changed files with 385 additions and 312 deletions
|
@ -25,6 +25,9 @@ void (*set_ram_timings)(void);
|
|||
void (*unset_ram_timings)(void);
|
||||
int (*gp2x_read_battery)(void);
|
||||
|
||||
unsigned int (*gp2x_get_ticks_ms)(void);
|
||||
unsigned int (*gp2x_get_ticks_us)(void);
|
||||
|
||||
|
||||
gp2x_soc_t soc_detect(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue