about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Feature: Added a config value to add COSMAC VIP compatiblity HEAD masterManuel Palenzuela2021-07-242-6/+9
|
* Misc: Added the timer thread variable to the emulator structManuel Palenzuela2021-07-244-8/+24
| | | | | 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-239-7/+18
|
* Feature: Implemented various instructionsManuel Palenzuela2021-07-234-14/+42
|
* Feature: Implemented background and foreround color customizabilityManuel Palenzuela2021-07-232-1/+4
|
* Feature: Implemented reload and exit key behaviourManuel Palenzuela2021-07-231-2/+14
|
* Feature: Implemented various instructionsManuel Palenzuela2021-07-232-24/+25
|
* Feature: Added key detectionManuel Palenzuela2021-07-235-2/+83
|
* Feature: Implemented various instructionsManuel Palenzuela2021-07-222-14/+13
|
* Feature: Implemented various instructionsManuel Palenzuela2021-07-222-3/+18
|
* Refractoring: Refractored the Makefile to make use of pkg-configManuel Palenzuela2021-07-203-2341/+10
|
* Refractoring: Refractored the stepping of the PC into a functionManuel Palenzuela2021-07-202-5/+10
|
* Feature: Implemented various instructionsManuel Palenzuela2021-07-203-6/+2369
|
* Roms: Added the demo rom 'sierpinski'Manuel Palenzuela2021-07-202-0/+0
|
* Roms: Added the demo rom 'Maze'Manuel Palenzuela2021-07-201-0/+0
|
* Cleanup: Removed unnecesary fileManuel Palenzuela2021-07-202-0/+1
|
* Feature: Implemented various instructionsManuel Palenzuela2021-07-202-0/+42
|
* Misc: Added some debug output to the implemented instructionsManuel Palenzuela2021-07-201-20/+30
|
* Misc: Removed unnecesary fileManuel Palenzuela2021-07-202-1/+1
|
* Features: Added multiple instructions and added an infinite loop detectorManuel Palenzuela2021-07-204-21/+72
| | | | | Now we are able to detect when we are entering an infinite loop to stop the program.
* Misc: Added stars.ch8 romManuel Palenzuela2021-07-191-0/+0
|
* Misc: Added screen size defines in the configManuel Palenzuela2021-07-192-3/+4
|
* Feature: Added draw instruction implementationManuel Palenzuela2021-07-193-38/+21
|
* Debug: Added draw debug printsManuel Palenzuela2021-07-193-1/+40
|
* Feature: Prepared SDL window for pixel drawing instructionManuel Palenzuela2021-07-195-1/+42
|
* Feature: Added timers threadManuel Palenzuela2021-07-194-9/+32
|
* Misc: Added the dbgprintf() macroManuel Palenzuela2021-07-194-18/+18
|
* Feature: Implemented instructions to run the logo romManuel Palenzuela2021-07-192-19/+33
|
* Feature: Added placeholder for basic instructions needed to run the logo romManuel Palenzuela2021-07-194-9/+62
|
* Feature: Added basic instruction decodingManuel Palenzuela2021-07-192-0/+36
|
* Misc: Wrote basic READMEManuel Palenzuela2021-07-191-0/+8
|
* Misc: Properly intialise the emulatorManuel Palenzuela2021-07-194-8/+20
|
* Feature: Added a fontManuel Palenzuela2021-07-193-2/+32
|
* Misc: Load roms after 0x200Manuel Palenzuela2021-07-194-4/+9
|
* Feature: Added registersManuel Palenzuela2021-07-192-1/+23
|
* Feature: Added basic rom loadingManuel Palenzuela2021-07-195-3/+86
|
* Added ReadmeManuel Palenzuela2021-07-192-3/+3
|
* Initial commitManuel Palenzuela2021-07-195-0/+28