Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/celerizer/tamalibretro
TamaLIB Tamagotchi P1 emulator implementation in the libretro API
https://github.com/celerizer/tamalibretro
emulator libretro tamagotchi
Last synced: about 2 months ago
JSON representation
TamaLIB Tamagotchi P1 emulator implementation in the libretro API
- Host: GitHub
- URL: https://github.com/celerizer/tamalibretro
- Owner: celerizer
- License: gpl-2.0
- Created: 2024-09-15T16:48:21.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-11-20T16:12:37.000Z (2 months ago)
- Last Synced: 2024-11-20T17:24:07.885Z (2 months ago)
- Topics: emulator, libretro, tamagotchi
- Language: C
- Homepage:
- Size: 269 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TamaLIBretro
**TamaLIBretro** is an implementation of the **[TamaLIB](https://github.com/jcrona/tamalib)** Tamagotchi P1 emulation library as a libretro core.
![image](https://github.com/user-attachments/assets/be833627-ec6e-4103-9cd2-6d29e8bfa82b)
## Usage
- Load the libretro core with `tama.b` from the MAME set as content.
- MD5: `3fce172403c27274e59723bbb9f6d8e9`
- For play instructions, see the [official manual](https://www.bandai.com/amfile/file/download/file/167/product/1276811/).## Controls
| RetroPad | Tamagotchi |
|-|-|
| Y | A (Select) |
| B | B (Execute) |
| A | C (Cancel) |## Building
* `git clone https://github.com/celerizer/tamalibretro --recurse-submodules`
* `cd tamalibretro`
* `make`You can replace the backgrounds and icons in the `images` directory then run `convert.sh` to package them into the core.
## License
TamaLIB and TamaLIBretro are distributed under the GPLv2 license. See the LICENSE file for more information.