about summary refs log tree commit diff
path: root/emulator.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Feature: Implemented various instructionsManuel Palenzuela2021-07-201-0/+42
|
* Misc: Added some debug output to the implemented instructionsManuel Palenzuela2021-07-201-20/+30
|
* Misc: Removed unnecesary fileManuel Palenzuela2021-07-201-1/+1
|
* Features: Added multiple instructions and added an infinite loop detectorManuel Palenzuela2021-07-201-21/+69
| | | | | Now we are able to detect when we are entering an infinite loop to stop the program.
* Feature: Added draw instruction implementationManuel Palenzuela2021-07-191-30/+10
|
* Debug: Added draw debug printsManuel Palenzuela2021-07-191-0/+39
|
* Feature: Prepared SDL window for pixel drawing instructionManuel Palenzuela2021-07-191-0/+1
|
* Feature: Added timers threadManuel Palenzuela2021-07-191-0/+21
|
* Misc: Added the dbgprintf() macroManuel Palenzuela2021-07-191-9/+10
|
* Feature: Implemented instructions to run the logo romManuel Palenzuela2021-07-191-1/+5
|
* Feature: Added placeholder for basic instructions needed to run the logo romManuel Palenzuela2021-07-191-9/+61
|
* Feature: Added basic instruction decodingManuel Palenzuela2021-07-191-0/+36
|
* Misc: Properly intialise the emulatorManuel Palenzuela2021-07-191-5/+12
|
* Feature: Added a fontManuel Palenzuela2021-07-191-0/+26
|
* Misc: Load roms after 0x200Manuel Palenzuela2021-07-191-1/+2
|
* Feature: Added basic rom loadingManuel Palenzuela2021-07-191-0/+29
|
* Initial commitManuel Palenzuela2021-07-191-0/+0