sound, fix ym2413 fm sound load/save

This commit is contained in:
kub 2022-05-11 00:18:47 +02:00
parent 732c328c41
commit 2ec448a8ce
3 changed files with 42 additions and 13 deletions

View file

@ -879,6 +879,8 @@ void ym2612_unpack_state(void);
Pico.t.timer_b_step = TIMER_B_TICK_ZCYCLES * 256; \
ym2612.OPN.ST.status &= ~3;
void *YM2413GetRegs(void);
void YM2413UnpackState(void);
// videoport.c
extern u32 SATaddr, SATmask;