|
|
2 年 前 | |
|---|---|---|
| compiled | 3 年 前 | |
| icons | 3 年 前 | |
| tamalib | 3 年 前 | |
| 7C4D38E5-A1F7-4F1E-B3FF-AF6F6E67468B.png | 2 年 前 | |
| README.md | 2 年 前 | |
| Screenshot1.png | 2 年 前 | |
| Screenshot2.png | 2 年 前 | |
| Screenshot3.png | 2 年 前 | |
| Screenshot4.png | 2 年 前 | |
| application.fam | 3 年 前 | |
| hal.c | 3 年 前 | |
| hal_types.h | 3 年 前 | |
| tama.gif | 3 年 前 | |
| tama.h | 3 年 前 | |
| tamaIcon.png | 3 年 前 | |
| tama_p1.c | 2 年 前 |
This is a tama P1 Emulator app for Flipper Zero, based on TamaLIB.
Create a tama_p1 folder in your microSD card, and put the ROM as rom.bin.
Use a search engine to find the Tamagotchi ROM. There is a file named tama.b.
Rename this to rom.bin.
Controls in portrait mode are the same as landscape mode, but turned 90 degrees.
Move this folder into flippers applications_user/TAMA-P1.
Launching the app, directly from console to flipper:
./fbt launch_app APPSRC=applications_user/TAMA-P1
Run the following to compile icons:
scripts/assets.py icons applications/tama_p1/icons applications/tama_p1/compiled
Note: you may also need to add -Wno-unused-parameter to CCFLAGS in
site_cons/cc.scons to suppress unused parameter errors in TamaLIB.
Using the serial script from FlipperScripts it is easy to add direct logging after running the application:
`python .\serial_logger.py`
`./fbt launch_app APPSRC=applications\plugins\tama_p1; python .\serial_logger.py`