1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-11 04:28:58 +00:00
A latency-hating emulator of 8- and 16-bit platforms: the Acorn Electron, Amstrad CPC, Apple II/II+/IIe and early Macintosh, Atari 2600 and ST, ColecoVision, Enterprise 64/128, Commodore Vic-20 and Amiga, MSX 1, Oric 1/Atmos, Sega Master System, Sinclair
Go to file
2016-03-18 21:19:11 -04:00
Machines Updated to latest information on interrupt timing. 2016-03-18 21:11:25 -04:00
OSBindings/Mac Completed FIR filter based audio output. 2016-03-15 23:37:35 -04:00
Outputs Resolved output errors. 2016-03-18 21:19:11 -04:00
Processors/6502 Made some type conversions explicit. 2016-03-15 21:25:02 -04:00
SignalProcessing Fixed: const should have been static constexpr; should probably use new and delete rather than malloc and new. 2016-03-15 21:33:18 -04:00
Storage/Tape Started attempting to clarify instance variable usage. 2016-03-12 23:19:10 -05:00
.gitignore Fixed: timing issue versus supplied test ROM was failure to include the Plus 1 ROM in the mix. 2016-03-12 11:51:20 -05:00
LICENSE Initial commit 2015-07-16 19:46:52 -04:00
README.md Create README.md 2015-07-16 19:47:37 -04:00

CLK

An attempt to unify my various bits of emulation; we'll see.