Update to openmsx-0.15.0.

Release notes:
https://raw.githubusercontent.com/openMSX/openMSX/RELEASE_0_15_0/doc/release-notes.txt
This commit is contained in:
bentley 2019-10-20 22:07:02 +00:00
parent 02f2057fb4
commit e063c1922d
5 changed files with 99 additions and 36 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2019/07/14 02:16:51 naddy Exp $ # $OpenBSD: Makefile,v 1.29 2019/10/20 22:07:02 bentley Exp $
BROKEN-powerpc =CPUCore.cc:2347: error: insn does not satisfy its constraints BROKEN-powerpc =CPUCore.cc:2347: error: insn does not satisfy its constraints
BROKEN-hppa = OOM when building src/cpu/CPUCore.cc BROKEN-hppa = OOM when building src/cpu/CPUCore.cc
@ -6,9 +6,8 @@ BROKEN-alpha = OOM when building src/cpu/CPUCore.cc
COMMENT = MSX home computer emulator COMMENT = MSX home computer emulator
V = 0.14.0 V = 0.15.0
DISTNAME = openmsx-$V DISTNAME = openmsx-$V
REVISION = 1
CATEGORIES = emulators CATEGORIES = emulators
@ -18,7 +17,7 @@ PERMIT_PACKAGE = claims GPLv2, but no copyright notices in source files
PERMIT_DISTFILES = claims GPLv2, but no copyright notices in source files PERMIT_DISTFILES = claims GPLv2, but no copyright notices in source files
WANTLIB += ${MODTCL_LIB} WANTLIB += ${MODTCL_LIB}
WANTLIB += GL GLEW SDL SDL_ttf c freetype iconv m ogg png WANTLIB += GL GLEW SDL SDL_ttf c freetype m ogg png
WANTLIB += pthread ${COMPILER_LIBCXX} theoradec vorbis z WANTLIB += pthread ${COMPILER_LIBCXX} theoradec vorbis z
MASTER_SITES = https://github.com/openMSX/openMSX/releases/download/RELEASE_${V:S/./_/g}/ MASTER_SITES = https://github.com/openMSX/openMSX/releases/download/RELEASE_${V:S/./_/g}/
@ -31,7 +30,6 @@ MAKE_ENV += INSTALL_BASE=${PREFIX}/share/openmsx \
COMPILER = base-clang ports-gcc COMPILER = base-clang ports-gcc
LIB_DEPENDS = audio/libvorbis \ LIB_DEPENDS = audio/libvorbis \
converters/libiconv \
devel/sdl-ttf \ devel/sdl-ttf \
graphics/glew \ graphics/glew \
graphics/png \ graphics/png \

View File

@ -1,2 +1,2 @@
SHA256 (openmsx-0.14.0.tar.gz) = 65rkyEIMMLaemgXt+oxgZ2K3pr8+VdNr+0V8JAD2p7k= SHA256 (openmsx-0.15.0.tar.gz) = k/IJ2P7S4E5iUmRpu2u0MbgupNB+zcRdqyuMxMoh1io=
SIZE (openmsx-0.14.0.tar.gz) = 3338719 SIZE (openmsx-0.15.0.tar.gz) = 3748998

View File

@ -1,7 +1,17 @@
$OpenBSD: patch-build_main_mk,v 1.2 2017/08/03 08:35:06 bentley Exp $ $OpenBSD: patch-build_main_mk,v 1.3 2019/10/20 22:07:03 bentley Exp $
--- build/main.mk.orig Sat May 6 21:02:40 2017 Index: build/main.mk
+++ build/main.mk Sat May 6 21:02:52 2017 --- build/main.mk.orig
@@ -374,6 +374,8 @@ else +++ build/main.mk
@@ -342,7 +342,7 @@ LINK_FLAGS+=$(TARGET_FLAGS)
CXX?=g++
WINDRES?=windres
DEPEND_FLAGS:=
-ifneq ($(filter %clang++,$(CXX))$(filter clang++%,$(CXX)),)
+ifneq ($(filter %clang++,$(CXX))$(filter clang++%,$(CXX))$(filter c++,$(CXX)),)
# Enable C++14 (supported since clang-3.5)
COMPILE_FLAGS+=-std=c++14
# Clang does support -Wunused-macros, but it triggers on SDL's headers,
@@ -394,6 +394,8 @@ else
else else
$(warning Unsupported compiler: $(CXX), please update Makefile) $(warning Unsupported compiler: $(CXX), please update Makefile)
endif endif

View File

@ -1,24 +0,0 @@
$OpenBSD: patch-src_utils_DivModBySame_hh,v 1.2 2017/08/03 08:35:06 bentley Exp $
Disable arm assembly code that asks for too many registers.
--- src/utils/DivModBySame.hh.orig Sun May 7 00:49:55 2017
+++ src/utils/DivModBySame.hh Sun May 7 00:50:01 2017
@@ -156,7 +156,7 @@ class DivModBySame (public)
);
return _cl_;
#endif
- #elif defined(__arm__)
+ #elif defined(notdef)
uint32_t res;
uint32_t dummy;
asm volatile (
@@ -217,7 +217,7 @@ class DivModBySame (public)
uint32_t mod(uint64_t dividend) const
{
- #ifdef __arm__
+ #ifdef notdef
uint32_t res;
uint32_t dummy;
asm volatile (

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.6 2018/09/04 12:46:12 espie Exp $ @comment $OpenBSD: PLIST,v 1.7 2019/10/20 22:07:03 bentley Exp $
@bin bin/openmsx @bin bin/openmsx
share/doc/openmsx/ share/doc/openmsx/
share/doc/openmsx/GPL.txt share/doc/openmsx/GPL.txt
@ -28,6 +28,7 @@ share/openmsx/extensions/ASCII_MSX-DOS2.xml
share/openmsx/extensions/AVT_DPF-550.xml share/openmsx/extensions/AVT_DPF-550.xml
share/openmsx/extensions/Beer_IDE.xml share/openmsx/extensions/Beer_IDE.xml
share/openmsx/extensions/Boosted_audio.xml share/openmsx/extensions/Boosted_audio.xml
share/openmsx/extensions/Carnivore2.xml
share/openmsx/extensions/Casio_KB-10.xml share/openmsx/extensions/Casio_KB-10.xml
share/openmsx/extensions/Casio_KB-7.xml share/openmsx/extensions/Casio_KB-7.xml
share/openmsx/extensions/Checkmark_FM_Stereo_PAK.xml share/openmsx/extensions/Checkmark_FM_Stereo_PAK.xml
@ -54,6 +55,7 @@ share/openmsx/extensions/MegaRAM_2MB.xml
share/openmsx/extensions/MegaRAM_Disk.xml share/openmsx/extensions/MegaRAM_Disk.xml
share/openmsx/extensions/Microsol_CDX-2.xml share/openmsx/extensions/Microsol_CDX-2.xml
share/openmsx/extensions/Mitsubishi_ML-30DC_ML-30FD.xml share/openmsx/extensions/Mitsubishi_ML-30DC_ML-30FD.xml
share/openmsx/extensions/Musical_Memory_Mapper.xml
share/openmsx/extensions/Neos_MA-20R.xml share/openmsx/extensions/Neos_MA-20R.xml
share/openmsx/extensions/Neos_MA-20V.xml share/openmsx/extensions/Neos_MA-20V.xml
share/openmsx/extensions/OPL3Cartridge.xml share/openmsx/extensions/OPL3Cartridge.xml
@ -66,6 +68,7 @@ share/openmsx/extensions/Philips_NMS_1200.xml
share/openmsx/extensions/Philips_NMS_1205.xml share/openmsx/extensions/Philips_NMS_1205.xml
share/openmsx/extensions/Philips_VY_0010.xml share/openmsx/extensions/Philips_VY_0010.xml
share/openmsx/extensions/README share/openmsx/extensions/README
share/openmsx/extensions/SN76489.xml
share/openmsx/extensions/Sanyo_MFD-001.xml share/openmsx/extensions/Sanyo_MFD-001.xml
share/openmsx/extensions/Sanyo_MRS-001.xml share/openmsx/extensions/Sanyo_MRS-001.xml
share/openmsx/extensions/SensorKid.xml share/openmsx/extensions/SensorKid.xml
@ -122,6 +125,7 @@ share/openmsx/machines/Acid1Test-slots.xml
share/openmsx/machines/Acid2Test-hardware.xml share/openmsx/machines/Acid2Test-hardware.xml
share/openmsx/machines/Acid3Test-mapper.xml share/openmsx/machines/Acid3Test-mapper.xml
share/openmsx/machines/Al_Alamiah_AX170.xml share/openmsx/machines/Al_Alamiah_AX170.xml
share/openmsx/machines/Al_Alamiah_AX230.xml
share/openmsx/machines/Al_Alamiah_AX370.xml share/openmsx/machines/Al_Alamiah_AX370.xml
share/openmsx/machines/Aucnet_NIA-2001.xml share/openmsx/machines/Aucnet_NIA-2001.xml
share/openmsx/machines/Bawareth_Perfect_MSX1.xml share/openmsx/machines/Bawareth_Perfect_MSX1.xml
@ -133,12 +137,15 @@ share/openmsx/machines/Boosted_MSXturboR_with_IDE.txt
share/openmsx/machines/Boosted_MSXturboR_with_IDE.xml share/openmsx/machines/Boosted_MSXturboR_with_IDE.xml
share/openmsx/machines/C-BIOS_MSX1.xml share/openmsx/machines/C-BIOS_MSX1.xml
share/openmsx/machines/C-BIOS_MSX1_BR.xml share/openmsx/machines/C-BIOS_MSX1_BR.xml
share/openmsx/machines/C-BIOS_MSX1_EU.xml
share/openmsx/machines/C-BIOS_MSX1_JP.xml share/openmsx/machines/C-BIOS_MSX1_JP.xml
share/openmsx/machines/C-BIOS_MSX2+.xml share/openmsx/machines/C-BIOS_MSX2+.xml
share/openmsx/machines/C-BIOS_MSX2+_BR.xml share/openmsx/machines/C-BIOS_MSX2+_BR.xml
share/openmsx/machines/C-BIOS_MSX2+_EU.xml
share/openmsx/machines/C-BIOS_MSX2+_JP.xml share/openmsx/machines/C-BIOS_MSX2+_JP.xml
share/openmsx/machines/C-BIOS_MSX2.xml share/openmsx/machines/C-BIOS_MSX2.xml
share/openmsx/machines/C-BIOS_MSX2_BR.xml share/openmsx/machines/C-BIOS_MSX2_BR.xml
share/openmsx/machines/C-BIOS_MSX2_EU.xml
share/openmsx/machines/C-BIOS_MSX2_JP.xml share/openmsx/machines/C-BIOS_MSX2_JP.xml
share/openmsx/machines/CIEL_Expert-Turbo.xml share/openmsx/machines/CIEL_Expert-Turbo.xml
share/openmsx/machines/Canon_V-10.xml share/openmsx/machines/Canon_V-10.xml
@ -149,6 +156,8 @@ share/openmsx/machines/Canon_V-8.xml
share/openmsx/machines/Casio_MX-10.xml share/openmsx/machines/Casio_MX-10.xml
share/openmsx/machines/Casio_PV-16.xml share/openmsx/machines/Casio_PV-16.xml
share/openmsx/machines/Casio_PV-7.xml share/openmsx/machines/Casio_PV-7.xml
share/openmsx/machines/ColecoVision.xml
share/openmsx/machines/ColecoVision_SGM.xml
share/openmsx/machines/Daewoo_CPC-300.xml share/openmsx/machines/Daewoo_CPC-300.xml
share/openmsx/machines/Daewoo_CPC-300E.xml share/openmsx/machines/Daewoo_CPC-300E.xml
share/openmsx/machines/Daewoo_CPC-400S.xml share/openmsx/machines/Daewoo_CPC-400S.xml
@ -157,6 +166,7 @@ share/openmsx/machines/Daewoo_CPC-61_Zemmix_Super_V.xml
share/openmsx/machines/Daewoo_DPC-100.xml share/openmsx/machines/Daewoo_DPC-100.xml
share/openmsx/machines/Daewoo_DPC-180.xml share/openmsx/machines/Daewoo_DPC-180.xml
share/openmsx/machines/Daewoo_DPC-200.xml share/openmsx/machines/Daewoo_DPC-200.xml
share/openmsx/machines/Eurohard_Dragon_MSX.xml
share/openmsx/machines/Fenner_SPC-800.xml share/openmsx/machines/Fenner_SPC-800.xml
share/openmsx/machines/Frael_Bruc_100_1.xml share/openmsx/machines/Frael_Bruc_100_1.xml
share/openmsx/machines/Frael_Bruc_100_2.xml share/openmsx/machines/Frael_Bruc_100_2.xml
@ -219,6 +229,7 @@ share/openmsx/machines/Pioneer_UC-V102.xml
share/openmsx/machines/README share/openmsx/machines/README
share/openmsx/machines/Sanyo_MPC-10.xml share/openmsx/machines/Sanyo_MPC-10.xml
share/openmsx/machines/Sanyo_MPC-100.xml share/openmsx/machines/Sanyo_MPC-100.xml
share/openmsx/machines/Sanyo_MPC-2.xml
share/openmsx/machines/Sanyo_MPC-25FD.xml share/openmsx/machines/Sanyo_MPC-25FD.xml
share/openmsx/machines/Sanyo_MPC-6.xml share/openmsx/machines/Sanyo_MPC-6.xml
share/openmsx/machines/Sanyo_PHC-23JB.xml share/openmsx/machines/Sanyo_PHC-23JB.xml
@ -252,6 +263,7 @@ share/openmsx/machines/Sony_HB-F900.xml
share/openmsx/machines/Sony_HB-F9P.xml share/openmsx/machines/Sony_HB-F9P.xml
share/openmsx/machines/Sony_HB-F9P_Russian.xml share/openmsx/machines/Sony_HB-F9P_Russian.xml
share/openmsx/machines/Sony_HB-F9S.xml share/openmsx/machines/Sony_HB-F9S.xml
share/openmsx/machines/Sony_HB-G900AP.xml
share/openmsx/machines/Sony_HB-G900P.xml share/openmsx/machines/Sony_HB-G900P.xml
share/openmsx/machines/Spectravideo_SVI-318.xml share/openmsx/machines/Spectravideo_SVI-318.xml
share/openmsx/machines/Spectravideo_SVI-328.xml share/openmsx/machines/Spectravideo_SVI-328.xml
@ -269,15 +281,19 @@ share/openmsx/machines/Toshiba_HX-22.xml
share/openmsx/machines/Toshiba_HX-22I.xml share/openmsx/machines/Toshiba_HX-22I.xml
share/openmsx/machines/Toshiba_HX-23.xml share/openmsx/machines/Toshiba_HX-23.xml
share/openmsx/machines/Toshiba_HX-23F.xml share/openmsx/machines/Toshiba_HX-23F.xml
share/openmsx/machines/Toshiba_HX-32.xml
share/openmsx/machines/Toshiba_HX-51I.xml share/openmsx/machines/Toshiba_HX-51I.xml
share/openmsx/machines/Victor_HC-80.xml share/openmsx/machines/Victor_HC-80.xml
share/openmsx/machines/Victor_HC-95A.xml share/openmsx/machines/Victor_HC-95A.xml
share/openmsx/machines/WIP_Mitsubishi_ML-TS2.xml share/openmsx/machines/WIP_Mitsubishi_ML-TS2.xml
share/openmsx/machines/Yamaha_AX350II.xml share/openmsx/machines/Yamaha_AX350II.xml
share/openmsx/machines/Yamaha_AX350IIF.xml share/openmsx/machines/Yamaha_AX350IIF.xml
share/openmsx/machines/Yamaha_CX11.xml
share/openmsx/machines/Yamaha_CX5M.xml share/openmsx/machines/Yamaha_CX5M.xml
share/openmsx/machines/Yamaha_CX5MII-128.xml share/openmsx/machines/Yamaha_CX5MII-128.xml
share/openmsx/machines/Yamaha_CX5MII.xml share/openmsx/machines/Yamaha_CX5MII.xml
share/openmsx/machines/Yamaha_CX7-128.xml
share/openmsx/machines/Yamaha_CX7M-128.xml
share/openmsx/machines/Yamaha_YIS-503F.xml share/openmsx/machines/Yamaha_YIS-503F.xml
share/openmsx/machines/Yamaha_YIS-503IIIR.xml share/openmsx/machines/Yamaha_YIS-503IIIR.xml
share/openmsx/machines/Yamaha_YIS-503IIR.xml share/openmsx/machines/Yamaha_YIS-503IIR.xml
@ -307,17 +323,22 @@ share/openmsx/machines/cbios_logo_msx2+.rom
share/openmsx/machines/cbios_logo_msx2.rom share/openmsx/machines/cbios_logo_msx2.rom
share/openmsx/machines/cbios_main_msx1.rom share/openmsx/machines/cbios_main_msx1.rom
share/openmsx/machines/cbios_main_msx1_br.rom share/openmsx/machines/cbios_main_msx1_br.rom
share/openmsx/machines/cbios_main_msx1_eu.rom
share/openmsx/machines/cbios_main_msx1_jp.rom share/openmsx/machines/cbios_main_msx1_jp.rom
share/openmsx/machines/cbios_main_msx2+.rom share/openmsx/machines/cbios_main_msx2+.rom
share/openmsx/machines/cbios_main_msx2+_br.rom share/openmsx/machines/cbios_main_msx2+_br.rom
share/openmsx/machines/cbios_main_msx2+_eu.rom
share/openmsx/machines/cbios_main_msx2+_jp.rom share/openmsx/machines/cbios_main_msx2+_jp.rom
share/openmsx/machines/cbios_main_msx2.rom share/openmsx/machines/cbios_main_msx2.rom
share/openmsx/machines/cbios_main_msx2_br.rom share/openmsx/machines/cbios_main_msx2_br.rom
share/openmsx/machines/cbios_main_msx2_eu.rom
share/openmsx/machines/cbios_main_msx2_jp.rom share/openmsx/machines/cbios_main_msx2_jp.rom
share/openmsx/machines/cbios_music.rom share/openmsx/machines/cbios_music.rom
share/openmsx/machines/cbios_sub.rom share/openmsx/machines/cbios_sub.rom
share/openmsx/machines/msx1.xml share/openmsx/machines/msx1.xml
share/openmsx/machines/msx1_eu.xml
share/openmsx/machines/msx2.xml share/openmsx/machines/msx2.xml
share/openmsx/machines/msx2_eu.xml
share/openmsx/machines/msx2plus.xml share/openmsx/machines/msx2plus.xml
share/openmsx/machines/turbor.xml share/openmsx/machines/turbor.xml
share/openmsx/nettou_yakyuu/ share/openmsx/nettou_yakyuu/
@ -386,6 +407,7 @@ share/openmsx/scripts/autoplug.tcl
share/openmsx/scripts/callbackprocs.tcl share/openmsx/scripts/callbackprocs.tcl
share/openmsx/scripts/cashandler.tcl share/openmsx/scripts/cashandler.tcl
share/openmsx/scripts/create_user_dirs.tcl share/openmsx/scripts/create_user_dirs.tcl
share/openmsx/scripts/frame_rate_pusher.tcl
share/openmsx/scripts/keybindings.tcl share/openmsx/scripts/keybindings.tcl
share/openmsx/scripts/lazy.tcl share/openmsx/scripts/lazy.tcl
share/openmsx/scripts/load_icons.tcl share/openmsx/scripts/load_icons.tcl
@ -550,10 +572,67 @@ share/openmsx/softwaredb.xml
share/openmsx/softwaredb1.dtd share/openmsx/softwaredb1.dtd
share/openmsx/systemroms/ share/openmsx/systemroms/
share/openmsx/systemroms/README share/openmsx/systemroms/README
share/openmsx/systemroms/cbios-old/
share/openmsx/systemroms/cbios-old/0808d0486f77a44d3aa08cd77828a3748a356b8d.cbios_main_msx2.rom.gz
share/openmsx/systemroms/cbios-old/0ee5d3ab75bd579b7d08502b24afbb73d5d9f8bc.cbios_main_msx2+_jp.rom.gz
share/openmsx/systemroms/cbios-old/12ebcebc65de0e8927c75d7b9b38e53ade65ce7c.cbios_main_msx2+.rom.gz
share/openmsx/systemroms/cbios-old/1423ddcf06c2033ded10cae4a8c01dd640d9b8a9.cbios_main_msx2+.rom.gz
share/openmsx/systemroms/cbios-old/146b0acd4ac5829f6c068ff25bf1c95d632fdfb0.cbios_logo_msx2.rom.gz
share/openmsx/systemroms/cbios-old/1755a38a29c7df6c7360e9e97ba1730f66e203a7.cbios_main_msx2+.rom.gz
share/openmsx/systemroms/cbios-old/18559fa9c2d9e99a319550d809009ecdba6d396e.cbios_basic.rom.gz
share/openmsx/systemroms/cbios-old/210ed25184e20de7d28d5629d8de027078d111a8.cbios_main_msx2.rom.gz
share/openmsx/systemroms/cbios-old/2636a5926f50fa07781ebd9d1682a6e453cef291.cbios_logo_msx1.rom.gz
share/openmsx/systemroms/cbios-old/2bdde7097ffb1208c27d99b1bf18eb32bf1c735a.cbios_main_msx1_jp.rom.gz
share/openmsx/systemroms/cbios-old/2d2df4a7cba89805c80315125d3ac0c0bd7488a4.cbios_main_msx1_br.rom.gz
share/openmsx/systemroms/cbios-old/2fcb40413e7d373f0f2dbdc815ce18746ddf3684.cbios_sub.rom.gz
share/openmsx/systemroms/cbios-old/366c76ded9e9fb8253397ade83acc10ca3a35fcd.cbios_main_msx2+_jp.rom.gz
share/openmsx/systemroms/cbios-old/3e71f6335ef2038f21ad83ccb10bc26bc8fd92e6.cbios_logo_msx2+.rom.gz
share/openmsx/systemroms/cbios-old/41402816b98c3656806dcc4513caf9f48cdd02cf.cbios_logo_msx1.rom.gz
share/openmsx/systemroms/cbios-old/4eac4b402e3b0f37521676aeab0685c900ae0ec6.cbios_main_msx2+_br.rom.gz
share/openmsx/systemroms/cbios-old/513b4464940027c8df792d65ccad80e7e54b484c.cbios_logo_msx2+.rom.gz
share/openmsx/systemroms/cbios-old/52250a895fb6e7440e076d59c22ca40f039d591e.cbios_logo_msx1.rom.gz
share/openmsx/systemroms/cbios-old/5577f8cf11c51d4d49192e8fdbd8da4d7b1e9c52.cbios_main_msx1_br.rom.gz
share/openmsx/systemroms/cbios-old/565143f7c6fe0ffa12ec3069048113f44759d91a.cbios_sub.rom.gz
share/openmsx/systemroms/cbios-old/570874efdf6663b49f0933e2e49d445d47fe996f.cbios_sub.rom.gz
share/openmsx/systemroms/cbios-old/5ac97614abd0044c9cbf0a8bf7101959f5865b4d.cbios_main_msx2_br.rom.gz
share/openmsx/systemroms/cbios-old/5b496df8bd55c563aed1b4ae163271afa76db367.cbios_disk.rom.gz
share/openmsx/systemroms/cbios-old/5c5eb001e6a1fe29edb7abd428a3967bb388e5db.cbios_music.rom.gz
share/openmsx/systemroms/cbios-old/61be882d690ac0ba9d6067fcf33f6f40287bf52e.cbios_main_msx1.rom.gz
share/openmsx/systemroms/cbios-old/689aea39b9c1112bfb8db239f9be48f245ed8618.cbios_logo_msx2.rom.gz
share/openmsx/systemroms/cbios-old/6a2868faf6c3de590fa86a911dbc6e051680cf3a.cbios_main_msx1_jp.rom.gz
share/openmsx/systemroms/cbios-old/6e55cfc48d0d6ee57b041cb09427f614fb6a1910.cbios_logo_msx2+.rom.gz
share/openmsx/systemroms/cbios-old/6f7bb07d04c22beacc04f55405af72272d85e905.cbios_main_msx2+_br.rom.gz
share/openmsx/systemroms/cbios-old/6fc989ae715fe8492700a9d15934113d910aed36.cbios_logo_msx2.rom.gz
share/openmsx/systemroms/cbios-old/7d704a6116d5478661eb8743e44d148aa036d721.cbios_main_msx2_jp.rom.gz
share/openmsx/systemroms/cbios-old/7e32510e89b07b0b4888dc815b33bd5552084059.cbios_main_msx2+_br.rom.gz
share/openmsx/systemroms/cbios-old/7ff9dea68aa3d9ad4e465c7b3f72633fc12f595f.cbios_main_msx1_br.rom.gz
share/openmsx/systemroms/cbios-old/8339f5f2be69a166af128ceb0c9c7799f25a6f35.cbios_main_msx2.rom.gz
share/openmsx/systemroms/cbios-old/9489d48e9618e480aa6082ebfce9b6dc2f543bca.cbios_main_msx2+_jp.rom.gz
share/openmsx/systemroms/cbios-old/95fe138745f5e627b021085c7e4629a6dfe6f93a.cbios_logo_msx1.rom.gz
share/openmsx/systemroms/cbios-old/9921987867eb11657f8fb86b45304f4351a6ff32.cbios_main_msx1_jp.rom.gz
share/openmsx/systemroms/cbios-old/9e23773efec08e471327074d68ee8860e6992036.cbios_logo_msx1.rom.gz
share/openmsx/systemroms/cbios-old/README
share/openmsx/systemroms/cbios-old/a197a7f78900fd9a168d8e726c3651706357671e.cbios_main_msx2_br.rom.gz
share/openmsx/systemroms/cbios-old/a49bcf7a5a1115815f730782a1fd7d1c79ce29e7.cbios_main_msx1.rom.gz
share/openmsx/systemroms/cbios-old/a9b093982064bf8494215c528bb28c6ddf01a47f.cbios_logo_msx2+.rom.gz
share/openmsx/systemroms/cbios-old/adb9411124bbb98996c0e494e2ad26840f62548d.cbios_main_msx2.rom.gz
share/openmsx/systemroms/cbios-old/b1f4851f1c27fcbee2ddc67f4e658eaf227568d9.cbios_main_msx2.rom.gz
share/openmsx/systemroms/cbios-old/bf7cbbfdf68aeeb9dc0ff925fe4f631df172775e.cbios_logo_msx2.rom.gz
share/openmsx/systemroms/cbios-old/c1d04eca7b704caa5b96f9f020e8c6db8d279afc.cbios_main_msx1.rom.gz
share/openmsx/systemroms/cbios-old/c3a774e650f1ed39bd93777c0525bfd4099f3cc6.cbios_main_msx2_jp.rom.gz
share/openmsx/systemroms/cbios-old/c51525895149a78f07a9dcc076bae4efff5f1514.cbios_logo_msx2.rom.gz
share/openmsx/systemroms/cbios-old/c5edc3b289dea120fe60ad38596a51c2e28838aa.cbios_main_msx2+.rom.gz
share/openmsx/systemroms/cbios-old/c9dfa8b97f628aaf299951d49be7fa68173e2fb8.cbios_main_msx2_br.rom.gz
share/openmsx/systemroms/cbios-old/d96e4ba798a866ba97eb75c29c9581a13ef3917b.cbios_main_msx1.rom.gz
share/openmsx/systemroms/cbios-old/e73ceb475e3f91492e700f45809c9b328dbee3fd.cbios_main_msx2+.rom.gz
share/openmsx/systemroms/cbios-old/e8ab07d341539c40bd97666fad63e7bda8961eff.cbios_main_msx2_jp.rom.gz
share/openmsx/systemroms/cbios-old/ea405e0937035271528df13f6bf4a893ace8c644.cbios_logo_msx2+.rom.gz
share/openmsx/systemroms/cbios-old/f41b26357bac1b75a3cfba933763764187b365f0.cbios_main_msx1.rom.gz
share/openmsx/unicodemaps/ share/openmsx/unicodemaps/
share/openmsx/unicodemaps/unicodemap.br_gradiente_1_0 share/openmsx/unicodemaps/unicodemap.br_gradiente_1_0
share/openmsx/unicodemaps/unicodemap.br_gradiente_1_1 share/openmsx/unicodemaps/unicodemap.br_gradiente_1_1
share/openmsx/unicodemaps/unicodemap.br_hotbit share/openmsx/unicodemaps/unicodemap.br_hotbit
share/openmsx/unicodemaps/unicodemap.cvjoy
share/openmsx/unicodemaps/unicodemap.de share/openmsx/unicodemaps/unicodemap.de
share/openmsx/unicodemaps/unicodemap.es share/openmsx/unicodemaps/unicodemap.es
share/openmsx/unicodemaps/unicodemap.fr share/openmsx/unicodemaps/unicodemap.fr