about summary refs log tree commit diff
path: root/emulator.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Misc: Added the timer thread variable to the emulator structManuel Palenzuela2021-07-241-0/+2
| | | | | This way we can keep track of the thread to join it on emulator_deinitialise()
* Feature: Added key detectionManuel Palenzuela2021-07-231-0/+10
|
* Refractoring: Refractored the stepping of the PC into a functionManuel Palenzuela2021-07-201-0/+1
|
* Features: Added multiple instructions and added an infinite loop detectorManuel Palenzuela2021-07-201-0/+1
| | | | | Now we are able to detect when we are entering an infinite loop to stop the program.
* Feature: Prepared SDL window for pixel drawing instructionManuel Palenzuela2021-07-191-0/+1
|
* Feature: Added timers threadManuel Palenzuela2021-07-191-5/+10
|
* Feature: Implemented instructions to run the logo romManuel Palenzuela2021-07-191-18/+28
|
* Feature: Added placeholder for basic instructions needed to run the logo romManuel Palenzuela2021-07-191-0/+1
|
* Misc: Properly intialise the emulatorManuel Palenzuela2021-07-191-0/+3
|
* Feature: Added a fontManuel Palenzuela2021-07-191-1/+3
|
* Misc: Load roms after 0x200Manuel Palenzuela2021-07-191-1/+5
|
* Feature: Added registersManuel Palenzuela2021-07-191-0/+22
|
* Feature: Added basic rom loadingManuel Palenzuela2021-07-191-0/+17
|
* Initial commitManuel Palenzuela2021-07-191-0/+0