jhuscott / virtualc64

Automatically exported from code.google.com/p/virtualc64
0 stars 0 forks source link

Display full screen area, implement adjustable borders #93

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Current situation:

TOTAL_SCREEN_WIDTH = 368
TOTAL_SCREEN_HEIGHT = 263

These values are incorrect and vary between PAL and NTSC machines

PAL:
TOTAL_SCREEN_WIDTH = 403
TOTAL_SCREEN_HEIGHT = 284

NTSC:
TOTAL_SCREEN_WIDTH = 418
TOTAL_SCREEN_HEIGHT = 235

(Is this the viewable screen area??)

Task:
Make these constants variables and fill in the correct values.
Make sure that the correct screen portion is copied from the texture buffer to 
the screen
(may need some adjustments to look right)

Original issue reported on code.google.com by dirk.hof...@gmail.com on 3 Jan 2011 at 12:24

GoogleCodeExporter commented 9 years ago

Original comment by dirk.hof...@gmail.com on 21 Jan 2011 at 2:39