14973 Commits

Author SHA1 Message Date
Allofich
7d79184e7b Fix _FPU_CONTROL_H #define
Looks like it was accidentally put into the comment at the top of the
file.
2021-08-22 15:49:19 +09:00
Allofich
06b21b3475 Remove excess end-of-file empty lines 2021-08-22 15:47:10 +09:00
Allofich
baea59847b Remove more #ifndef conditionals on includes
Also the #ifndef conditionals for ioapi.h were referring to a different
name than what is defined in ioapi.h.
2021-08-22 15:45:05 +09:00
Allofich
0d8216741e Remove unused #define statements 2021-08-22 15:25:54 +09:00
Allofich
4d7be1c15b Remove redundant #ifndef conditionals for includes 2021-08-22 15:13:27 +09:00
Jonathan Campbell
4f34372930
Merge pull request #2824 from nanshiki/ems-sethandlename
Fixed EMS set handle name function.
2021-08-21 12:31:25 -06:00
Jonathan Campbell
62b6d86ea0
Merge pull request #2823 from Allofich/SVN
SVN commits
2021-08-21 12:24:19 -06:00
Jonathan Campbell
c023e09214
Merge pull request #2822 from nanshiki/ime-backtick
Fixed a problem with backtick key input when IME is not in use.
2021-08-21 12:22:53 -06:00
nanshiki
07e991202e Fixed EMS set handle name function. 2021-08-21 16:57:47 +09:00
Allofich
9fd4d36929 Update CHANGELOG 2021-08-21 16:15:14 +09:00
Allofich
8e8fdb445f SVN r4465
Remove inactive code related to debug builds in the dynamic x86 core.
2021-08-21 16:13:33 +09:00
Allofich
0d6702316e SVN r4463
Add log message for unusual cases where an executable unsafely places
its initial stack outside the memory block.
2021-08-21 16:03:15 +09:00
nanshiki
f63e90ed39 Fixed a problem with backtick key input when IME is not in use. 2021-08-21 15:08:44 +09:00
Jonathan Campbell
3bbe3f6dc2
Merge pull request #2817 from cimarronm/jump-call-gate-non-conforming
JMP to call-gate
2021-08-20 12:23:45 -06:00
Cimarron Mittelsteadt
2874221516 Fixes jump to call-gate with non-conforming code segment descriptor 2021-08-20 10:50:33 -07:00
Jonathan Campbell
228ed514ba
Merge pull request #2816 from nanshiki/sdl2-ime
IME input support in SDL2
2021-08-19 21:37:07 -06:00
Jonathan Campbell
f4fbae6cd0
Merge pull request #2814 from cimarronm/monochrome-color-fix
Fixes monochrome color selection for mda and hercules machines
2021-08-19 21:37:00 -06:00
Jonathan Campbell
ad9a03e519
Merge pull request #2808 from Allofich/includes2
Remove unneeded includes
2021-08-19 21:36:52 -06:00
Jonathan Campbell
9d490289df
Merge pull request #2806 from Allofich/SVN
SVN commits
2021-08-19 21:36:44 -06:00
Jonathan Campbell
acf71b1543
Merge pull request #2804 from Allofich/VSBuildFix
Fix VS2019 build
2021-08-19 21:36:31 -06:00
Kobayashi Takashi
efb21fbeba IME input support in SDL2 2021-08-20 12:22:52 +09:00
Cimarron Mittelsteadt
8a2255974e Fixes monochrome color selection for mda and hercules machines 2021-08-19 00:08:54 -07:00
Allofich
a5d2645ce1 Remove unneeded includes 2021-08-17 21:18:46 +09:00
Allofich
7669df409c Update CHANGELOG 2021-08-17 17:38:12 +09:00
Allofich
7183c06152 SVN r4461
Implement mouse driver function 0x26, fixes Alive - Behind the Moon.
2021-08-17 17:38:12 +09:00
Allofich
eacb92f549 SVN r4460 (partial)
Remove redundant signature for ET4K that is now done in video BIOS.

(The other part of the SVN commit, the correction to the range of extended CRTC registers to initialize for Tseng ET3K, is already in DOSBox-X)
2021-08-17 17:38:12 +09:00
Allofich
0a29786ddd SVN r4459
Remove unused class template.
2021-08-17 17:38:10 +09:00
Allofich
1520ded4e2 SVN r4457
Fix regression in r4444: Hercules machine type cursor translation.
2021-08-17 17:08:32 +09:00
Allofich
29f8fd89a8 Fix VS2019 build 2021-08-17 15:01:15 +09:00
Jonathan Campbell
a49ca28e20
Merge pull request #2798 from rderooy/master
Update AUR description and mention SDL2 built
2021-08-15 10:39:50 -06:00
Robert de Rooy
4c39593113 Update AUR description and mention SDL2 built 2021-08-15 16:34:38 +02:00
Jonathan Campbell
6cd025be37 Fix data types to compile in Linux 2021-08-15 06:26:01 -07:00
Jonathan Campbell
16edb5d555
Merge pull request #2796 from rderooy/master
Split Linux INSTALL into sections
2021-08-15 07:12:28 -06:00
Jonathan Campbell
bbd565a5ae Merge branch 'master' of github.com:joncampbell123/dosbox-x 2021-08-15 06:10:40 -07:00
Jonathan Campbell
40beb8e79d changelog 2021-08-15 06:10:32 -07:00
Jonathan Campbell
ce3da73fba Add support for 286/386 CALL gates via the JMP instruction, which is enough to let Real/32 boot at least 2021-08-15 06:10:04 -07:00
Robert de Rooy
71d2633997 Update FSF address in shader
This fixes an rpmlint error
2021-08-15 11:30:35 +02:00
Robert de Rooy
e2bd59e232 Split Linux section into sections, and add Arch Linux 2021-08-15 11:29:28 +02:00
Jonathan Campbell
d157ec7edf
Merge pull request #2792 from cimarronm/debug-shift-tab
Debug help cleanup
2021-08-15 00:05:04 -06:00
Jonathan Campbell
d0f512bc8c
Merge pull request #2791 from nanshiki/dosv-vtext
Fixes related to DOS/V settings and V-Text XGA and 24 pixel fonts.
2021-08-15 00:04:52 -06:00
Cimarron Mittelsteadt
cb65d02375 Combine debug's TAB and Shift+TAB messages into one line 2021-08-13 19:45:37 -07:00
nanshiki
e764c836e2 Added clearing of virtual text memory when changing video mode and support for SVGA video mode on ET3000 and Paradise. 2021-08-13 16:31:38 +09:00
nanshiki
d8f712bdb2 Fixed scrolling in XGA and added 24-pixel font drawing process. 2021-08-13 16:29:53 +09:00
nanshiki
abb969258c Added 20-pixel font acquisition process. 2021-08-13 16:28:29 +09:00
nanshiki
88b56805a0 Fixed screen clearing process while using vtext2. 2021-08-13 16:27:18 +09:00
nanshiki
d54c40f145 Changed conditions for determining DOS/V availability. 2021-08-13 16:26:22 +09:00
Jonathan Campbell
4df9156d28
Merge pull request #2790 from cimarronm/lea-invalid-opcode
Dynamic Cores - Invalid LEA instruction
2021-08-12 22:26:57 -06:00
Jonathan Campbell
637fb565b6
Merge pull request #2788 from maron2000/fix_mac_scancode
Fix unresponsive 'A' key in Mac SDL1 build (Issue #2787)
2021-08-12 22:26:48 -06:00
Jonathan Campbell
bcfb0c4222
Merge pull request #2781 from cimarronm/zdrive-init
ZDRIVE_NUM init
2021-08-12 22:26:39 -06:00
Jonathan Campbell
f46b90fdc0
Merge pull request #2777 from cimarronm/fpu-improvements
VS build fixes for FPU improvements
2021-08-12 22:26:03 -06:00