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-22 19:31:27 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
OSBindings
/
Mac
/
Clock Signal
/
Wrappers
History
Thomas Harte
0efe4b312c
Disabled my various bits of rate interchange debugging; improved test for when to call update_display due to a RAM write.
2016-01-21 22:16:52 -05:00
..
AudioQueue.h
Added lots of debugging output while I attempt to locate the source of audio scratchiness, also simplified manner of dealing with wraparound within the AudioQueue wrapper.
2016-01-18 13:50:19 -06:00
AudioQueue.m
Tightened to provide lower latency audio, hopefully.
2016-01-18 20:01:06 -06:00
CSAtari2600.h
…
CSAtari2600.mm
Started sketching out an interface for sound generation. Which made me realise that the CRT in CRTDelegate was redundant, since C++ has namespaces.
2016-01-12 16:54:09 -05:00
CSElectron.h
Added a lot of commenting to the CPU6502 definition, simplifying its construction. Added missing nullability modifier to CSElectron. Fixed bad-habit Objective-C style naming on the Electron's Interrupt enum.
2016-01-20 21:55:38 -05:00
CSElectron.mm
Disabled my various bits of rate interchange debugging; improved test for when to call update_display due to a RAM write.
2016-01-21 22:16:52 -05:00
CSMachine.h
Here, at last, is _some_ audio output, at least.
2016-01-14 20:33:22 -05:00
CSMachine.mm
Here, at last, is _some_ audio output, at least.
2016-01-14 20:33:22 -05:00
CSMachine+Subclassing.h
Here, at last, is _some_ audio output, at least.
2016-01-14 20:33:22 -05:00
KeyCodes.h
…