~ubuntu-branches/ubuntu/maverick/vice/maverick

« back to all changes in this revision

Viewing changes to src/via.h

  • Committer: Bazaar Package Importer
  • Author(s): Zed Pobre
  • Date: 2005-02-01 11:30:26 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050201113026-3eyakzsmmheclvjg
Tags: 1.16-1
* New upstream version
* Fixes crash on 64-bit architectures (closes: #287640)
* x128 working again (closes: #286767)
* Works fine with /dev/dsp in use (not in the main changelog, but tested
  on my local machine as working).  Presumably, this also takes care of
  the issue with dsp being held.  I'm not sure if this is because I'm
  testing it on a 2.6 kernel now -- if you are still having problems
  with /dev/dsp, please reopen the bugs. (closes: #152952, #207942)
* Don't kill Makefile.in on clean

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
extern void viacore_signal(struct via_context_s *via_context, int line,
154
154
                           int edge);
155
155
 
156
 
extern void REGPARM2 viacore_store(struct via_context_s *via_context,
 
156
extern void REGPARM3 viacore_store(struct via_context_s *via_context,
157
157
                                   WORD addr, BYTE data);
158
 
extern BYTE REGPARM1 viacore_read(struct via_context_s *via_context,
 
158
extern BYTE REGPARM2 viacore_read(struct via_context_s *via_context,
159
159
                                  WORD addr);
160
 
extern BYTE REGPARM1 viacore_peek(struct via_context_s *via_context,
 
160
extern BYTE REGPARM2 viacore_peek(struct via_context_s *via_context,
161
161
                                  WORD addr);
162
162
 
163
163
extern int viacore_snapshot_write_module(struct via_context_s *via_context,