ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SIDPlayer/src/sid.h
(Generate patch)

Comparing SIDPlayer/src/sid.h (file contents):
Revision 1.2 by cebix, 2001-01-21T18:04:46Z vs.
Revision 1.3 by cebix, 2003-04-11T20:23:02Z

# Line 1 | Line 1
1   /*
2   *  sid.h - 6581 SID emulation
3   *
4 < *  SIDPlayer (C) Copyright 1996-2001 Christian Bauer
4 > *  SIDPlayer (C) Copyright 1996-2003 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 40 | Line 40 | extern void SIDReset(cycle_t now);
40   // Fill audio buffer with SID sound
41   extern void SIDCalcBuffer(uint8 *buf, int count);
42  
43 + // Execute 6510 replay routine once
44 + extern void SIDExecute(void);
45 +
46   // Set replay frequency and speed adjustment
47   extern void SIDSetReplayFreq(int freq);
48   extern void SIDAdjustSpeed(int percent);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines