tamalib
tamalib copied to clipboard
A hardware agnostic Tamagotchi P1 emulation library
For most concrete implementations (e.g. in tamatool https://github.com/jcrona/tamatool/blob/master/src/state.c ), there exists a need to serialise the state to an array of bytes, so that it may be saved in non-volatile...
Not an issue, just a question. It was pretty easy to run tamalib and Tamagothi P1 on Raspberry Pi Pico Clone RP2040 with a SSD1306 display, but i got some...
Thanks so much for the great work! After huge modification of your source code, I managed to run the entire TamaLib plus ROM in Arduino UNO, a ATmega328P with 32K...
This improves the speed of the emulator by a large amount. See https://stackoverflow.com/questions/3848343/decode-and-dispatch-interpretation-vs-threaded-interpretation https://en.wikipedia.org/wiki/Threaded_code#Direct_threading
Hello Jean-Christophe, I found your library and I'm very happy with it. I'm doing some experiments with it and an ESP32 board (actually an M5Stack Core). During my experiments, I...
Is very hard to do a decompilation to port the program to c or c++? are there some tools for the architecture? I'm wondering if is possible to traduce the...
Hi. I was interested into contributing to tamagotchi emulation by working on the V5 (familitchi) as it's the one I own I took it apart and took pictures of both...
Adds Palm OS Tamalib port link to README
Hello, thanks for your great work. I am able to run it on the ESP32. It's not an issue, but I wonder if you know a way to customize the...
Right now, `cpu.h` implies that `LOW_FOOTPRINT` can be set or unset to change the memory access behavior of the emulator, but it defines itself right before accessing, so it is...