head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.24 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.22 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.20 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.18 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.16 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.14 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.12 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.10 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.8 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.6 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.4 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.2 pkgsrc-2023Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2023.05.29.19.30.48; author nia; state Exp; branches; next ; commitid Cf4erDhGY7V5uTqE; desc @@ 1.1 log @add emulators/fbneo FinalBurn Neo is an emulator for arcade games and select consoles. It is based on the emulators FinalBurn and old versions of MAME. @ text @$NetBSD$ Disable stuff we don't necessarily actually want to assume. --- makefile.orig 2021-05-01 20:32:23.000000000 +0000 +++ makefile @@@@ -22,7 +22,7 @@@@ UNICODE = 1 #BUILD_A68K = 1 # Include x86 Assembly routines -BUILD_X86_ASM = 1 +#BUILD_X86_ASM = 1 # Include GCC optmisations for your CPU e.g use -march=native. WARNING: This might mean that the generated binaries will not run on other peoples (older) machines! #BUILD_NATIVE = 1 @@@@ -63,10 +63,10 @@@@ FASTCALL = 1 PERL = 1 # Endianness -LSB_FIRST = 1 +#LSB_FIRST = 1 # Include png.h from burner.h -INCLUDE_LIB_PNGH = 1 +#INCLUDE_LIB_PNGH = 1 # Enable CRT resolution switching # INCLUDE_SWITCHRES = 1 @