Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2019 17:50:27 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500513 - in head/emulators/mame: . files
Message-ID:  <201904301750.x3UHoRs5084666@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Tue Apr 30 17:50:26 2019
New Revision: 500513
URL: https://svnweb.freebsd.org/changeset/ports/500513

Log:
  emulators/mame: upgrade 0.200 -> 0.209
  
  - 2nd attempt, with additional patches
  
  PR:  236621
  Submitted by: sirdice@gmail.com
  Relnotes: https://www.mamedev.org/releases/whatsnew_0209.txt
  	https://mamedev.org/releases/whatsnew_0208.txt
  	https://mamedev.org/releases/whatsnew_0207.txt
  	...

Added:
  head/emulators/mame/files/patch-3rdparty_asio_include_asio_detail_config.hpp   (contents, props changed)
  head/emulators/mame/files/patch-src_osd_eigccx86.h
     - copied, changed from r500512, head/emulators/mame/files/patch-src__osd__eigccx86.h
  head/emulators/mame/files/patch-src_osd_eminline.h
     - copied unchanged from r500512, head/emulators/mame/files/patch-src__osd__eminline.h
Deleted:
  head/emulators/mame/files/patch-asio-libc++7
  head/emulators/mame/files/patch-scripts_toolchain.lua
  head/emulators/mame/files/patch-src__osd__eigccx86.h
  head/emulators/mame/files/patch-src__osd__eminline.h
  head/emulators/mame/files/patch-src_lib_netlist_plib_pparser.cpp
  head/emulators/mame/files/patch-src_lib_netlist_plib_pparser.h
Modified:
  head/emulators/mame/Makefile
  head/emulators/mame/distinfo
  head/emulators/mame/files/patch-3rdparty_bx_include_bx_platform.h
  head/emulators/mame/files/patch-3rdparty_bx_src_mutex.cpp
  head/emulators/mame/files/patch-3rdparty_bx_src_thread.cpp
  head/emulators/mame/files/patch-makefile
  head/emulators/mame/files/patch-src_osd_modules_file_posixptty.cpp
  head/emulators/mame/pkg-plist

Modified: head/emulators/mame/Makefile
==============================================================================
--- head/emulators/mame/Makefile	Tue Apr 30 17:21:07 2019	(r500512)
+++ head/emulators/mame/Makefile	Tue Apr 30 17:50:26 2019	(r500513)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME?=	mame
-PORTVERSION=	0.200
-PORTREVISION=	3
+PORTVERSION=	0.209
 CATEGORIES=	emulators
 
 MAINTAINER=	ports@FreeBSD.org
@@ -20,7 +19,8 @@ LIB_DEPENDS=	libFLAC.so:audio/flac \
 		libfreetype.so:print/freetype2
 RUN_DEPENDS=	liberation-fonts-ttf>=0:x11-fonts/liberation-fonts-ttf
 
-USES=		compiler:c++14-lang gmake jpeg pkgconfig python:2.7,build qt:5 shebangfix
+USES=		compiler:c++14-lang gl gmake jpeg pkgconfig \
+		python:2.7,build qt:5 sdl shebangfix
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	mamedev
@@ -94,6 +94,8 @@ post-patch:
 		${WRKSRC}/scripts/genie.lua
 	@${GREP} -rl '"png.h"' ${WRKSRC}/src | ${XARGS} ${REINPLACE_CMD} \
 		-e 's|"png.h"|"localpng.h"|'
+	@${REINPLACE_CMD} -e 's|"util/png.h"|"util/localpng.h"|' \
+		${WRKSRC}/src/frontend/mame/ui/icorender.cpp
 	@${MV} ${WRKSRC}/src/lib/util/png.h ${WRKSRC}/src/lib/util/localpng.h
 
 do-install:

Modified: head/emulators/mame/distinfo
==============================================================================
--- head/emulators/mame/distinfo	Tue Apr 30 17:21:07 2019	(r500512)
+++ head/emulators/mame/distinfo	Tue Apr 30 17:50:26 2019	(r500513)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533314360
-SHA256 (mamedev-mame-0.200-mame0200_GH0.tar.gz) = a6c43323e120f55b32c072726bdda357aa221a599070989b6e3406ee4e3983fe
-SIZE (mamedev-mame-0.200-mame0200_GH0.tar.gz) = 127378126
+TIMESTAMP = 1556369525
+SHA256 (mamedev-mame-0.209-mame0209_GH0.tar.gz) = 9442e88bd87cfe407eb093a2ecb42a3850cabe31cd52c4efdef1bf7f584a8eab
+SIZE (mamedev-mame-0.209-mame0209_GH0.tar.gz) = 146403114

Added: head/emulators/mame/files/patch-3rdparty_asio_include_asio_detail_config.hpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/mame/files/patch-3rdparty_asio_include_asio_detail_config.hpp	Tue Apr 30 17:50:26 2019	(r500513)
@@ -0,0 +1,18 @@
+--- 3rdparty/asio/include/asio/detail/config.hpp.orig	2019-04-24 05:00:38 UTC
++++ 3rdparty/asio/include/asio/detail/config.hpp
+@@ -713,14 +713,12 @@
+ #      define ASIO_HAS_STD_STRING_VIEW 1
+ #     endif
+ #    endif
+-#    if !defined(ASIO_HAS_STD_STRING_VIEW) && __has_include(<experimental/string_view>)
++#    if !defined(ASIO_HAS_STD_STRING_VIEW) && __has_include(<string_view>)
+ #     define ASIO_HAS_STD_STRING_VIEW 1
+ #     if defined(__APPLE__)
+ #      if ((__clang_major__ < 10) || ((__clang_major__ == 10) && (__clang_minor__ == 0) && (__clang_patchlevel__ < 1)))
+ #        define ASIO_HAS_STD_EXPERIMENTAL_STRING_VIEW 1
+ #       endif // clang < 10.0.1
+-#      else // for non-Xcode Clang
+-#        define ASIO_HAS_STD_EXPERIMENTAL_STRING_VIEW 1
+ #      endif
+ #    endif // __has_include(<experimental/string_view>)
+ #   endif // (__cplusplus >= 201103)

Modified: head/emulators/mame/files/patch-3rdparty_bx_include_bx_platform.h
==============================================================================
--- head/emulators/mame/files/patch-3rdparty_bx_include_bx_platform.h	Tue Apr 30 17:21:07 2019	(r500512)
+++ head/emulators/mame/files/patch-3rdparty_bx_include_bx_platform.h	Tue Apr 30 17:50:26 2019	(r500513)
@@ -1,4 +1,4 @@
---- 3rdparty/bx/include/bx/platform.h.orig	2018-02-27 15:59:06 UTC
+--- 3rdparty/bx/include/bx/platform.h.orig	2019-04-24 05:00:38 UTC
 +++ 3rdparty/bx/include/bx/platform.h
 @@ -35,6 +35,7 @@
  #define BX_CRT_MINGW  0
@@ -8,7 +8,7 @@
  
  #ifndef BX_CRT_MUSL
  #	define BX_CRT_MUSL 0
-@@ -236,6 +237,9 @@
+@@ -232,6 +233,9 @@
  #	elif defined(__apple_build_version__) || defined(__ORBIS__) || defined(__EMSCRIPTEN__) || defined(__llvm__)
  #		undef  BX_CRT_LIBCXX
  #		define BX_CRT_LIBCXX 1
@@ -18,7 +18,7 @@
  #	endif //
  
  #	if !BX_CRT_BIONIC \
-@@ -244,7 +248,8 @@
+@@ -240,7 +244,8 @@
  	&& !BX_CRT_MINGW  \
  	&& !BX_CRT_MSVC   \
  	&& !BX_CRT_MUSL   \
@@ -28,7 +28,7 @@
  #		undef  BX_CRT_NONE
  #		define BX_CRT_NONE 1
  #	endif // BX_CRT_*
-@@ -379,6 +384,8 @@
+@@ -371,6 +376,8 @@
  #	define BX_CRT_NAME "Newlib"
  #elif BX_CRT_MUSL
  #	define BX_CRT_NAME "musl libc"

Modified: head/emulators/mame/files/patch-3rdparty_bx_src_mutex.cpp
==============================================================================
--- head/emulators/mame/files/patch-3rdparty_bx_src_mutex.cpp	Tue Apr 30 17:21:07 2019	(r500512)
+++ head/emulators/mame/files/patch-3rdparty_bx_src_mutex.cpp	Tue Apr 30 17:50:26 2019	(r500513)
@@ -1,6 +1,6 @@
---- 3rdparty/bx/src/mutex.cpp.orig	2018-02-27 15:59:06 UTC
+--- 3rdparty/bx/src/mutex.cpp.orig	2019-04-24 05:00:38 UTC
 +++ 3rdparty/bx/src/mutex.cpp
-@@ -13,6 +13,7 @@
+@@ -16,6 +16,7 @@
  	|| BX_PLATFORM_IOS     \
  	|| BX_PLATFORM_OSX     \
  	|| BX_PLATFORM_PS4     \

Modified: head/emulators/mame/files/patch-3rdparty_bx_src_thread.cpp
==============================================================================
--- head/emulators/mame/files/patch-3rdparty_bx_src_thread.cpp	Tue Apr 30 17:21:07 2019	(r500512)
+++ head/emulators/mame/files/patch-3rdparty_bx_src_thread.cpp	Tue Apr 30 17:50:26 2019	(r500513)
@@ -1,6 +1,6 @@
---- 3rdparty/bx/src/thread.cpp.orig	2018-02-27 15:59:06 UTC
+--- 3rdparty/bx/src/thread.cpp.orig	2019-04-24 05:00:38 UTC
 +++ 3rdparty/bx/src/thread.cpp
-@@ -11,6 +11,7 @@
+@@ -15,6 +15,7 @@
  	|| BX_PLATFORM_IOS     \
  	|| BX_PLATFORM_OSX     \
  	|| BX_PLATFORM_PS4     \

Modified: head/emulators/mame/files/patch-makefile
==============================================================================
--- head/emulators/mame/files/patch-makefile	Tue Apr 30 17:21:07 2019	(r500512)
+++ head/emulators/mame/files/patch-makefile	Tue Apr 30 17:50:26 2019	(r500513)
@@ -1,6 +1,6 @@
---- makefile.orig	2018-02-27 15:59:06 UTC
+--- makefile.orig	2019-04-24 05:00:38 UTC
 +++ makefile
-@@ -183,19 +183,19 @@ GENIEOS := solaris
+@@ -194,19 +194,19 @@ GENIEOS := solaris
  endif
  ifeq ($(firstword $(filter FreeBSD,$(UNAME))),FreeBSD)
  OS := freebsd
@@ -24,10 +24,54 @@
  endif
  ifeq ($(firstword $(filter Darwin,$(UNAME))),Darwin)
  OS := macosx
-@@ -1377,6 +1377,23 @@ freebsd_x86: generate $(PROJECTDIR)/$(MA
- 	$(SILENT) $(MAKE) -C $(PROJECTDIR)/$(MAKETYPE)-freebsd config=$(CONFIG)32
+@@ -395,13 +395,13 @@ endif
+ endif # BIGENDIAN
  
+ ifndef PYTHON_EXECUTABLE
+-PYTHON := python
++#PYTHON := python
+ else
+-PYTHON := $(PYTHON_EXECUTABLE)
++#PYTHON := $(PYTHON_EXECUTABLE)
+ endif
+-CC := $(SILENT)gcc
+-LD := $(SILENT)g++
+-CXX:= $(SILENT)g++
++#CC := $(SILENT)gcc
++#LD := $(SILENT)g++
++#CXX:= $(SILENT)g++
+ 
  #-------------------------------------------------
+ # specify OSD layer: windows, sdl, etc.
+@@ -531,19 +531,19 @@ endif
+ ifdef OVERRIDE_CC
+ PARAMS += --CC='$(OVERRIDE_CC)'
+ ifndef CROSS_BUILD
+-CC := $(OVERRIDE_CC)
++#CC := $(OVERRIDE_CC)
+ endif
+ endif
+ ifdef OVERRIDE_CXX
+ PARAMS += --CXX='$(OVERRIDE_CXX)'
+ ifndef CROSS_BUILD
+-CXX := $(OVERRIDE_CXX)
++#CXX := $(OVERRIDE_CXX)
+ endif
+ endif
+ ifdef OVERRIDE_LD
+ PARAMS += --LD='$(OVERRIDE_LD)'
+ ifndef CROSS_BUILD
+-LD := $(OVERRIDE_LD)
++#LD := $(OVERRIDE_LD)
+ endif
+ endif
+ 
+@@ -1400,6 +1400,23 @@ freebsd: freebsd_x86
+ freebsd_x86: generate $(PROJECTDIR)/$(MAKETYPE)-freebsd/Makefile
+ 	$(SILENT) $(MAKE) -C $(PROJECTDIR)/$(MAKETYPE)-freebsd config=$(CONFIG)32 precompile
+ 	$(SILENT) $(MAKE) -C $(PROJECTDIR)/$(MAKETYPE)-freebsd config=$(CONFIG)32
++
++#-------------------------------------------------
 +# gmake-freebsd-clang
 +#-------------------------------------------------
 +
@@ -43,8 +87,6 @@
 +freebsd_x86_clang: generate $(PROJECTDIR)/$(MAKETYPE)-freebsd-clang/Makefile
 +	$(SILENT) $(MAKE) -C $(PROJECTDIR)/$(MAKETYPE)-freebsd-clang config=$(CONFIG)32 precompile
 +	$(SILENT) $(MAKE) -C $(PROJECTDIR)/$(MAKETYPE)-freebsd-clang config=$(CONFIG)32
-+
-+#-------------------------------------------------
- # gmake-netbsd
- #-------------------------------------------------
  
+ #-------------------------------------------------
+ # gmake-freebsd-clang

Copied and modified: head/emulators/mame/files/patch-src_osd_eigccx86.h (from r500512, head/emulators/mame/files/patch-src__osd__eigccx86.h)
==============================================================================
--- head/emulators/mame/files/patch-src__osd__eigccx86.h	Tue Apr 30 17:21:07 2019	(r500512, copy source)
+++ head/emulators/mame/files/patch-src_osd_eigccx86.h	Tue Apr 30 17:50:26 2019	(r500513)
@@ -1,4 +1,4 @@
---- src/osd/eigccx86.h.orig	2018-02-27 15:59:06 UTC
+--- src/osd/eigccx86.h.orig	2019-04-24 05:00:38 UTC
 +++ src/osd/eigccx86.h
 @@ -31,7 +31,7 @@
      multiply and return the full 64 bit result
@@ -27,7 +27,7 @@
  #define mul_32x32_shift _mul_32x32_shift
  inline int32_t ATTR_CONST ATTR_FORCE_INLINE
  _mul_32x32_shift(int32_t a, int32_t b, uint8_t shift)
-@@ -156,7 +156,7 @@ _mul_32x32_shift(int32_t a, int32_t b, u
+@@ -156,7 +156,7 @@ _mul_32x32_shift(int32_t a, int32_t b, uint8_t shift)
      result to 32 bits
  -------------------------------------------------*/
  
@@ -36,7 +36,7 @@
  #define mulu_32x32_shift _mulu_32x32_shift
  inline uint32_t ATTR_CONST ATTR_FORCE_INLINE
  _mulu_32x32_shift(uint32_t a, uint32_t b, uint8_t shift)
-@@ -184,7 +184,7 @@ _mulu_32x32_shift(uint32_t a, uint32_t b
+@@ -184,7 +184,7 @@ _mulu_32x32_shift(uint32_t a, uint32_t b, uint8_t shif
      divide and return the 32 bit quotient
  -------------------------------------------------*/
  
@@ -72,7 +72,7 @@
  
  	// Throws arithmetic exception if result doesn't fit in 32 bits
  	__asm__ (
-@@ -325,7 +325,7 @@ _divu_64x32_rem(uint64_t dividend, uint3
+@@ -325,7 +325,7 @@ _divu_64x32_rem(uint64_t dividend, uint32_t divisor, u
      division, and returning the 32 bit quotient
  -------------------------------------------------*/
  
@@ -81,7 +81,7 @@
  #define div_32x32_shift _div_32x32_shift
  inline int32_t ATTR_CONST ATTR_FORCE_INLINE
  _div_32x32_shift(int32_t a, int32_t b, uint8_t shift)
-@@ -357,7 +357,7 @@ _div_32x32_shift(int32_t a, int32_t b, u
+@@ -357,7 +357,7 @@ _div_32x32_shift(int32_t a, int32_t b, uint8_t shift)
      division, and returning the 32 bit quotient
  -------------------------------------------------*/
  
@@ -90,7 +90,7 @@
  #define divu_32x32_shift _divu_32x32_shift
  inline uint32_t ATTR_CONST ATTR_FORCE_INLINE
  _divu_32x32_shift(uint32_t a, uint32_t b, uint8_t shift)
-@@ -388,7 +388,7 @@ _divu_32x32_shift(uint32_t a, uint32_t b
+@@ -388,7 +388,7 @@ _divu_32x32_shift(uint32_t a, uint32_t b, uint8_t shif
      divide and return the 32 bit remainder
  -------------------------------------------------*/
  

Copied: head/emulators/mame/files/patch-src_osd_eminline.h (from r500512, head/emulators/mame/files/patch-src__osd__eminline.h)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/mame/files/patch-src_osd_eminline.h	Tue Apr 30 17:50:26 2019	(r500513, copy of r500512, head/emulators/mame/files/patch-src__osd__eminline.h)
@@ -0,0 +1,11 @@
+--- src/osd/eminline.h.orig	2018-02-27 15:59:06 UTC
++++ src/osd/eminline.h
+@@ -21,7 +21,7 @@
+ 
+ #if defined(__GNUC__)
+ 
+-#if defined(__i386__) || defined(__x86_64__)
++#if defined(__i386__) || defined(__x86_64__) || defined(__amd64__)
+ #include "eigccx86.h"
+ #elif defined(__ppc__) || defined (__PPC__) || defined(__ppc64__) || defined(__PPC64__)
+ #include "eigccppc.h"

Modified: head/emulators/mame/files/patch-src_osd_modules_file_posixptty.cpp
==============================================================================
--- head/emulators/mame/files/patch-src_osd_modules_file_posixptty.cpp	Tue Apr 30 17:21:07 2019	(r500512)
+++ head/emulators/mame/files/patch-src_osd_modules_file_posixptty.cpp	Tue Apr 30 17:50:26 2019	(r500513)
@@ -1,4 +1,4 @@
---- src/osd/modules/file/posixptty.cpp.orig	2018-02-27 15:59:06 UTC
+--- src/osd/modules/file/posixptty.cpp.orig	2019-04-24 05:00:38 UTC
 +++ src/osd/modules/file/posixptty.cpp
 @@ -19,7 +19,7 @@
  #include <unistd.h>
@@ -8,4 +8,4 @@
 +#if defined(__FreeBSD__) || defined(__DragonFly__)
  #include <termios.h>
  #include <libutil.h>
- #elif defined(__NetBSD__) || defined(__OpenBSD__) || defined(__APPLE__) || defined(__ANDROID__)
+ #elif defined(__NetBSD__) || defined(__OpenBSD__) || defined(__APPLE__)

Modified: head/emulators/mame/pkg-plist
==============================================================================
--- head/emulators/mame/pkg-plist	Tue Apr 30 17:21:07 2019	(r500512)
+++ head/emulators/mame/pkg-plist	Tue Apr 30 17:50:26 2019	(r500513)
@@ -86,12 +86,15 @@ libexec/mame/unidasm
 %%DATADIR%%/hash/apogee.xml
 %%DATADIR%%/hash/apollo_ctape.xml
 %%DATADIR%%/hash/apple1.xml
-%%DATADIR%%/hash/apple2.xml
 %%DATADIR%%/hash/apple2_cass.xml
+%%DATADIR%%/hash/apple2_flop_clcracked.xml
+%%DATADIR%%/hash/apple2_flop_misc.xml
+%%DATADIR%%/hash/apple2_flop_orig.xml
 %%DATADIR%%/hash/apple2gs.xml
 %%DATADIR%%/hash/apple3.xml
 %%DATADIR%%/hash/apricot_flop.xml
 %%DATADIR%%/hash/aquarius.xml
+%%DATADIR%%/hash/arb.xml
 %%DATADIR%%/hash/arcadia.xml
 %%DATADIR%%/hash/archimedes.xml
 %%DATADIR%%/hash/astrocde.xml
@@ -108,6 +111,7 @@ libexec/mame/unidasm
 %%DATADIR%%/hash/bbc_flop_arm.xml
 %%DATADIR%%/hash/bbc_flop_torch.xml
 %%DATADIR%%/hash/bbc_flop_z80.xml
+%%DATADIR%%/hash/bbc_rom.xml
 %%DATADIR%%/hash/bbca_cass.xml
 %%DATADIR%%/hash/bbcb_cass.xml
 %%DATADIR%%/hash/bbcb_cass_de.xml
@@ -128,6 +132,7 @@ libexec/mame/unidasm
 %%DATADIR%%/hash/c128_cart.xml
 %%DATADIR%%/hash/c128_flop.xml
 %%DATADIR%%/hash/c128_rom.xml
+%%DATADIR%%/hash/c2color_cart.xml
 %%DATADIR%%/hash/c64_cart.xml
 %%DATADIR%%/hash/c64_cass.xml
 %%DATADIR%%/hash/c64_flop.xml
@@ -147,6 +152,7 @@ libexec/mame/unidasm
 %%DATADIR%%/hash/cgenie_flop_rom.xml
 %%DATADIR%%/hash/channelf.xml
 %%DATADIR%%/hash/chessmstdm.xml
+%%DATADIR%%/hash/clickstart_cart.xml
 %%DATADIR%%/hash/coco_cart.xml
 %%DATADIR%%/hash/coco_flop.xml
 %%DATADIR%%/hash/coleco.xml
@@ -174,6 +180,20 @@ libexec/mame/unidasm
 %%DATADIR%%/hash/e01_flop.xml
 %%DATADIR%%/hash/ec1841.xml
 %%DATADIR%%/hash/einstein.xml
+%%DATADIR%%/hash/ekara_japan.xml
+%%DATADIR%%/hash/ekara_japan_a.xml
+%%DATADIR%%/hash/ekara_japan_bh.xml
+%%DATADIR%%/hash/ekara_japan_d.xml
+%%DATADIR%%/hash/ekara_japan_en.xml
+%%DATADIR%%/hash/ekara_japan_g.xml
+%%DATADIR%%/hash/ekara_japan_gk.xml
+%%DATADIR%%/hash/ekara_japan_m.xml
+%%DATADIR%%/hash/ekara_japan_p.xml
+%%DATADIR%%/hash/ekara_japan_s.xml
+%%DATADIR%%/hash/ekara_japan_sp.xml
+%%DATADIR%%/hash/ekara_japan_web.xml
+%%DATADIR%%/hash/ekara_pal.xml
+%%DATADIR%%/hash/ekara_us.xml
 %%DATADIR%%/hash/electron_cart.xml
 %%DATADIR%%/hash/electron_cass.xml
 %%DATADIR%%/hash/electron_flop.xml
@@ -186,6 +206,7 @@ libexec/mame/unidasm
 %%DATADIR%%/hash/exl100.xml
 %%DATADIR%%/hash/famicom_cass.xml
 %%DATADIR%%/hash/famicom_flop.xml
+%%DATADIR%%/hash/fidel_sc6.xml
 %%DATADIR%%/hash/fidel_scc.xml
 %%DATADIR%%/hash/fm77av.xml
 %%DATADIR%%/hash/fm7_cass.xml
@@ -205,6 +226,7 @@ libexec/mame/unidasm
 %%DATADIR%%/hash/gba_ereader.xml
 %%DATADIR%%/hash/gbcolor.xml
 %%DATADIR%%/hash/genius.xml
+%%DATADIR%%/hash/ggm.xml
 %%DATADIR%%/hash/gimix.xml
 %%DATADIR%%/hash/gjmovie.xml
 %%DATADIR%%/hash/gl2000.xml
@@ -234,6 +256,9 @@ libexec/mame/unidasm
 %%DATADIR%%/hash/ibm6580.xml
 %%DATADIR%%/hash/ibmpcjr_cart.xml
 %%DATADIR%%/hash/ibmpcjr_flop.xml
+%%DATADIR%%/hash/icanguit.xml
+%%DATADIR%%/hash/icanpian.xml
+%%DATADIR%%/hash/intellect02.xml
 %%DATADIR%%/hash/interact.xml
 %%DATADIR%%/hash/interpro.xml
 %%DATADIR%%/hash/intv.hsi
@@ -243,6 +268,13 @@ libexec/mame/unidasm
 %%DATADIR%%/hash/iq151_cart.xml
 %%DATADIR%%/hash/iq151_flop.xml
 %%DATADIR%%/hash/jaguar.xml
+%%DATADIR%%/hash/jakks_gamekey_dp.xml
+%%DATADIR%%/hash/jakks_gamekey_dy.xml
+%%DATADIR%%/hash/jakks_gamekey_mv.xml
+%%DATADIR%%/hash/jakks_gamekey_nk.xml
+%%DATADIR%%/hash/jakks_gamekey_nm.xml
+%%DATADIR%%/hash/jakks_gamekey_sw.xml
+%%DATADIR%%/hash/jpopira_jp.xml
 %%DATADIR%%/hash/juicebox.xml
 %%DATADIR%%/hash/jupace_cass.xml
 %%DATADIR%%/hash/k28m2.xml
@@ -254,6 +286,8 @@ libexec/mame/unidasm
 %%DATADIR%%/hash/korvet_flop.xml
 %%DATADIR%%/hash/lantutor.xml
 %%DATADIR%%/hash/laser2001_cart.xml
+%%DATADIR%%/hash/leapfrog_leappad_cart.xml
+%%DATADIR%%/hash/leapfrog_mfleappad_cart.xml
 %%DATADIR%%/hash/leapster.xml
 %%DATADIR%%/hash/lisa.xml
 %%DATADIR%%/hash/lisa2.xml
@@ -265,6 +299,7 @@ libexec/mame/unidasm
 %%DATADIR%%/hash/m5_flop.xml
 %%DATADIR%%/hash/mac_flop.xml
 %%DATADIR%%/hash/mac_hdd.xml
+%%DATADIR%%/hash/mac_hdflop.xml
 %%DATADIR%%/hash/mbc200.xml
 %%DATADIR%%/hash/mbc55x.xml
 %%DATADIR%%/hash/mc10.xml
@@ -289,6 +324,7 @@ libexec/mame/unidasm
 %%DATADIR%%/hash/mo5_qd.xml
 %%DATADIR%%/hash/mo6_cass.xml
 %%DATADIR%%/hash/mo6_flop.xml
+%%DATADIR%%/hash/monon_color.xml
 %%DATADIR%%/hash/mpu1000.xml
 %%DATADIR%%/hash/mpz80.xml
 %%DATADIR%%/hash/msx.hsi
@@ -303,6 +339,7 @@ libexec/mame/unidasm
 %%DATADIR%%/hash/msxr_flop.xml
 %%DATADIR%%/hash/mtx_cart.xml
 %%DATADIR%%/hash/mtx_cass.xml
+%%DATADIR%%/hash/mtx_flop.xml
 %%DATADIR%%/hash/mtx_rom.xml
 %%DATADIR%%/hash/myvision.xml
 %%DATADIR%%/hash/mz2000_cass.xml
@@ -313,6 +350,7 @@ libexec/mame/unidasm
 %%DATADIR%%/hash/n64.xml
 %%DATADIR%%/hash/n64dd.xml
 %%DATADIR%%/hash/nascom_flop.xml
+%%DATADIR%%/hash/nascom_snap.xml
 %%DATADIR%%/hash/nascom_socket.xml
 %%DATADIR%%/hash/neocd.xml
 %%DATADIR%%/hash/neogeo.xml
@@ -358,6 +396,7 @@ libexec/mame/unidasm
 %%DATADIR%%/hash/pcfx.xml
 %%DATADIR%%/hash/pcw.xml
 %%DATADIR%%/hash/pcw16.xml
+%%DATADIR%%/hash/pcx_flop.xml
 %%DATADIR%%/hash/pecom_cass.xml
 %%DATADIR%%/hash/pegasus_cart.xml
 %%DATADIR%%/hash/pencil2.xml
@@ -420,6 +459,7 @@ libexec/mame/unidasm
 %%DATADIR%%/hash/sc3000_cart.xml
 %%DATADIR%%/hash/sc3000_cass.xml
 %%DATADIR%%/hash/scv.xml
+%%DATADIR%%/hash/sega_beena_cart.xml
 %%DATADIR%%/hash/segacd.xml
 %%DATADIR%%/hash/sf7000.xml
 %%DATADIR%%/hash/sg1000.xml
@@ -449,6 +489,7 @@ libexec/mame/unidasm
 %%DATADIR%%/hash/specpls3_flop.xml
 %%DATADIR%%/hash/spectrum_cart.xml
 %%DATADIR%%/hash/spectrum_cass.xml
+%%DATADIR%%/hash/spectrum_flop_opus.xml
 %%DATADIR%%/hash/squale_cart.xml
 %%DATADIR%%/hash/st_cart.xml
 %%DATADIR%%/hash/st_flop.xml
@@ -493,6 +534,7 @@ libexec/mame/unidasm
 %%DATADIR%%/hash/tvc_cart.xml
 %%DATADIR%%/hash/tvc_cass.xml
 %%DATADIR%%/hash/tvc_flop.xml
+%%DATADIR%%/hash/tvgogo.xml
 %%DATADIR%%/hash/unichamp.xml
 %%DATADIR%%/hash/ut88.xml
 %%DATADIR%%/hash/uzebox.xml
@@ -504,6 +546,7 @@ libexec/mame/unidasm
 %%DATADIR%%/hash/vector06_flop.xml
 %%DATADIR%%/hash/vectrex.xml
 %%DATADIR%%/hash/vg5k.xml
+%%DATADIR%%/hash/vgmplay.xml
 %%DATADIR%%/hash/vic10.xml
 %%DATADIR%%/hash/vic1001_cart.xml
 %%DATADIR%%/hash/vic1001_cass.xml
@@ -514,11 +557,11 @@ libexec/mame/unidasm
 %%DATADIR%%/hash/vip.xml
 %%DATADIR%%/hash/visicom.xml
 %%DATADIR%%/hash/vixen.xml
-%%DATADIR%%/hash/vreader.xml
 %%DATADIR%%/hash/vsmile_cart.xml
 %%DATADIR%%/hash/vsmile_cd.xml
 %%DATADIR%%/hash/vsmileb_cart.xml
 %%DATADIR%%/hash/vsmilem_cart.xml
+%%DATADIR%%/hash/vtech_storio_cart.xml
 %%DATADIR%%/hash/vz_cass.xml
 %%DATADIR%%/hash/wangpc.xml
 %%DATADIR%%/hash/waveterm.xml



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904301750.x3UHoRs5084666>