Commit Graph

15716 Commits

Author SHA1 Message Date
Wengier
148bca164b fix DBCS lead 2021-11-21 21:42:33 -05:00
Wengier
220ead54e5 fix ~ on SDL2 build too 2021-11-21 20:17:46 -05:00
Wengier
94187d57ef fix ~ key in non-Japanese keyboard with IME 2021-11-21 19:57:31 -05:00
Wengier
666364b78d more 2021-11-21 18:53:11 -05:00
Wengier
25f44afae4 return 6a74 if 0 2021-11-21 05:17:24 -05:00
Wengier
1c49087872 more 2021-11-21 02:53:49 -05:00
Wengier
2186554105 update J3_GetMachineCode() 2021-11-21 02:53:16 -05:00
Wengier
abe859cfa5 update translation 2021-11-21 00:54:39 -05:00
Wengier
38d3e89de8 fix possible crash with getsysfont=true (mentioned by @hlizard) 2021-11-21 00:21:29 -05:00
Wengier
43feede7b5 fix compile issue without FreeType 2021-11-21 00:03:06 -05:00
Wengier
6f185f9025 change video mode when booting from DOS/V 2021-11-20 21:18:25 -05:00
Wengier
3dcfcf3828 fix BIOS screen after DOS/V reset 2021-11-20 20:29:29 -05:00
Wengier
ed25b520c0 fix clipboard for DCGA 2021-11-20 19:38:22 -05:00
Wengier
9e38023164 separate j3100 and j3100type options; the former allows j3100 to be auto or manually started 2021-11-20 18:55:29 -05:00
Wengier
7e27a12e78 update config ref 2021-11-20 06:29:00 -05:00
Wengier
8941a7952a support J3100 machine types 2021-11-20 05:51:14 -05:00
Wengier
0e2c9793d4 more 2021-11-20 01:03:44 -05:00
Wengier
d1a2cb4c0f update DBCS code 2021-11-20 00:47:16 -05:00
Wengier
88ac295380 update 2021-11-19 22:53:01 -05:00
Wengier
508c04170e fix text in README 2021-11-19 19:21:48 -05:00
Wengier
93ca6212a1 Show VGA-specific tools only in VGA 2021-11-19 19:12:36 -05:00
Wengier
de14b5930a update config ref 2021-11-19 03:35:12 -05:00
Jonathan Campbell
742ce4a0c7 Merge branch 'master' of github.com:joncampbell123/dosbox-x 2021-11-18 23:48:09 -08:00
Jonathan Campbell
bbf3131123 Add MSR register corresponding to Pentium II Local APIC, because Windows Millenium Edition assumes it is there when cputype=pentium_ii (emulating a Pentium II) 2021-11-18 23:48:03 -08:00
Wengier
8b8b1aad54 update doc 2021-11-19 02:42:46 -05:00
Wengier
6f7e54b4b4 Merge branch 'master' of https://github.com/joncampbell123/dosbox-x 2021-11-19 02:41:02 -05:00
Wengier
094dd215aa Add DCGA command 2021-11-19 02:40:28 -05:00
Jonathan Campbell
9c00cd4ab1 The way Intel implemented SYSENTER/SYSEXIT requires model specific registers to be enabled 2021-11-18 23:32:31 -08:00
Jonathan Campbell
f60a46a06d more 2021-11-18 23:28:22 -08:00
Jonathan Campbell
271cdd5a94 I know the idea here is to silence a lot of CPU debug spew but it would really help debugging and the user to correctly log unimplemented RDMSR/WRMSR and SYSENTER/SYSEXIT calls 2021-11-18 23:27:37 -08:00
Jonathan Campbell
3410487014 changelog 2021-11-18 23:18:00 -08:00
Jonathan Campbell
9f09f68dd8 Add Pentium II SYSENTER/SYSEXIT stub, add to debugger decompiler, add option to enable the instruction 2021-11-18 23:16:10 -08:00
Wengier
3c05567495 update installer 2021-11-19 01:50:26 -05:00
Jonathan Campbell
73c7f41b42 Update CPUID properly for Pentium Pro and Pentium II 2021-11-18 22:34:06 -08:00
Jonathan Campbell
bbe9a55a32 Begin Pentium II emulation 2021-11-18 22:31:47 -08:00
Jonathan Campbell
51dafee1f0 More fixes, Bit8u to uint8_t 2021-11-18 22:05:24 -08:00
Jonathan Campbell
332fa7b913 Linux builds do not have Bit8u, change to stdint.h types 2021-11-18 21:52:09 -08:00
Jonathan Campbell
869c7a99f8 Correction: Use IS_PC98_ARCH || IS_J3100 to make a proper boolean OR expression for the ternary operator 2021-11-18 21:44:09 -08:00
Jonathan Campbell
5d7bd1b300 Merge pull request #3087 from nanshiki/dcga_j3100
DCGA (640x400 2colors) and J-3100 are now supported.
2021-11-19 05:42:51 +00:00
Jonathan Campbell
18ef863ff4 Merge pull request #3086 from Allofich/svn
SVN r4470
2021-11-19 05:39:13 +00:00
Wengier
e2d1ae1701 update translations 2021-11-18 20:36:38 -05:00
Wengier
5bdd3f1eb9 support ASCFONT.24/ASCFONT.24B too 2021-11-18 19:10:32 -05:00
Wengier
c820119aef update option changablity 2021-11-18 18:05:37 -05:00
nanshiki
d1e3029926 J-3100 function added. 2021-11-18 21:44:54 +09:00
nanshiki
74262e149f J-3100 function added. 2021-11-18 21:44:41 +09:00
nanshiki
1733a71de3 DCGA added. 2021-11-18 21:44:10 +09:00
nanshiki
73b4315007 DCGA added. 2021-11-18 21:44:03 +09:00
nanshiki
914cf69a03 DCGA added. 2021-11-18 21:43:57 +09:00
nanshiki
5a46660fc3 J-3100 function added. 2021-11-18 21:43:44 +09:00
nanshiki
7438e2170f J-3100 function added. 2021-11-18 21:43:37 +09:00