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
2024-11-22 12:33:29 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
de4f2bf5dd
CLK
/
Outputs
History
Thomas Harte
de4f2bf5dd
Maybe the 10 lines resource I saw meant 10 lines including charge time?
2015-07-31 19:00:40 -04:00
..
CRT.cpp
Maybe the 10 lines resource I saw meant 10 lines including charge time?
2015-07-31 19:00:40 -04:00
CRT.hpp
Fix to make sure end of vertical sync is always correctly spotted as an event, rather than just happening off the books. So I can now watch Joust roll to its heart's content.
2015-07-31 18:15:59 -04:00
CRTFrame.h
Reshuffled to make the OpenGL view explicitly a conduit for CRT-style output, and to give it responsibility for frame drawing. Which is still an awkward thread hop for the time being, but I've yet to read up on the advocated approach to multithreading with an NSOpenGLView; it looked like special provisions were available.
2015-07-26 15:13:46 -04:00