mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-16 18:30:32 +00:00
Merge pull request #567 from TomHarte/VDPDelay
Slightly adjusts pixel output time.
This commit is contained in:
commit
1331457314
@ -76,7 +76,7 @@ Base::Base(Personality p) :
|
||||
// This is definitely correct for the TMS; more research may be
|
||||
// necessary for the other implemented VDPs.
|
||||
read_pointer_.row = 0;
|
||||
read_pointer_.column = 342 - 10; // i.e. 10 cycles behind the write pointer.
|
||||
read_pointer_.column = 342 - 11; // i.e. 11 cycles behind the write pointer.
|
||||
write_pointer_.row = 1;
|
||||
write_pointer_.column = 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user