This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
CLK
Watch
1
Star
0
Fork
0
You've already forked CLK
mirror of
https://github.com/TomHarte/CLK.git
synced
2026-04-19 19:16:34 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
043d2f9896f10cfeeaa87ec71fabd0683bc9e424
CLK
/
Outputs
T
History
Thomas Harte
3c3c4d2f7c
Enlarged drawing range a little.
2015-08-19 21:35:26 -04:00
..
CRT.cpp
Enlarged drawing range a little.
2015-08-19 21:35:26 -04:00
CRT.hpp
Quickie: observed that the initial position is one scanline dirty, not zero. Also switched to a size_t on the write pointer, size_t being the correct C size for into-memory offsets.
2015-08-17 00:25:32 -04:00
CRTFrame.h
Not that it makes a lot of difference, there being no names to mangle, but moved the closing
#ifdef __cplusplus
to the idiomatic place.
2015-08-18 20:33:59 -04:00