llvm-mos-sdk
psg.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2023 Adrian "asie" Siekierka
3  *
4  * Licensed under the Apache License, Version 2.0 with LLVM Exceptions,
5  * See https://github.com/llvm-mos/llvm-mos-sdk/blob/main/LICENSE for license
6  * information.
7  */
8 
9 #ifndef _PCE_PSG_H_
10 #define _PCE_PSG_H_
11 
12 #include <stdbool.h>
13 #include <stdint.h>
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
26 void pce_psg_reset(void);
27 
28 #ifdef __cplusplus
29 }
30 #endif
31 
32 #endif /* _PCE_PSG_H_ */
pce_psg_reset
void pce_psg_reset(void)
Reset the PSG.