about summary refs log tree commit diff
path: root/main.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Misc: Added the timer thread variable to the emulator structManuel Palenzuela2021-07-241-4/+6
| | | | | This way we can keep track of the thread to join it on emulator_deinitialise()
* Feature: Implemented various instructions and added a few romsManuel Palenzuela2021-07-231-2/+2
|
* Feature: Implemented various instructionsManuel Palenzuela2021-07-231-1/+2
|
* Feature: Implemented background and foreround color customizabilityManuel Palenzuela2021-07-231-1/+1
|
* Feature: Implemented reload and exit key behaviourManuel Palenzuela2021-07-231-2/+14
|
* Feature: Added key detectionManuel Palenzuela2021-07-231-2/+2
|
* Feature: Implemented various instructionsManuel Palenzuela2021-07-221-1/+1
|
* Refractoring: Refractored the Makefile to make use of pkg-configManuel Palenzuela2021-07-201-1/+5
|
* Features: Added multiple instructions and added an infinite loop detectorManuel Palenzuela2021-07-201-0/+2
| | | | | Now we are able to detect when we are entering an infinite loop to stop the program.
* Misc: Added screen size defines in the configManuel Palenzuela2021-07-191-1/+1
|
* Feature: Added draw instruction implementationManuel Palenzuela2021-07-191-7/+10
|
* Feature: Prepared SDL window for pixel drawing instructionManuel Palenzuela2021-07-191-0/+38
|
* Feature: Added timers threadManuel Palenzuela2021-07-191-3/+0
|
* Misc: Added the dbgprintf() macroManuel Palenzuela2021-07-191-7/+0
|
* Misc: Properly intialise the emulatorManuel Palenzuela2021-07-191-3/+3
|
* Feature: Added a fontManuel Palenzuela2021-07-191-1/+3
|
* Misc: Load roms after 0x200Manuel Palenzuela2021-07-191-2/+2
|
* Feature: Added registersManuel Palenzuela2021-07-191-1/+1
|
* Feature: Added basic rom loadingManuel Palenzuela2021-07-191-3/+34
|
* Initial commitManuel Palenzuela2021-07-191-0/+12