diff options
author | nia <nia@pkgsrc.org> | 2020-06-02 13:24:31 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-06-02 13:24:31 +0000 |
commit | 7d6ab59069df4b1eaed5ee12745443ffdc8945e0 (patch) | |
tree | 11abb85d2d6309e22b494730c3dfd62ed2de652e /emulators/gearboy/PLIST | |
parent | e2b466501566a6b23639cb3caa7a41a656084cf3 (diff) | |
download | pkgsrc-7d6ab59069df4b1eaed5ee12745443ffdc8945e0.tar.gz |
emulators: add gearboy
Gearboy is a cross-platform Game Boy / GameBoy Color emulator written in C++.
## Features
- Accurate CPU emulation, passes cpu_instrs.gb from blargg's tests.
- Accurate instruction and memory timing, passes instr_timing.gb and
mem_timing.gb from blargg's tests.
- Supported cartridges: ROM, ROM + RAM, MBC1, MBC2, MBC3 + RTC, MBC5, HuC-1
and MBC1M (multicart).
- Accurate LCD controller emulation with correct timings and priorities
including mid-scanline effects.
- Game Boy Color support.
- LCD screen ghosting effect as seen in the original Game Boy.
- LCD dot matrix effect.
- Sound emulation using SDL Audio and Gb_Snd_Emu library.
- Save battery powered RAM cartridges to file.
- Save states.
- Compressed rom support (ZIP).
- Game Genie and GameShark cheat support.
- Full debugger with disassembler, breakpoints, debug symbols, memory editor,
IO inspector and and VRAM viewer including tiles, sprites, backgrounds and
palettes.
Diffstat (limited to 'emulators/gearboy/PLIST')
-rw-r--r-- | emulators/gearboy/PLIST | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/gearboy/PLIST b/emulators/gearboy/PLIST new file mode 100644 index 00000000000..9f04d76f16a --- /dev/null +++ b/emulators/gearboy/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2020/06/02 13:24:32 nia Exp $ +bin/gearboy +share/applications/gearboy.desktop +share/pixmaps/gearboy.png |