1 // This is part of Pico Library
\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
7 // For commercial use, separate licencing terms must be obtained.
\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
18 //int YM2612PicoTick(int n);
\r
20 // z80 functionality wrappers
\r
22 void z80_resetCycles();
\r
24 int z80_run(int cycles);
\r
28 } // End of extern "C"
\r