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
Original issue reported on code.google.com by
dirk.hof...@gmail.com
on 3 Jan 2011 at 12:24