Skip to content

Commit 81fc3a9

Browse files
committed
vice - switch to v3.5 branch
There are audio issues on the RPI with the current HEAD version. But also we have had to update this scriptmodule a fair amount due to upstream changes, and it would be better now to stick to the latest stable version. Previously there were less frequent "stable" releases also. The v3.5 version seems to work without issue.
1 parent cdee38f commit 81fc3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/emulators/vice.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rp_module_id="vice"
1313
rp_module_desc="C64 emulator VICE"
1414
rp_module_help="ROM Extensions: .crt .d64 .g64 .prg .t64 .tap .x64 .zip .vsf\n\nCopy your Commodore 64 games to $romdir/c64"
1515
rp_module_licence="GPL2 http://svn.code.sf.net/p/vice-emu/code/trunk/vice/COPYING"
16-
rp_module_repo="svn svn://svn.code.sf.net/p/vice-emu/code/trunk/vice - HEAD"
16+
rp_module_repo="svn svn://svn.code.sf.net/p/vice-emu/code/tags/v3.5/vice - HEAD"
1717
rp_module_section="opt"
1818
rp_module_flags=""
1919

0 commit comments

Comments
 (0)