about summary refs log tree commit diff
path: root/config.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Feature: Added a config value to add COSMAC VIP compatiblity HEAD masterManuel Palenzuela2021-07-241-0/+3
|
* Misc: Added the timer thread variable to the emulator structManuel Palenzuela2021-07-241-0/+1
| | | | | This way we can keep track of the thread to join it on emulator_deinitialise()
* Feature: Implemented various instructionsManuel Palenzuela2021-07-231-4/+4
|
* Feature: Implemented background and foreround color customizabilityManuel Palenzuela2021-07-231-0/+3
|
* Feature: Implemented various instructionsManuel Palenzuela2021-07-231-0/+1
|
* Misc: Added screen size defines in the configManuel Palenzuela2021-07-191-2/+3
|
* Feature: Added draw instruction implementationManuel Palenzuela2021-07-191-1/+1
|
* Debug: Added draw debug printsManuel Palenzuela2021-07-191-1/+1
|
* Feature: Prepared SDL window for pixel drawing instructionManuel Palenzuela2021-07-191-0/+1
|
* Misc: Added the dbgprintf() macroManuel Palenzuela2021-07-191-0/+6
|
* Misc: Properly intialise the emulatorManuel Palenzuela2021-07-191-0/+2
|
* Feature: Added basic rom loadingManuel Palenzuela2021-07-191-0/+6