~ubuntu-branches/ubuntu/raring/vice/raring

« back to all changes in this revision

Viewing changes to src/c64/c64.h

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2009-03-31 00:37:15 UTC
  • mfrom: (1.1.7 upstream) (9.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090331003715-i5yisvcfv7mgz3eh
Tags: 2.1.dfsg-1
* New major upstream release (closes: #495937).
* Add desktop files (closes: #501181).

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
#define C64_NTSCOLD_RFSH_PER_SEC  (1.0 / ((double)C64_NTSCOLD_CYCLES_PER_RFSH \
54
54
                                        / (double)C64_NTSCOLD_CYCLES_PER_SEC))
55
55
 
 
56
/* $01 bits 6 and 7 fall-off cycles (1->0), average is about 350 msec */
 
57
#define C64_CPU_DATA_PORT_FALL_OFF_CYCLES 350000
 
58
 
56
59
struct cia_context_s;
57
60
struct printer_context_s;
58
61
struct tpi_context_s;