Initial GIF implementation
Currently there's nothing really of note, it's just an empty class that handles reads/writes to some of the registers. The functionality will be explained in subsequent commits. Along with this I've added a new document, from which, the GIF implementation will be based on.
Showing
- CMakeLists.txt 1 addition, 0 deletionsCMakeLists.txt
- docs/EEUsersManual.pdf 0 additions, 0 deletionsdocs/EEUsersManual.pdf
- src/common/emulator.cc 2 additions, 0 deletionssrc/common/emulator.cc
- src/common/emulator.h 7 additions, 1 deletionsrc/common/emulator.h
- src/gs/gif.cc 52 additions, 0 deletionssrc/gs/gif.cc
- src/gs/gif.h 58 additions, 0 deletionssrc/gs/gif.h
- src/gs/gs.h 34 additions, 0 deletionssrc/gs/gs.h
docs/EEUsersManual.pdf
0 → 100644
File added
src/gs/gif.cc
0 → 100644
src/gs/gif.h
0 → 100644
src/gs/gs.h
0 → 100644
Please register or sign in to comment