initial import
[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 int sound_timers_and_dac(int raster);\r
15 int sound_render(int offset, int length);\r
16 \r
17 //int YM2612PicoTick(int n);\r
18 \r
19 // z80 functionality wrappers\r
20 void z80_init();\r
21 void z80_resetCycles();\r
22 void z80_int();\r
23 int  z80_run(int cycles);\r
24 void z80_exit();\r
25 \r
26 #ifdef __cplusplus\r
27 } // End of extern "C"\r
28 #endif\r