index
:
CHIP8-Emulator
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Misc: Added the timer thread variable to the emulator struct
Manuel Palenzuela
2021-07-24
1
-4
/
+6
*
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
*
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