mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-10-27 00:29:39 -04:00
handle frequent psg updates
This commit is contained in:
parent
5103774f6d
commit
5d638db094
4 changed files with 66 additions and 21 deletions
|
|
@ -822,10 +822,11 @@ PICO_INTERNAL_ASM void wram_1M_to_2M(unsigned char *m);
|
|||
PICO_INTERNAL void PsndReset(void);
|
||||
PICO_INTERNAL void PsndStartFrame(void);
|
||||
PICO_INTERNAL void PsndDoDAC(int line_to);
|
||||
PICO_INTERNAL void PsndDoPSG(int line_to);
|
||||
PICO_INTERNAL void PsndClear(void);
|
||||
PICO_INTERNAL void PsndGetSamples(int y);
|
||||
PICO_INTERNAL void PsndGetSamplesMS(void);
|
||||
extern int PsndDacLine;
|
||||
extern int PsndDacLine, PsndPsgLine;
|
||||
|
||||
// sms.c
|
||||
#ifndef NO_SMS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue