Skip to content

Commit 8acbcf4

Browse files
committed
xroar: update to version 1.8.x
New in version 1.8 (full change log at https://www.6809.org.uk/xroar/doc/ChangeLog): * Fix mouse virtual joystick on resize in SDL builds * New manual and automatic configuration saving from GUI * Manage HD mounting from drive control dialog * New MCX128 cartridge support for MC-10 * Fix some of the compatibility modes in GIME emulation * Assert monitor detect line on CoCo 3 when RGB output selected * Reduce write latency using Becker port New in version 1.7: * Avoid X11 keyboard init when SDL not build with X11 support * SDL joystick module supports hotplug where possible * Support reading a SDL gamepad DB file for non-SDL joystick modules * New -joy-db-file option specifies SDL-compatible gamepad DB file * New Linux evdev joystick module (hotplug, internal SDL DB, L/R profiles) * Large changes to underlying UI mechanisms
1 parent 2928172 commit 8acbcf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scriptmodules/emulators/xroar.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
rp_module_id="xroar"
1313
rp_module_desc="Dragon / CoCo emulator XRoar"
14-
rp_module_help="ROM Extensions: .cas .wav .bas .asc .dmk .jvc .os9 .dsk .vdk .rom .ccc .sna\n\nCopy your Dragon roms to $romdir/dragon32\n\nCopy your CoCo games to $romdir/coco\n\nCopy the required BIOS files d32.rom (Dragon 32), bas13.rom (CoCo), coco3.rom/coco3p.rom (CoCo3) to $biosdir"
14+
rp_module_help="ROM Extensions: .bin .cas .wav .bas .asc .dmk .jvc .os9 .dsk .vdk .rom .ccc .sna\n\nCopy your Dragon roms to $romdir/dragon32\n\nCopy your CoCo games to $romdir/coco\n\nCopy the required BIOS files d32.rom (Dragon 32), bas13.rom (CoCo), coco3.rom/coco3p.rom (CoCo3) to $biosdir"
1515
rp_module_licence="GPL3 http://www.6809.org.uk/xroar/"
16-
rp_module_repo="git http://www.6809.org.uk/git/xroar.git 1.6.6"
16+
rp_module_repo="git http://www.6809.org.uk/git/xroar.git fixes-1.8"
1717
rp_module_section="opt"
1818
rp_module_flags=""
1919

0 commit comments

Comments
 (0)