Up to [cvs.NetBSD.org] / pkgsrc / emulators / gearboy
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.12 / (download) - annotate - [select for diffs], Wed Aug 2 19:27:31 2023 UTC (4 months, 1 week ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
HEAD
Changes since 1.11: +4 -4
lines
Diff to previous 1.11 (colored)
*: Instead of using BUILDLINK_TRANSFORM to force a "gnu" language variant when a package is using GNU extensions without setting -std=gnuXX, use FORCE_(C|CXX)_STD.
Revision 1.11 / (download) - annotate - [select for diffs], Sat May 6 19:09:13 2023 UTC (7 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
*: Recursive revbump from audio/libopus 1.4
Revision 1.10 / (download) - annotate - [select for diffs], Sun Sep 11 12:51:32 2022 UTC (14 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
*: bump PKGREVISION for flac shlib bump
Revision 1.9 / (download) - annotate - [select for diffs], Thu Aug 11 05:08:19 2022 UTC (16 months ago) by gutteridge
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Bump all dependent packages of wayland (belatedly) The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Mar 28 10:53:03 2022 UTC (20 months, 2 weeks ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
{c,d,e}*/*: revbump(1) for libsndfile
Revision 1.7 / (download) - annotate - [select for diffs], Wed Dec 8 16:04:16 2021 UTC (2 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
revbump for icu and libffi
Revision 1.6 / (download) - annotate - [select for diffs], Wed Sep 8 21:05:00 2021 UTC (2 years, 3 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
Recursive revbump for audio/jack
Revision 1.5 / (download) - annotate - [select for diffs], Tue Aug 24 13:27:26 2021 UTC (2 years, 3 months ago) by nia
Branch: MAIN
Changes since 1.4: +3 -8
lines
Diff to previous 1.4 (colored)
gearboy: update to 3.4.0 All platforms: GBA mode. Bootrom support. Many performance improvements. Several bug fixes. Windows , Linux and Mac (desktop): Fullscreen. Multi-line cheat input to add multiple cheats in batch. BSD support. 5 custom palettes. Debugger: go-to address, double click in jumps, back, memory breakpoints. RetroArch (libretro): Apple TV macOS ARM OpenDingux
Revision 1.4 / (download) - annotate - [select for diffs], Sun Jul 4 07:47:20 2021 UTC (2 years, 5 months ago) by nia
Branch: MAIN
Changes since 1.3: +1 -2
lines
Diff to previous 1.3 (colored)
gearboy: update to 3.3.0 All platforms: Many performance improvements. Several bug fixes.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 18 17:57:46 2020 UTC (3 years, 3 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
*: revbump for libsndfile
Revision 1.2 / (download) - annotate - [select for diffs], Tue Aug 11 18:47:39 2020 UTC (3 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored)
Build can use a lot of memory, untighten.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Jun 2 13:24:32 2020 UTC (3 years, 6 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
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.