~ubuntu-branches/ubuntu/edgy/vice/edgy

« back to all changes in this revision

Viewing changes to src/cia.h

  • Committer: Bazaar Package Importer
  • Author(s): Zed Pobre
  • Date: 2006-07-30 19:15:59 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060730191559-aybuaxdqc7uc57fc
Tags: 1.19-1
* New upstream version (Closes: #344245, #379781)
* Reference to roms in package description fixed (Closes: #302900)
* Acknowledge xlibs NMU (Closes: #346768)
* Build-Depends: bison++ | bison
* Build-Depends: libxaw-headers

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
    CLOCK *clk_ptr;
111
111
    int *rmw_flag;
112
112
 
 
113
    int enabled;
 
114
 
113
115
    void *prv;
114
116
    void *context;
115
117
 
138
140
                         struct clk_guard_s *clk_guard);
139
141
extern void ciacore_shutdown(cia_context_t *cia_context);
140
142
extern void ciacore_reset(struct cia_context_s *cia_context);
 
143
extern void ciacore_disable(struct cia_context_s *cia_context);
141
144
extern void REGPARM3 ciacore_store(struct cia_context_s *cia_context,
142
145
                                   WORD addr, BYTE data);
143
146
extern BYTE REGPARM2 ciacore_read(struct cia_context_s *cia_context,