dosbox-x: Update to 0.82.24
0.82.24 - FDC emulation now allows READ command to look for sector numbers that are out of range in order to support booter games that read out of range sector numbers as part of their copy protection. - Windows SDL1 window resizing fixed to avoid snapping and jumping issues when the window is sized down to the point the menu bar doubles or triples in height due to menu item wrapping. - FDC clear DMA terminal count automatically (with a warning printed to the log) at beginning of FDC read/write (PC-98 booter game Star Cruiser). - FDC DMA read/write failure now causes FDC to signal an error, and the debug output will say so. - FDC debug output now shows motor bits in the correct order, not backwards - CONFIG.COM and MIXER.COM are now registered only at DOS kernel startup, to resolve their disappearance after RE-DOS or guest system reset. - Some OpenGL cleanup and fixes for when compiling for Mac OS X Catalina. - Shell startup now prints the actual mapper binding (whatever it is) for the Host key instead of assuming F12/F11. - "Ro" key in PC-98 mode in the mapper interface now clarifies that it is Ro / _ since the shift state is the underscore. - Shell startup code fixed to show F11 for Windows and F12 for other platforms properly instead of always showing F11. - Added BOOT option --pc98-graphics to start up with graphics layer enabled in order to run HDI images using QMOUSE and games that expect NEC MOUSE.COM behavior of showing graphics layer on driver init. - BOOT now hides graphics layer on startup in PC-98 mode to reflect real hardware. - INT 33h mouse emulation now enables graphics layer on mouse startup and INT 33h AX=0 to imitate NEC MOUSE.COM behavior seen on real PC-98 hardware. This is needed for some Orange House games that assume this behavior, without which the graphics are invisible. - INT 33h define range functions now include separate range correction for text mode vs graphics mode. - Help sections in Configuration GUI have been improved, they are now easier to browse and read. (aybe) - CONFIG: added description for 'securemode' (aybe). - Integer properties are now correctly saved when they have been changed in configuration GUI (aybe). - Some scenarios with command history could display garbage characters from previous/next command (aybe). - Fixed all hard disk images created by IMGMAKE having VHD footers. (Allofich) - Windows Visual Studio solution: (aybe) - cleaned and clarified project properties for projects - removed configurations that didn't make sense - fixed broken debugging - consolidated to use single versions of SDK and IDE - enabled faster builds (multi-processor compilation) - fixed broken builds, e.g. ARM, ARM64
This commit is contained in:
parent
5d1009d3f3
commit
6c80f117dd
2 changed files with 7 additions and 8 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.6 2019/11/02 18:30:48 nia Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2019/12/05 22:56:23 nia Exp $
|
||||
|
||||
DISTNAME= dosbox-x-0.82.23
|
||||
PKGREVISION= 1
|
||||
DISTNAME= dosbox-x-0.82.24
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=joncampbell123/}
|
||||
GITHUB_TAG= dosbox-x-v${PKGVERSION_NOREV}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.3 2019/11/01 17:53:41 nia Exp $
|
||||
$NetBSD: distinfo,v 1.4 2019/12/05 22:56:23 nia Exp $
|
||||
|
||||
SHA1 (dosbox-x-0.82.23.tar.gz) = 0781e9b74ed2505904f5706182285250f2f19628
|
||||
RMD160 (dosbox-x-0.82.23.tar.gz) = 6ce63f668722fccb4aa058ee56d8652c26dfe0c3
|
||||
SHA512 (dosbox-x-0.82.23.tar.gz) = 159d34d28416668a9b8f2b8dcca6f1c86cbfb03dfd8972c92164e7584eda7959dc3ed93e381a60da09114942eace603bc426393ee34dd7888f612f28dccced78
|
||||
Size (dosbox-x-0.82.23.tar.gz) = 36385156 bytes
|
||||
SHA1 (dosbox-x-0.82.24.tar.gz) = f360acdd097eb56e0e11f5c7bb7945eb57820a59
|
||||
RMD160 (dosbox-x-0.82.24.tar.gz) = eb4813efd3a85c495aca6e48b2f24c3f6f4f9b05
|
||||
SHA512 (dosbox-x-0.82.24.tar.gz) = 6e3fbf238bc7055fe2d3371dc7ac4d48985ca261a0e159f9050ad617c5a37b8c38179968ed8ca8420f5e1f589c58c22da4c88648f907f32900480770101b2adf
|
||||
Size (dosbox-x-0.82.24.tar.gz) = 35821534 bytes
|
||||
SHA1 (patch-configure.ac) = 12028b528aa1f4b4d13a25c144954d9f69755e6b
|
||||
SHA1 (patch-include_byteorder.h) = 86eccfbc2318ddc8d71a6de8723947a48d98a126
|
||||
SHA1 (patch-include_dos__inc.h) = 26ba2b11dcfa923085f3745b0f8aca542f5dc692
|
||||
|
|
Loading…
Reference in a new issue