Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Misc: Added the timer thread variable to the emulator struct | Manuel Palenzuela | 2021-07-24 | 1 | -4/+6 |
| | | | | | This way we can keep track of the thread to join it on emulator_deinitialise() | ||||
* | Feature: Implemented various instructions and added a few roms | Manuel Palenzuela | 2021-07-23 | 1 | -2/+2 |
| | |||||
* | Feature: Implemented various instructions | Manuel Palenzuela | 2021-07-23 | 1 | -1/+2 |
| | |||||
* | Feature: Implemented background and foreround color customizability | Manuel Palenzuela | 2021-07-23 | 1 | -1/+1 |
| | |||||
* | Feature: Implemented reload and exit key behaviour | Manuel Palenzuela | 2021-07-23 | 1 | -2/+14 |
| | |||||
* | Feature: Added key detection | Manuel Palenzuela | 2021-07-23 | 1 | -2/+2 |
| | |||||
* | Feature: Implemented various instructions | Manuel Palenzuela | 2021-07-22 | 1 | -1/+1 |
| | |||||
* | Refractoring: Refractored the Makefile to make use of pkg-config | Manuel Palenzuela | 2021-07-20 | 1 | -1/+5 |
| | |||||
* | Features: Added multiple instructions and added an infinite loop detector | Manuel Palenzuela | 2021-07-20 | 1 | -0/+2 |
| | | | | | Now we are able to detect when we are entering an infinite loop to stop the program. | ||||
* | Misc: Added screen size defines in the config | Manuel Palenzuela | 2021-07-19 | 1 | -1/+1 |
| | |||||
* | Feature: Added draw instruction implementation | Manuel Palenzuela | 2021-07-19 | 1 | -7/+10 |
| | |||||
* | Feature: Prepared SDL window for pixel drawing instruction | Manuel Palenzuela | 2021-07-19 | 1 | -0/+38 |
| | |||||
* | Feature: Added timers thread | Manuel Palenzuela | 2021-07-19 | 1 | -3/+0 |
| | |||||
* | Misc: Added the dbgprintf() macro | Manuel Palenzuela | 2021-07-19 | 1 | -7/+0 |
| | |||||
* | Misc: Properly intialise the emulator | Manuel Palenzuela | 2021-07-19 | 1 | -3/+3 |
| | |||||
* | Feature: Added a font | Manuel Palenzuela | 2021-07-19 | 1 | -1/+3 |
| | |||||
* | Misc: Load roms after 0x200 | Manuel Palenzuela | 2021-07-19 | 1 | -2/+2 |
| | |||||
* | Feature: Added registers | Manuel Palenzuela | 2021-07-19 | 1 | -1/+1 |
| | |||||
* | Feature: Added basic rom loading | Manuel Palenzuela | 2021-07-19 | 1 | -3/+34 |
| | |||||
* | Initial commit | Manuel Palenzuela | 2021-07-19 | 1 | -0/+12 |