1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-04 01:57:54 +00:00

Enlarged drawing range a little.

This commit is contained in:
Thomas Harte 2015-08-19 21:35:26 -04:00
parent c5e480cfae
commit 3c3c4d2f7c

View File

@ -12,8 +12,8 @@
using namespace Outputs;
static const uint32_t kCRTFixedPointRange = 0xefffffff;
static const uint32_t kCRTFixedPointOffset = 0x08000000;
static const uint32_t kCRTFixedPointRange = 0xf7ffffff;
static const uint32_t kCRTFixedPointOffset = 0x04000000;
#define kRetraceXMask 0x01
#define kRetraceYMask 0x02