The C++ core has to be adapted following the evolution of TamaLIB aiming at emulating all first-gen ROMs.
Currently, all C++ code has been merged into a monolithic tamalib.cpp file as the dependency management was not trivial for binding to Python.
- In this feature I am trying to reflect the changes into the monolithic C++ but it is sketchy.
- In this feature I am trying to use the official tamaLIB repository with a minimal C++ binding to Python. I think at the end of the day this is the best approach.
Contributions to this part of the project, or to any other aspect, are warmly welcome.
The C++ core has to be adapted following the evolution of TamaLIB aiming at emulating all first-gen ROMs.
Currently, all C++ code has been merged into a monolithic
tamalib.cppfile as the dependency management was not trivial for binding to Python.Contributions to this part of the project, or to any other aspect, are warmly welcome.