some skin adjustments
[picodrive.git] / Pico / sound / sound.h
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
11 extern "C" {\r
12 #endif\r
13 \r
14 void sound_timers_and_dac(int raster);\r
15 int  sound_render(int offset, int length);\r
16 void sound_clear(void);\r
17 \r
18 //int YM2612PicoTick(int n);\r
19 \r
20 // z80 functionality wrappers\r
21 void z80_init();\r
22 void z80_resetCycles();\r
23 void z80_int();\r
24 int  z80_run(int cycles);\r
25 void z80_exit();\r
26 \r
27 #ifdef __cplusplus\r
28 } // End of extern "C"\r
29 #endif\r