summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-06-17 15:16:28 +0000
committernia <nia@pkgsrc.org>2019-06-17 15:16:28 +0000
commita05f9e5fcf7ea5eb439782467489e33a34a90d9f (patch)
tree3f21e4a15461a0075b5252bebd0751c4aa1db82e /emulators
parent1ec8f2b0d7780f47362271e3c2e93a2a72879d2d (diff)
downloadpkgsrc-a05f9e5fcf7ea5eb439782467489e33a34a90d9f.tar.gz
openmsx: Update to 0.15.0 - fix build.
Release Notes for openMSX 0.15.0 (2018-12-08) ============================================= Again a release, because we did quite a lot, so it's due! Major new stuff is support for ColecoVision (including Super Game Module and MegaCart mapper), Musical Memory Mapper and Carnivore 2. And we have fixed a lot of long-standing OPL4 emulation issues, thanks to Valley Bell. Furthermore, we overhauled the Android port, but you'll mostly notice the scale factor 2 there. And several other (sometimes very long standing) issues were fixed. Here's the list with all highlights and details: MSX device support: - fixed 16 year old bug regarding sprites behaviour as shown in Ash Guine 3 - fixed National CF-3300: it has a 2DD disk drive, not 1DD - fixed V9958 commands in non-bitmap modes - allow non-standard cartridge slots to be used as normal cartridge slots, consistently - fixed VDP type of National FS-1300 - fixed a bug in the turboR mapper - fixed a bug regarding VIBrato in the YM2413 (Okazaki core) - fixed CAPS lock on SVI 318/328 - fixed Canon V-20 configurations - fixed Sanyo MPC-25FD configuration - added support for 2 mapper read back bits, used in Panasonic MSX2+ machines - added emulation of the SN76489 DCSG sound chip - added emulation of the Musical Memory Mapper - added emulation of ColecoVision, ColecoVision Super Game Module - added emulation of the MegaCart mapper, used in some new homebrew ColecoVision games (mostly MSX ports) - added emulation of the Carnivore 2 cartridge - improved emulation of OPL4 (wave part) considerably, thanks to Valley Bell - added emulation of bizarre I/O port mirroring of Philips Music Module (thanks to Grauw and L. Oliveira for doing the research) - implemented Y8910 status register bit 0 - fixed exact formula for noise generation on AY8910 (PSG) - made memory mapper ports readable on MegaFlashROM SCC+ SD, conforming to the latest version of this cartridge - added new machines: Sony HB-G900AP (thanks to Louthrax), Eurohard/Radofin Dragon MSX (thanks to MAME), Yamaha CX7/128 and CX7M/128 (thanks to Peter Hanraets), Al Alamiah Sakhr AX230, Sanyo MPC-2, Yamaha CX11 (thanks to Tabajara Labs) and Toshiba HX-32 (thanks to Jorge Janaite Neto) - added new extensions: Musical Memory Mapper, Carnivore 2 and SN76489 (on the same I/O port as PlaySoniq) New or improved emulator features: - fixed some crashes when using very high Z80 frequencies - improved tab-completion to initially hide internal procs, until you specify the namespace - many updates to the software database - many updates to the VGM recorder script, thanks to Niek. Use 'help vgm_rec' to find out about the new subcommands. Sample RAM content is now logged even when starting recording after the sample kit is loaded, actual data recording starts automatically when data is sent to the chip, the proper OPL4 init data is automatically written to the VGM file, and many more things. - changed default machine symlinks to JP machines (for applicable systems) - many robustness fixes against bad XML config files - added videosource setting to OSD menu, GFX9000 is getting more popular - fixed reverse bug in GFX9000 - performance improvements: several fixes to improve start-up time - added support for DCSG in the music keyboard and vu meters script - changed events about unplugging to an empty plug-event - changed fixed scale factor from 1 to 2 on Android - added OSD menu button to open the main menu for Android, as (most?) modern Android devices do not have a menu button anymore - OSD menu: fixed issue of getting stuck in an unreadable directory when browsing for a file (e.g. on Android) - added scrollbar when showing lists in OSD menu, as a visual cue on the length of a list; the scrollbar cannot be dragged - fixed crash in hq/hqlite scalers in interlace modes - fixed frame skipping when doing 'debug continue' - fixed function keys not working anymore when console is open on macOS - exposed tile viewer widget to the console (try "about tile") Build system, packaging, documentation: - upgraded C-BIOS to release 0.29a: default to 60Hz generic international config - to load older savestates, added all C-BIOS ROMs shipped with openMSX 0.7.0 and later for your convenience - put several pieces of code under unit-test with the Catch2 framework - added svicpm2dmk utility so disk images from the web can be converted to a suitable DMK file for use with the SVI-707 drive with CP/M ROM - reworked complete Android port build. Now uses NDK 18b and recent version of commandergenius Android SDL port and all other 3rd party libraries are built by the openMSX build system. Minimum required Android version is now 4.1. - removed all hand-made ARM and 32-bit x86 assembly code - fixed version information of application on macOS - added workaround for FreeType no longer installing its config script - enabled retina support on macOS - advise people to compile with Xcode 9.4.1 on macOS, not Xcode 10 (see issue #1126) And of course the usual various bug fixes and performance improvements.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/openmsx/Makefile31
-rw-r--r--emulators/openmsx/PLIST80
-rw-r--r--emulators/openmsx/distinfo10
3 files changed, 103 insertions, 18 deletions
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile
index fa96cd0173f..b197c286b3c 100644
--- a/emulators/openmsx/Makefile
+++ b/emulators/openmsx/Makefile
@@ -1,19 +1,18 @@
-# $NetBSD: Makefile,v 1.53 2019/05/29 19:52:49 adam Exp $
+# $NetBSD: Makefile,v 1.54 2019/06/17 15:16:28 nia Exp $
-DISTNAME= openmsx-0.14.0
-PKGREVISION= 2
+DISTNAME= openmsx-0.15.0
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=openMSX/}
GITHUB_PROJECT= openMSX
-GITHUB_RELEASE= RELEASE_0_14_0
+GITHUB_RELEASE= RELEASE_0_15_0
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://openmsx.org/
+HOMEPAGE= https://openmsx.org/
COMMENT= MSX emulator that aims for perfection
LICENSE= gnu-gpl-v2
USE_TOOLS+= gmake
-USE_LANGUAGES+= c++03
+USE_LANGUAGES= c c++14
HAS_CONFIGURE= yes
MAKE_FILE= GNUmakefile
@@ -31,18 +30,26 @@ SUBST_CLASSES+= bswap
SUBST_STAGE.bswap= pre-configure
SUBST_MESSAGE.bswap= Do not conflict bswap functions.
SUBST_FILES.bswap= src/utils/endian.hh
+SUBST_FILES.bswap+= src/utils/sha1.cc
SUBST_FILES.bswap+= src/utils/tiger.cc
SUBST_SED.bswap= -e 's, bswap, openmsx_bswap,g'
SUBST_SED.bswap+= -e 's,::bswap,::openmsx_bswap,g'
+# c++14
+GCC_REQD+= 5
+
.include "../../mk/bsd.prefs.mk"
-.if "${PKGSRC_COMPILER}" == "clang"
-# As a result of predefining CXX, .wrapper/bin/clang++ is automatically
-# hardlinked to c++, g++, which is exactly what we what!
-CXX=clang++
-.elif "${PKGSRC_COMPILER}" == "gcc"
-CXX=g++
+do-configure:
+.if !empty(PKGSRC_COMPILER:Mclang)
+ cd ${WRKSRC} && ${CONFIGURE_ENV} CXX=clang++ \
+ ${GMAKE} -f build/main.mk probe
+.elif !empty(PKGSRC_COMPILER:Mgcc)
+ cd ${WRKSRC} && ${CONFIGURE_ENV} CXX=g++ \
+ ${GMAKE} -f build/main.mk probe
+.else
+ cd ${WRKSRC} && ${CONFIGURE_ENV} \
+ ${GMAKE} -f build/main.mk probe
.endif
post-extract:
diff --git a/emulators/openmsx/PLIST b/emulators/openmsx/PLIST
index 114bc822cbb..e07047ce9b0 100644
--- a/emulators/openmsx/PLIST
+++ b/emulators/openmsx/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2018/07/06 03:33:17 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.9 2019/06/17 15:16:28 nia Exp $
bin/openmsx
openmsx/bin/openmsx
openmsx/doc/GPL.txt
@@ -24,6 +24,7 @@ openmsx/share/extensions/ASCII_MSX-DOS2.xml
openmsx/share/extensions/AVT_DPF-550.xml
openmsx/share/extensions/Beer_IDE.xml
openmsx/share/extensions/Boosted_audio.xml
+openmsx/share/extensions/Carnivore2.xml
openmsx/share/extensions/Casio_KB-10.xml
openmsx/share/extensions/Casio_KB-7.xml
openmsx/share/extensions/Checkmark_FM_Stereo_PAK.xml
@@ -50,6 +51,7 @@ openmsx/share/extensions/MegaRAM_2MB.xml
openmsx/share/extensions/MegaRAM_Disk.xml
openmsx/share/extensions/Microsol_CDX-2.xml
openmsx/share/extensions/Mitsubishi_ML-30DC_ML-30FD.xml
+openmsx/share/extensions/Musical_Memory_Mapper.xml
openmsx/share/extensions/Neos_MA-20R.xml
openmsx/share/extensions/Neos_MA-20V.xml
openmsx/share/extensions/OPL3Cartridge.xml
@@ -62,6 +64,7 @@ openmsx/share/extensions/Philips_NMS_1200.xml
openmsx/share/extensions/Philips_NMS_1205.xml
openmsx/share/extensions/Philips_VY_0010.xml
openmsx/share/extensions/README
+openmsx/share/extensions/SN76489.xml
openmsx/share/extensions/Sanyo_MFD-001.xml
openmsx/share/extensions/Sanyo_MRS-001.xml
openmsx/share/extensions/SensorKid.xml
@@ -116,6 +119,7 @@ openmsx/share/machines/Acid1Test-slots.xml
openmsx/share/machines/Acid2Test-hardware.xml
openmsx/share/machines/Acid3Test-mapper.xml
openmsx/share/machines/Al_Alamiah_AX170.xml
+openmsx/share/machines/Al_Alamiah_AX230.xml
openmsx/share/machines/Al_Alamiah_AX370.xml
openmsx/share/machines/Aucnet_NIA-2001.xml
openmsx/share/machines/Bawareth_Perfect_MSX1.xml
@@ -127,12 +131,15 @@ openmsx/share/machines/Boosted_MSXturboR_with_IDE.txt
openmsx/share/machines/Boosted_MSXturboR_with_IDE.xml
openmsx/share/machines/C-BIOS_MSX1.xml
openmsx/share/machines/C-BIOS_MSX1_BR.xml
+openmsx/share/machines/C-BIOS_MSX1_EU.xml
openmsx/share/machines/C-BIOS_MSX1_JP.xml
openmsx/share/machines/C-BIOS_MSX2+.xml
openmsx/share/machines/C-BIOS_MSX2+_BR.xml
+openmsx/share/machines/C-BIOS_MSX2+_EU.xml
openmsx/share/machines/C-BIOS_MSX2+_JP.xml
openmsx/share/machines/C-BIOS_MSX2.xml
openmsx/share/machines/C-BIOS_MSX2_BR.xml
+openmsx/share/machines/C-BIOS_MSX2_EU.xml
openmsx/share/machines/C-BIOS_MSX2_JP.xml
openmsx/share/machines/CIEL_Expert-Turbo.xml
openmsx/share/machines/Canon_V-10.xml
@@ -143,6 +150,8 @@ openmsx/share/machines/Canon_V-8.xml
openmsx/share/machines/Casio_MX-10.xml
openmsx/share/machines/Casio_PV-16.xml
openmsx/share/machines/Casio_PV-7.xml
+openmsx/share/machines/ColecoVision.xml
+openmsx/share/machines/ColecoVision_SGM.xml
openmsx/share/machines/Daewoo_CPC-300.xml
openmsx/share/machines/Daewoo_CPC-300E.xml
openmsx/share/machines/Daewoo_CPC-400S.xml
@@ -151,6 +160,7 @@ openmsx/share/machines/Daewoo_CPC-61_Zemmix_Super_V.xml
openmsx/share/machines/Daewoo_DPC-100.xml
openmsx/share/machines/Daewoo_DPC-180.xml
openmsx/share/machines/Daewoo_DPC-200.xml
+openmsx/share/machines/Eurohard_Dragon_MSX.xml
openmsx/share/machines/Fenner_SPC-800.xml
openmsx/share/machines/Frael_Bruc_100_1.xml
openmsx/share/machines/Frael_Bruc_100_2.xml
@@ -213,6 +223,7 @@ openmsx/share/machines/Pioneer_UC-V102.xml
openmsx/share/machines/README
openmsx/share/machines/Sanyo_MPC-10.xml
openmsx/share/machines/Sanyo_MPC-100.xml
+openmsx/share/machines/Sanyo_MPC-2.xml
openmsx/share/machines/Sanyo_MPC-25FD.xml
openmsx/share/machines/Sanyo_MPC-6.xml
openmsx/share/machines/Sanyo_PHC-23JB.xml
@@ -246,6 +257,7 @@ openmsx/share/machines/Sony_HB-F900.xml
openmsx/share/machines/Sony_HB-F9P.xml
openmsx/share/machines/Sony_HB-F9P_Russian.xml
openmsx/share/machines/Sony_HB-F9S.xml
+openmsx/share/machines/Sony_HB-G900AP.xml
openmsx/share/machines/Sony_HB-G900P.xml
openmsx/share/machines/Spectravideo_SVI-318.xml
openmsx/share/machines/Spectravideo_SVI-328.xml
@@ -263,15 +275,19 @@ openmsx/share/machines/Toshiba_HX-22.xml
openmsx/share/machines/Toshiba_HX-22I.xml
openmsx/share/machines/Toshiba_HX-23.xml
openmsx/share/machines/Toshiba_HX-23F.xml
+openmsx/share/machines/Toshiba_HX-32.xml
openmsx/share/machines/Toshiba_HX-51I.xml
openmsx/share/machines/Victor_HC-80.xml
openmsx/share/machines/Victor_HC-95A.xml
openmsx/share/machines/WIP_Mitsubishi_ML-TS2.xml
openmsx/share/machines/Yamaha_AX350II.xml
openmsx/share/machines/Yamaha_AX350IIF.xml
+openmsx/share/machines/Yamaha_CX11.xml
openmsx/share/machines/Yamaha_CX5M.xml
openmsx/share/machines/Yamaha_CX5MII-128.xml
openmsx/share/machines/Yamaha_CX5MII.xml
+openmsx/share/machines/Yamaha_CX7-128.xml
+openmsx/share/machines/Yamaha_CX7M-128.xml
openmsx/share/machines/Yamaha_YIS-503F.xml
openmsx/share/machines/Yamaha_YIS-503IIIR.xml
openmsx/share/machines/Yamaha_YIS-503IIR.xml
@@ -300,17 +316,22 @@ openmsx/share/machines/cbios_logo_msx2+.rom
openmsx/share/machines/cbios_logo_msx2.rom
openmsx/share/machines/cbios_main_msx1.rom
openmsx/share/machines/cbios_main_msx1_br.rom
+openmsx/share/machines/cbios_main_msx1_eu.rom
openmsx/share/machines/cbios_main_msx1_jp.rom
openmsx/share/machines/cbios_main_msx2+.rom
openmsx/share/machines/cbios_main_msx2+_br.rom
+openmsx/share/machines/cbios_main_msx2+_eu.rom
openmsx/share/machines/cbios_main_msx2+_jp.rom
openmsx/share/machines/cbios_main_msx2.rom
openmsx/share/machines/cbios_main_msx2_br.rom
+openmsx/share/machines/cbios_main_msx2_eu.rom
openmsx/share/machines/cbios_main_msx2_jp.rom
openmsx/share/machines/cbios_music.rom
openmsx/share/machines/cbios_sub.rom
openmsx/share/machines/msx1.xml
+openmsx/share/machines/msx1_eu.xml
openmsx/share/machines/msx2.xml
+openmsx/share/machines/msx2_eu.xml
openmsx/share/machines/msx2plus.xml
openmsx/share/machines/turbor.xml
openmsx/share/nettou_yakyuu/README
@@ -376,6 +397,7 @@ openmsx/share/scripts/autoplug.tcl
openmsx/share/scripts/callbackprocs.tcl
openmsx/share/scripts/cashandler.tcl
openmsx/share/scripts/create_user_dirs.tcl
+openmsx/share/scripts/frame_rate_pusher.tcl
openmsx/share/scripts/keybindings.tcl
openmsx/share/scripts/lazy.tcl
openmsx/share/scripts/load_icons.tcl
@@ -529,9 +551,65 @@ openmsx/share/software/README
openmsx/share/softwaredb.xml
openmsx/share/softwaredb1.dtd
openmsx/share/systemroms/README
+openmsx/share/systemroms/cbios-old/0808d0486f77a44d3aa08cd77828a3748a356b8d.cbios_main_msx2.rom.gz
+openmsx/share/systemroms/cbios-old/0ee5d3ab75bd579b7d08502b24afbb73d5d9f8bc.cbios_main_msx2+_jp.rom.gz
+openmsx/share/systemroms/cbios-old/12ebcebc65de0e8927c75d7b9b38e53ade65ce7c.cbios_main_msx2+.rom.gz
+openmsx/share/systemroms/cbios-old/1423ddcf06c2033ded10cae4a8c01dd640d9b8a9.cbios_main_msx2+.rom.gz
+openmsx/share/systemroms/cbios-old/146b0acd4ac5829f6c068ff25bf1c95d632fdfb0.cbios_logo_msx2.rom.gz
+openmsx/share/systemroms/cbios-old/1755a38a29c7df6c7360e9e97ba1730f66e203a7.cbios_main_msx2+.rom.gz
+openmsx/share/systemroms/cbios-old/18559fa9c2d9e99a319550d809009ecdba6d396e.cbios_basic.rom.gz
+openmsx/share/systemroms/cbios-old/210ed25184e20de7d28d5629d8de027078d111a8.cbios_main_msx2.rom.gz
+openmsx/share/systemroms/cbios-old/2636a5926f50fa07781ebd9d1682a6e453cef291.cbios_logo_msx1.rom.gz
+openmsx/share/systemroms/cbios-old/2bdde7097ffb1208c27d99b1bf18eb32bf1c735a.cbios_main_msx1_jp.rom.gz
+openmsx/share/systemroms/cbios-old/2d2df4a7cba89805c80315125d3ac0c0bd7488a4.cbios_main_msx1_br.rom.gz
+openmsx/share/systemroms/cbios-old/2fcb40413e7d373f0f2dbdc815ce18746ddf3684.cbios_sub.rom.gz
+openmsx/share/systemroms/cbios-old/366c76ded9e9fb8253397ade83acc10ca3a35fcd.cbios_main_msx2+_jp.rom.gz
+openmsx/share/systemroms/cbios-old/3e71f6335ef2038f21ad83ccb10bc26bc8fd92e6.cbios_logo_msx2+.rom.gz
+openmsx/share/systemroms/cbios-old/41402816b98c3656806dcc4513caf9f48cdd02cf.cbios_logo_msx1.rom.gz
+openmsx/share/systemroms/cbios-old/4eac4b402e3b0f37521676aeab0685c900ae0ec6.cbios_main_msx2+_br.rom.gz
+openmsx/share/systemroms/cbios-old/513b4464940027c8df792d65ccad80e7e54b484c.cbios_logo_msx2+.rom.gz
+openmsx/share/systemroms/cbios-old/52250a895fb6e7440e076d59c22ca40f039d591e.cbios_logo_msx1.rom.gz
+openmsx/share/systemroms/cbios-old/5577f8cf11c51d4d49192e8fdbd8da4d7b1e9c52.cbios_main_msx1_br.rom.gz
+openmsx/share/systemroms/cbios-old/565143f7c6fe0ffa12ec3069048113f44759d91a.cbios_sub.rom.gz
+openmsx/share/systemroms/cbios-old/570874efdf6663b49f0933e2e49d445d47fe996f.cbios_sub.rom.gz
+openmsx/share/systemroms/cbios-old/5ac97614abd0044c9cbf0a8bf7101959f5865b4d.cbios_main_msx2_br.rom.gz
+openmsx/share/systemroms/cbios-old/5b496df8bd55c563aed1b4ae163271afa76db367.cbios_disk.rom.gz
+openmsx/share/systemroms/cbios-old/5c5eb001e6a1fe29edb7abd428a3967bb388e5db.cbios_music.rom.gz
+openmsx/share/systemroms/cbios-old/61be882d690ac0ba9d6067fcf33f6f40287bf52e.cbios_main_msx1.rom.gz
+openmsx/share/systemroms/cbios-old/689aea39b9c1112bfb8db239f9be48f245ed8618.cbios_logo_msx2.rom.gz
+openmsx/share/systemroms/cbios-old/6a2868faf6c3de590fa86a911dbc6e051680cf3a.cbios_main_msx1_jp.rom.gz
+openmsx/share/systemroms/cbios-old/6e55cfc48d0d6ee57b041cb09427f614fb6a1910.cbios_logo_msx2+.rom.gz
+openmsx/share/systemroms/cbios-old/6f7bb07d04c22beacc04f55405af72272d85e905.cbios_main_msx2+_br.rom.gz
+openmsx/share/systemroms/cbios-old/6fc989ae715fe8492700a9d15934113d910aed36.cbios_logo_msx2.rom.gz
+openmsx/share/systemroms/cbios-old/7d704a6116d5478661eb8743e44d148aa036d721.cbios_main_msx2_jp.rom.gz
+openmsx/share/systemroms/cbios-old/7e32510e89b07b0b4888dc815b33bd5552084059.cbios_main_msx2+_br.rom.gz
+openmsx/share/systemroms/cbios-old/7ff9dea68aa3d9ad4e465c7b3f72633fc12f595f.cbios_main_msx1_br.rom.gz
+openmsx/share/systemroms/cbios-old/8339f5f2be69a166af128ceb0c9c7799f25a6f35.cbios_main_msx2.rom.gz
+openmsx/share/systemroms/cbios-old/9489d48e9618e480aa6082ebfce9b6dc2f543bca.cbios_main_msx2+_jp.rom.gz
+openmsx/share/systemroms/cbios-old/95fe138745f5e627b021085c7e4629a6dfe6f93a.cbios_logo_msx1.rom.gz
+openmsx/share/systemroms/cbios-old/9921987867eb11657f8fb86b45304f4351a6ff32.cbios_main_msx1_jp.rom.gz
+openmsx/share/systemroms/cbios-old/9e23773efec08e471327074d68ee8860e6992036.cbios_logo_msx1.rom.gz
+openmsx/share/systemroms/cbios-old/README
+openmsx/share/systemroms/cbios-old/a197a7f78900fd9a168d8e726c3651706357671e.cbios_main_msx2_br.rom.gz
+openmsx/share/systemroms/cbios-old/a49bcf7a5a1115815f730782a1fd7d1c79ce29e7.cbios_main_msx1.rom.gz
+openmsx/share/systemroms/cbios-old/a9b093982064bf8494215c528bb28c6ddf01a47f.cbios_logo_msx2+.rom.gz
+openmsx/share/systemroms/cbios-old/adb9411124bbb98996c0e494e2ad26840f62548d.cbios_main_msx2.rom.gz
+openmsx/share/systemroms/cbios-old/b1f4851f1c27fcbee2ddc67f4e658eaf227568d9.cbios_main_msx2.rom.gz
+openmsx/share/systemroms/cbios-old/bf7cbbfdf68aeeb9dc0ff925fe4f631df172775e.cbios_logo_msx2.rom.gz
+openmsx/share/systemroms/cbios-old/c1d04eca7b704caa5b96f9f020e8c6db8d279afc.cbios_main_msx1.rom.gz
+openmsx/share/systemroms/cbios-old/c3a774e650f1ed39bd93777c0525bfd4099f3cc6.cbios_main_msx2_jp.rom.gz
+openmsx/share/systemroms/cbios-old/c51525895149a78f07a9dcc076bae4efff5f1514.cbios_logo_msx2.rom.gz
+openmsx/share/systemroms/cbios-old/c5edc3b289dea120fe60ad38596a51c2e28838aa.cbios_main_msx2+.rom.gz
+openmsx/share/systemroms/cbios-old/c9dfa8b97f628aaf299951d49be7fa68173e2fb8.cbios_main_msx2_br.rom.gz
+openmsx/share/systemroms/cbios-old/d96e4ba798a866ba97eb75c29c9581a13ef3917b.cbios_main_msx1.rom.gz
+openmsx/share/systemroms/cbios-old/e73ceb475e3f91492e700f45809c9b328dbee3fd.cbios_main_msx2+.rom.gz
+openmsx/share/systemroms/cbios-old/e8ab07d341539c40bd97666fad63e7bda8961eff.cbios_main_msx2_jp.rom.gz
+openmsx/share/systemroms/cbios-old/ea405e0937035271528df13f6bf4a893ace8c644.cbios_logo_msx2+.rom.gz
+openmsx/share/systemroms/cbios-old/f41b26357bac1b75a3cfba933763764187b365f0.cbios_main_msx1.rom.gz
openmsx/share/unicodemaps/unicodemap.br_gradiente_1_0
openmsx/share/unicodemaps/unicodemap.br_gradiente_1_1
openmsx/share/unicodemaps/unicodemap.br_hotbit
+openmsx/share/unicodemaps/unicodemap.cvjoy
openmsx/share/unicodemaps/unicodemap.de
openmsx/share/unicodemaps/unicodemap.es
openmsx/share/unicodemaps/unicodemap.fr
diff --git a/emulators/openmsx/distinfo b/emulators/openmsx/distinfo
index 8476f75f86c..5fc1d9021e1 100644
--- a/emulators/openmsx/distinfo
+++ b/emulators/openmsx/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.15 2018/07/06 03:33:17 ryoon Exp $
+$NetBSD: distinfo,v 1.16 2019/06/17 15:16:28 nia Exp $
-SHA1 (openmsx-0.14.0.tar.gz) = 0198765ecdeeb7960ca2e4c65bd0ede2953c5bcd
-RMD160 (openmsx-0.14.0.tar.gz) = 479ece5c121d54189d4945f882a9549ff09d771f
-SHA512 (openmsx-0.14.0.tar.gz) = 74a30de89b4a7cb4d8d5a0ad0c16ab6b58244251ebcbe470cc3cccec6a636492fa8779d1667d76646eabcf8d7d67c53094d5e0a313d452a4a679d797e9394a9b
-Size (openmsx-0.14.0.tar.gz) = 3338719 bytes
+SHA1 (openmsx-0.15.0.tar.gz) = 401ba6fba73fa1527017f7d481727a4e58c69e2e
+RMD160 (openmsx-0.15.0.tar.gz) = 6a10d44d9e2f6f8ddf02fe43152cf6dfdc8d51ec
+SHA512 (openmsx-0.15.0.tar.gz) = b9647b740054090657b96084296b023fb21e2b8e365a167ddcfe1778469f52b0e223a00652343a9eb78df52d0c92f58942e2889d906b1c8b463dc424dbd721f3
+Size (openmsx-0.15.0.tar.gz) = 3748998 bytes
SHA1 (patch-build_detectsys.py) = 597225fb5488cee98115659de726c828c5afdc4c