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 1 year 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-30T21:52:37.000Z (over 1 year ago)
- Last Synced: 2025-03-28T21:12:33.614Z (over 1 year ago)
- Topics: emulator, libretro, tamagotchi
- Language: C
- Homepage:
- Size: 285 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
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.

## 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.