about summary refs log tree commit diff
path: root/main.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-24Misc: Added the timer thread variable to the emulator structManuel Palenzuela4-8/+24
This way we can keep track of the thread to join it on emulator_deinitialise()
2021-07-23Feature: Implemented various instructions and added a few romsManuel Palenzuela9-7/+18
2021-07-23Feature: Implemented various instructionsManuel Palenzuela4-14/+42
2021-07-23Feature: Implemented background and foreround color customizabilityManuel Palenzuela2-1/+4
2021-07-23Feature: Implemented reload and exit key behaviourManuel Palenzuela1-2/+14
2021-07-23Feature: Implemented various instructionsManuel Palenzuela2-24/+25
2021-07-23Feature: Added key detectionManuel Palenzuela5-2/+83
2021-07-22Feature: Implemented various instructionsManuel Palenzuela2-14/+13
2021-07-22Feature: Implemented various instructionsManuel Palenzuela2-3/+18
2021-07-20Refractoring: Refractored the Makefile to make use of pkg-configManuel Palenzuela3-2341/+10
2021-07-20Refractoring: Refractored the stepping of the PC into a functionManuel Palenzuela2-5/+10
2021-07-20Feature: Implemented various instru