Skip to content

Commit c7d4bff

Browse files
committed
openmsx: update to version 19.1
Bumped the repo version to the 19.1 tag, so it's available for Bullseye and later platforms. A brief description of things added in 19.x (full changelog at https://raw.githubusercontent.com/openMSX/openMSX/RELEASE_19_1/doc/release-notes.txt): - bugfixes for VDP and V9990 emulation - many improvements on machine and extension descriptions - added mapper for RetroHard MultiCart 31 in 1 cartridges - implemented (more) I/O port mirroring for S-1985 and S-3527 based machines for PSG, VDP, PPI, RTC, printer) - added mapper for Al Alamiah 30-in-1 cartridges - added mapper for RetroHard MultiCart 31 in 1 cartridges - improvements and additions to OSD Menu - many bugfixes and improvements to the disk manipulator - fixed SaI3xScaler - added MIDI input support to ALSA - added YM2151 recording to VGM recorder - added new machines: Sony HB-11 and Sony HB-F701xx, Polish Spectravideo SVI-738, Victor HC-90A, Nikko PC-70100 (hidden MSX) and Sanyo MPC-10mkII - added new extensions: Sunrise IDE with Nextor ROM, Swedish Spectravideo SVI-738, Yamaha SKW-01 Word Processor
1 parent e8bbaa0 commit c7d4bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/emulators/openmsx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rp_module_id="openmsx"
1313
rp_module_desc="MSX emulator OpenMSX"
1414
rp_module_help="ROM Extensions: .cas .rom .mx1 .mx2 .col .dsk .zip\n\nCopy your MSX/MSX2 games to $romdir/msx\nCopy the BIOS files to $biosdir/openmsx"
1515
rp_module_licence="GPL2 https://raw.githubusercontent.com/openMSX/openMSX/master/doc/GPL.txt"
16-
rp_module_repo="git https://github.com/openMSX/openMSX.git RELEASE_18_0 :_get_commit_openmsx"
16+
rp_module_repo="git https://github.com/openMSX/openMSX.git RELEASE_19_1 :_get_commit_openmsx"
1717
rp_module_section="opt"
1818
rp_module_flags=""
1919

0 commit comments

Comments
 (0)