~ubuntu-branches/ubuntu/quantal/vice/quantal

« back to all changes in this revision

Viewing changes to src/vicii/vicii-timing.c

  • 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:
74
74
#define VICII_PAL_DEBUG_FIRST_DISPLAYED_LINE         0x00
75
75
#define VICII_PAL_DEBUG_LAST_DISPLAYED_LINE          0x137
76
76
 
77
 
#define VICII_NTSC_NORMAL_FIRST_DISPLAYED_LINE       0x20
78
 
#define VICII_NTSC_NORMAL_LAST_DISPLAYED_LINE        0x102
 
77
#define VICII_NTSC_NORMAL_FIRST_DISPLAYED_LINE       0x1c
 
78
#define VICII_NTSC_NORMAL_LAST_DISPLAYED_LINE        0x112
79
79
#define VICII_NTSC_FULL_FIRST_DISPLAYED_LINE         0x1e /* enough space to show full sprites in the upper border */
80
80
#define VICII_NTSC_FULL_LAST_DISPLAYED_LINE          0x10f /* enough space to show full sprites in the lower border */
81
81
#define VICII_NTSC_DEBUG_FIRST_DISPLAYED_LINE        0x14
82
82
#define VICII_NTSC_DEBUG_LAST_DISPLAYED_LINE         0x11a
83
83
 
84
 
#define VICII_NTSCOLD_NORMAL_FIRST_DISPLAYED_LINE    0x20
85
 
#define VICII_NTSCOLD_NORMAL_LAST_DISPLAYED_LINE     0x102
 
84
#define VICII_NTSCOLD_NORMAL_FIRST_DISPLAYED_LINE    0x1c
 
85
#define VICII_NTSCOLD_NORMAL_LAST_DISPLAYED_LINE     0x112
86
86
#define VICII_NTSCOLD_FULL_FIRST_DISPLAYED_LINE      0x1e /* enough space to show full sprites in the upper border */
87
87
#define VICII_NTSCOLD_FULL_LAST_DISPLAYED_LINE       0x10f /* enough space to show full sprites in the lower border */
88
88
#define VICII_NTSCOLD_DEBUG_FIRST_DISPLAYED_LINE     0x14