mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-16 18:30:32 +00:00
Moved interrupt back down to where it's probably meant to be.
This commit is contained in:
parent
cdff90f20d
commit
4462bb92f8
@ -28,7 +28,7 @@ namespace {
|
||||
static const unsigned int first_graphics_cycle = 33;
|
||||
|
||||
static const unsigned int real_time_clock_interrupt_line = 100;
|
||||
static const unsigned int display_end_interrupt_line = 255;
|
||||
static const unsigned int display_end_interrupt_line = 256;
|
||||
}
|
||||
|
||||
#define graphics_line(v) ((((v) >> 7) - first_graphics_line + field_divider_line) % field_divider_line)
|
||||
|
Loading…
x
Reference in New Issue
Block a user