head	1.5;
access;
symbols
	pkgsrc-2026Q1:1.5.0.38
	pkgsrc-2026Q1-base:1.5
	pkgsrc-2025Q4:1.5.0.36
	pkgsrc-2025Q4-base:1.5
	pkgsrc-2025Q3:1.5.0.34
	pkgsrc-2025Q3-base:1.5
	pkgsrc-2025Q2:1.5.0.32
	pkgsrc-2025Q2-base:1.5
	pkgsrc-2025Q1:1.5.0.30
	pkgsrc-2025Q1-base:1.5
	pkgsrc-2024Q4:1.5.0.28
	pkgsrc-2024Q4-base:1.5
	pkgsrc-2024Q3:1.5.0.26
	pkgsrc-2024Q3-base:1.5
	pkgsrc-2024Q2:1.5.0.24
	pkgsrc-2024Q2-base:1.5
	pkgsrc-2024Q1:1.5.0.22
	pkgsrc-2024Q1-base:1.5
	pkgsrc-2023Q4:1.5.0.20
	pkgsrc-2023Q4-base:1.5
	pkgsrc-2023Q3:1.5.0.18
	pkgsrc-2023Q3-base:1.5
	pkgsrc-2023Q2:1.5.0.16
	pkgsrc-2023Q2-base:1.5
	pkgsrc-2023Q1:1.5.0.14
	pkgsrc-2023Q1-base:1.5
	pkgsrc-2022Q4:1.5.0.12
	pkgsrc-2022Q4-base:1.5
	pkgsrc-2022Q3:1.5.0.10
	pkgsrc-2022Q3-base:1.5
	pkgsrc-2022Q2:1.5.0.8
	pkgsrc-2022Q2-base:1.5
	pkgsrc-2022Q1:1.5.0.6
	pkgsrc-2022Q1-base:1.5
	pkgsrc-2021Q4:1.5.0.4
	pkgsrc-2021Q4-base:1.5
	pkgsrc-2021Q3:1.5.0.2
	pkgsrc-2021Q3-base:1.5
	pkgsrc-2021Q2:1.2.0.8
	pkgsrc-2021Q2-base:1.2
	pkgsrc-2021Q1:1.2.0.6
	pkgsrc-2021Q1-base:1.2
	pkgsrc-2020Q4:1.2.0.4
	pkgsrc-2020Q4-base:1.2
	pkgsrc-2020Q3:1.2.0.2
	pkgsrc-2020Q3-base:1.2
	pkgsrc-2020Q2:1.1.0.2
	pkgsrc-2020Q2-base:1.1;
locks; strict;
comment	@# @;


1.5
date	2021.09.19.08.14.58;	author nia;	state Exp;
branches;
next	1.4;
commitid	Ro1SoOyNreNQzx9D;

1.4
date	2021.08.24.13.50.07;	author nia;	state Exp;
branches;
next	1.3;
commitid	YNYnOXeLdMjnge6D;

1.3
date	2021.07.04.07.47.39;	author nia;	state Exp;
branches;
next	1.2;
commitid	D22BYqhWgR6XTDZC;

1.2
date	2020.08.18.05.46.32;	author tnn;	state Exp;
branches;
next	1.1;
commitid	ytTeBdLOdv47wvkC;

1.1
date	2020.06.02.13.25.00;	author nia;	state Exp;
branches;
next	;
commitid	5qyearl4rF9RwEaC;


desc
@@


1.5
log
@gearsystem: update to 3.4.1. fixes a crash when loading roms.
@
text
@# $NetBSD: Makefile.common,v 1.4 2021/08/24 13:50:07 nia Exp $
# used by emulators/gearsystem/Makefile
# used by emulators/libretro-gearsystem/Makefile

DISTNAME=	gearsystem-3.4.1
CATEGORIES=	emulators
MASTER_SITES=	${MASTER_SITE_GITHUB:=drhelius/}
GITHUB_PROJECT=	Gearsystem
GITHUB_TAG=	${DISTNAME}

USE_LANGUAGES=	c c++

DISTINFO_FILE=	${.CURDIR}/../../emulators/gearsystem/distinfo
PATCHDIR=	${.CURDIR}/../../emulators/gearsystem/patches

CHECK_PORTABILITY_SKIP+=	platforms/*/dependencies/SDL-*/premake/*/build-scripts/*
CHECK_PORTABILITY_SKIP+=	platforms/*/dependencies/SDL-*/Xcode/SDL/pkg-support/*
CHECK_PORTABILITY_SKIP+=	platforms/*/dependencies/SDL-*/build-scripts/*
@


1.4
log
@gearsystem: update to 3.4.0

changes:
    All platforms:
        BIOS support.
        3D glasses support (choose eye).
        Janggun mapper.
        Fix incorrect region detection.
        Many performance improvements.
        Several bug fixes.
    Windows , Linux and Mac (desktop):
        Fullscreen.
        Multi-line cheat input to add multiple cheats in batch.
        BSD support.
        Debugger: go-to address, double click in jumps, back, memory breakpoints.
    RetroArch (libretro):
        Apple TV
        macOS ARM
        OpenDingux
@
text
@d1 1
a1 1
# $NetBSD: Makefile.common,v 1.3 2021/07/04 07:47:39 nia Exp $
d5 1
a5 1
DISTNAME=	gearsystem-3.4.0
@


1.3
log
@gearsystem: update to 3.3.0

All platforms:

    Many performance improvements.
    Several bug fixes.
@
text
@d1 1
a1 1
# $NetBSD: Makefile.common,v 1.2 2020/08/18 05:46:32 tnn Exp $
d5 1
a5 1
DISTNAME=	gearsystem-3.3.0
@


1.2
log
@gearsystem: more CHECK_PORTABILITY_SKIPs
@
text
@d1 1
a1 1
# $NetBSD: Makefile.common,v 1.1 2020/06/02 13:25:00 nia Exp $
d5 1
a5 1
DISTNAME=	gearsystem-3.1.0
@


1.1
log
@emulators: add gearsystem

Gearsystem is a cross-platform Sega Master System / Game Gear / SG-1000
emulator written in C++.

## Features

- Accurate Z80 core, including undocumented opcodes and behaviour like R
  and MEMPTR registers.
- Multi-Mapper support: SEGA, Codemasters, Korean, MSX, SG-1000, and ROM
  only cartridges.
- External RAM support with save files.
- Automatic region detection: NTSC-JAP, NTSC-USA, PAL-EUR.
- Accurate VDP emulation including timing and SMS2 only 224 mode support.
- Internal database for rom detection.
- Audio emulation using SDL Audio and Sms_Snd_Emu library.
- Saves battery powered RAM cartridges to file.
- Save states.
- Compressed rom support (ZIP deflate).
- Game Genie and Pro Action Replay cheat support.
- Full debugger with disassembler, breakpoints, debug symbols, memory editor,
  IO inspector and and VRAM viewer including tiles, sprites, backgrounds and
  palettes.
@
text
@d1 1
a1 1
# $NetBSD$
d17 2
a18 1
CHECK_PORTABILITY_SKIP+=	platforms/ios/dependencies/SDL-*/build-scripts/*
@

