altra64
altra64 copied to clipboard
Alternate Everdrive64 Menu. Original release from: http://krikzz.com/forum/index.php?topic=816.0
It seems that altera64 uses the header to determine which CIC chip it should use. However in some cases, that may not be enough to run a game properly. A...
To create a bug free product, Unit testing should be considered. Possible frameworks can be found at: http://stackoverflow.com/questions/65820/unit-testing-c-code
Hi, i have some trouble with long filename, i got an error "error loading file" with them. Do you have any idea about it ? thank you
Byuu shows an example of how this could work. see http://byuu.org/emulation/higan/game-paks This would have to take into account the different save types of the N64 though.
gameshark uses yaml whilst the current config is stored as an INI. it would be better for these to use the same language. Also, the settings file code should be...
Using CMake may allow a complete build system on windows. NinjaBuild is very fast and may decrease build times significantly.
To ease debugging, the solution should use a debugging macro in the makefile rather than only a flag contained in the code. debug.h and ifdef's should then be used so...
consider using https://github.com/vurtun/nuklear for the user interface
Although 64DD cart conversions now boot, the following still needs to be done: - [ ] the cart id (at least for sim city) is corrupted on the display -...