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