mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
move more globals to PicoInterface
similar reasons as before
This commit is contained in:
parent
075672bf9f
commit
6311a3baf5
27 changed files with 244 additions and 247 deletions
|
@ -14,7 +14,6 @@ struct Pico Pico;
|
|||
struct PicoMem PicoMem;
|
||||
PicoInterface PicoIn;
|
||||
|
||||
void (*PicoWriteSound)(int len) = NULL; // called at the best time to send sound buffer (PsndOut) to hardware
|
||||
void (*PicoResetHook)(void) = NULL;
|
||||
void (*PicoLineHook)(void) = NULL;
|
||||
|
||||
|
@ -344,6 +343,4 @@ void PicoGetInternal(pint_t which, pint_ret_t *r)
|
|||
}
|
||||
}
|
||||
|
||||
// callback to output message from emu
|
||||
void (*PicoMessage)(const char *msg)=NULL;
|
||||
|
||||
// vim:ts=2:sw=2:expandtab
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue