mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-16 18:30:32 +00:00
Enlarged drawing range a little.
This commit is contained in:
parent
c5e480cfae
commit
3c3c4d2f7c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user