about summary refs log tree commit diff
path: root/emulator.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Feature: Added a config value to add COSMAC VIP compatiblity HEAD masterManuel Palenzuela2021-07-241-6/+6
|
* Misc: Added the timer thread variable to the emulator structManuel Palenzuela2021-07-241-4/+15
| | | | | 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-5/+16
|
* Feature: Implemented various instructionsManuel Palenzuela2021-07-231-9/+36
|
* Feature: Implemented various instructionsManuel Palenzuela2021-07-231-24/+24
|
* Feature: Added key detectionManuel Palenzuela2021-07-231-0/+71
|
* Feature: Implemented various instructionsManuel Palenzuela2021-07-221-13/+12
|
* Feature: Implemented various instructionsManuel Palenzuela2021-07-221-3/+18
|
* Refractoring: Refractored the stepping of the PC into a functionManuel Palenzuela2021-07-201-5/+9
|
* Feature: Implemented various instructionsManuel Palenzuela2021-07-201-6/+32
|
* 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