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-12 00:30:31 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Components
History
Thomas Harte
5aef81cf24
Commutes cross-platform
#pragma mark
s to
//MARK:
s.
2017-11-12 15:59:11 -05:00
..
1770
Corrects out-of-order initialisations for the 1770, Atari 2600 joystick, Pitfall II bus extender, Microdisc and 6502.
2017-11-10 22:20:44 -05:00
6522
Begins this project's conversion to functional-style casts.
2017-10-03 22:04:15 -04:00
6532
Eliminated C99-style struct initialisations.
2017-11-10 19:14:19 -05:00
6560
Corrects improper initialisation order on the 6560.
2017-11-10 22:05:35 -05:00
6845
Ensures full 6845 instance state initialisation and uses an unsigned shifter.
2017-10-17 22:10:28 -04:00
8255
Improved comments.
2017-08-08 07:44:46 -04:00
8272
Doubles down on <cX> over <X.h> for C includes, and usage of the namespace for those types and functions.
2017-11-11 15:28:40 -05:00
AY38910
Commutes cross-platform
#pragma mark
s to
//MARK:
s.
2017-11-12 15:59:11 -05:00