~ubuntu-branches/ubuntu/trusty/vice/trusty

« back to all changes in this revision

Viewing changes to src/hardsid.h

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2013-07-28 20:38:23 UTC
  • mfrom: (1.1.10) (9.2.7 sid)
  • Revision ID: package-import@ubuntu.com-20130728203823-1h8s6bcv22oundul
Tags: 2.4.dfsg-1
* New upstream release (closes: #693065, #693641).
* Drop vice-ffmpeg.patch , applied upstream.
* Disable architecture specific compilation (closes: #686400, #714136).

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
extern int hardsid_read(WORD addr, int chipno);
36
36
extern void hardsid_store(WORD addr, BYTE val, int chipno);
37
37
extern void hardsid_set_machine_parameter(long cycles_per_sec);
38
 
extern unsigned int hardsid_available(void);
 
38
extern int hardsid_available(void);
39
39
extern void hardsid_set_device(unsigned int chipno, unsigned int device);
40
40
 
41
41
#endif