Files
ci-libretro-fceumm/src/fds_apu.h
2020-03-06 02:58:27 +08:00

12 lines
334 B
C

#ifndef FDS_APU_H
#define FDS_APU_H
void FDSSoundReset(void);
void FDSSoundStateAdd(void);
/* Used for fds conversion-based mappers to allow access to fds apu registers */
void FDSSoundPower(void);
DECLFR(FDSSoundRead); /* $4040-$407F, $4090-$4092 */
DECLFW(FDSSoundWrite); /* $4040-$407F, $4080-$408A */
#endif /* FDS_APU_H */