some skin adjustments
[picodrive.git] / Pico / sound / sound.h
CommitLineData
cc68a136 1// This is part of Pico Library\r
2\r
3// (c) Copyright 2004 Dave, All rights reserved.\r
4// (c) Copyright 2006 notaz, All rights reserved.\r
5// Free for non-commercial use.\r
6\r
7// For commercial use, separate licencing terms must be obtained.\r
8\r
9\r
10#ifdef __cplusplus\r
11extern "C" {\r
12#endif\r
13\r
4f265db7 14void sound_timers_and_dac(int raster);\r
15int sound_render(int offset, int length);\r
16void sound_clear(void);\r
cc68a136 17\r
18//int YM2612PicoTick(int n);\r
19\r
20// z80 functionality wrappers\r
21void z80_init();\r
22void z80_resetCycles();\r
23void z80_int();\r
24int z80_run(int cycles);\r
25void z80_exit();\r
26\r
27#ifdef __cplusplus\r
28} // End of extern "C"\r
29#endif\r