mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-08 00:28:03 -04:00
core, revisit ym2612 busy flag implementation
This commit is contained in:
parent
e948a120ed
commit
f5c022a8e4
5 changed files with 24 additions and 16 deletions
|
@ -177,8 +177,8 @@ int YM2612PicoTick_(int n);
|
|||
void YM2612PicoStateLoad_(void);
|
||||
|
||||
void *YM2612GetRegs(void);
|
||||
void YM2612PicoStateSave2(int tat, int tbt);
|
||||
int YM2612PicoStateLoad2(int *tat, int *tbt);
|
||||
void YM2612PicoStateSave2(int tat, int tbt, int busy);
|
||||
int YM2612PicoStateLoad2(int *tat, int *tbt, int *busy);
|
||||
|
||||
/* NB must be macros for compiling GP2X 940 code */
|
||||
#ifndef __GP2X__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue