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
2025-01-15 20:31:36 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Outputs
/
CRT
/
Internals
History
Thomas Harte
23ea832f41
Increased brightness in television mode, added a clear if screen resolution changes.
2016-04-28 22:04:47 -04:00
..
Shaders
Increased brightness in television mode, added a clear if screen resolution changes.
2016-04-28 22:04:47 -04:00
CRTConstants.hpp
I guess NumberOfFields is done for.
2016-04-27 22:48:37 -04:00
CRTInputBufferBuilder.cpp
…
CRTInputBufferBuilder.hpp
Factored out wraparound buffer addressing where it's otherwise going to get really repetitive; need to look at using the same approach for the glTexSubImage2D step at least but that probably means properly encapsulating the buffer builder's state.
2016-04-20 21:05:32 -04:00
CRTOpenGL.cpp
Increased brightness in television mode, added a clear if screen resolution changes.
2016-04-28 22:04:47 -04:00
CRTOpenGL.hpp
Increased brightness in television mode, added a clear if screen resolution changes.
2016-04-28 22:04:47 -04:00
Flywheel.hpp
Reintroduced the CRT delegate and the 2600's automatic region switching. Albeit that the CRT itself doesn't adjust properly to new timings yet.
2016-04-24 18:36:22 -04:00
OpenGL.hpp
…
TextureTarget.cpp
Spotted error was in texture target all along. This now gets as far as showing something a lot like the correct display, but precision is way off. Way off.
2016-04-18 21:32:48 -04:00
TextureTarget.hpp
Attempted to deal with the precision issues causing 'television' output currently to differ from 'monitor' output. Documented TextureTarget while I'm here.
2016-04-19 20:51:34 -04:00