Dalekamistoso (DrWh0)
|
83c914a617
|
Merge pull request #1 from Dalekamistoso/Dalekamistoso-patch-1
Updates to spanish translation
|
2021-11-02 13:02:21 +01:00 |
|
Dalekamistoso (DrWh0)
|
c5c28484a0
|
Updated translation
Added some missing labels and corresponding its translationS
|
2021-11-02 13:01:45 +01:00 |
|
Wengier
|
fef83c22e1
|
Update INSTALL.md
|
2021-11-02 05:12:11 -04:00 |
|
Jonathan Campbell
|
dd43f7d6c0
|
more
|
2021-11-02 02:07:41 -07:00 |
|
Jonathan Campbell
|
7b9adf1cf4
|
Add stub entry points for ROM BASIC entry, as used by MS-DOS BASIC.COM and BASICA.COM
|
2021-11-02 02:06:31 -07:00 |
|
Jonathan Campbell
|
11af187eb8
|
Begin next version
|
2021-11-02 01:51:34 -07:00 |
|
Wengier
|
e0a4c47c7d
|
Update INSTALL.md
|
2021-11-01 19:20:54 -04:00 |
|
Wengier
|
92e5e8001d
|
update installer
|
2021-11-01 18:51:29 -04:00 |
|
Wengier
|
b48f85cc12
|
update Windows installer
|
2021-11-01 17:14:29 -04:00 |
|
Jonathan Campbell
|
f51bf24c4a
|
Prepare for release
dosbox-x-v0.83.19
|
2021-11-01 10:07:31 -07:00 |
|
Jonathan Campbell
|
e77ccfacb5
|
Merge branch 'develop'
|
2021-11-01 09:33:34 -07:00 |
|
Jonathan Campbell
|
0db764dae7
|
IDIV adjustments recommended by Allofich
|
2021-11-01 09:33:22 -07:00 |
|
Wengier
|
66b3b71c92
|
some CHANGELOG entries appear *twice*; move down
|
2021-11-01 05:27:50 -04:00 |
|
Jonathan Campbell
|
cad6d9b601
|
Update build timestamp, reference conf file
|
2021-11-01 01:20:15 -07:00 |
|
Jonathan Campbell
|
8acef078ff
|
Wengier made a change to CHANGELOG that conflicts, fix it
|
2021-11-01 01:10:25 -07:00 |
|
Jonathan Campbell
|
9be458ba06
|
quo check for 0x80, 0x8000, 0x80000000 was useless because the value never matched anyway (it was actually -0x80, -0x8000, -0x80000000 anyway). Add check for cputype=8086 and those values to emulate signed integer divide case documented for the 8086
|
2021-11-01 01:05:07 -07:00 |
|
Wengier
|
da0a65bc34
|
minor update to translation
|
2021-11-01 03:42:40 -04:00 |
|
Jonathan Campbell
|
944f22564d
|
IDIVW mask the same as other word sizes
|
2021-11-01 00:41:43 -07:00 |
|
Wengier
|
2061691db7
|
last fix
|
2021-11-01 02:58:10 -04:00 |
|
Wengier
|
687b6b54f7
|
update translations
|
2021-11-01 02:30:59 -04:00 |
|
Wengier
|
defd3cc726
|
fix langcp
|
2021-11-01 02:05:32 -04:00 |
|
Wengier
|
18059dff55
|
fix multi-line delete in PC98 by changing outc(8) to backone()
|
2021-11-01 00:12:41 -04:00 |
|
Wengier
|
2b86986898
|
fix pasting on IME
|
2021-10-31 23:49:26 -04:00 |
|
Wengier
|
2fda0eafb3
|
fix {}; thanks @nanshiki
|
2021-10-31 23:19:02 -04:00 |
|
Wengier
|
a8da2ea17c
|
group CHANGELOG entries before release
|
2021-10-31 18:11:45 -04:00 |
|
Wengier
|
4eaa063f8a
|
Merge branch 'master' of https://github.com/joncampbell123/dosbox-x
|
2021-10-31 17:07:10 -04:00 |
|
Wengier
|
197f1e3ed8
|
use builtin function for 80x25, 80x43 etc
|
2021-10-31 16:38:10 -04:00 |
|
Jonathan Campbell
|
1e3d36adfd
|
more
|
2021-10-31 00:01:13 -07:00 |
|
Jonathan Campbell
|
40acc6ac76
|
For cputype=8086, alter exception handling so that return address is instruction following where it faulted. For any other cputype, retain behavior to point at faulting instruction
|
2021-10-31 00:00:30 -07:00 |
|
Jonathan Campbell
|
9400b74a8d
|
use20pixelfont does not exist outside Windows (#ifdef WIN32), but code uses the conditional, so make it a constant false aka 0
|
2021-10-30 23:10:13 -07:00 |
|
Jonathan Campbell
|
c9ff9ff34b
|
Merge pull request #3026 from Dobby233Liu/issue-template
Edit templates
|
2021-10-30 22:52:02 -07:00 |
|
Jonathan Campbell
|
79122a78da
|
Merge pull request #3024 from Allofich/cga
Use keyboard buffer of 0x1E to 0x3E for CGA
|
2021-10-30 22:51:26 -07:00 |
|
Wengier
|
6c7a5fbeb1
|
fix SDL2 UTF8 conversion
|
2021-10-31 00:18:54 -04:00 |
|
Wengier
|
c65a1b9358
|
update config ref
|
2021-10-30 23:25:59 -04:00 |
|
Liu Wenyuan
|
5b0648f0cb
|
Update PULL_REQUEST_TEMPLATE.md
|
2021-10-31 10:37:52 +08:00 |
|
Liu Wenyuan
|
46101957cf
|
Hard to phrase
|
2021-10-31 10:30:47 +08:00 |
|
Liu Wenyuan
|
b47181f784
|
Add a bit about wiki here
|
2021-10-31 10:29:30 +08:00 |
|
Liu Wenyuan
|
f483494b6b
|
Update PULL_REQUEST_TEMPLATE.md
|
2021-10-31 10:26:00 +08:00 |
|
Wengier
|
5b518e2c6f
|
update CHANGELOG
|
2021-10-30 21:11:26 -04:00 |
|
Wengier
|
9bfa6f08a0
|
use custom Chinese fonts first
|
2021-10-30 20:59:26 -04:00 |
|
Wengier
|
84f7a37a23
|
more
|
2021-10-30 20:45:34 -04:00 |
|
Wengier
|
ae32f4dc55
|
Merge branch 'master' of https://github.com/joncampbell123/dosbox-x
|
2021-10-30 19:55:58 -04:00 |
|
Wengier
|
3a3dbfc6ea
|
cleanup DOS/V v-text function
|
2021-10-30 19:55:14 -04:00 |
|
Allofich
|
c392f88859
|
Use keyboard buffer of 0x1E to 0x3E for CGA
|
2021-10-31 06:17:26 +09:00 |
|
Jonathan Campbell
|
e729a3a0c3
|
Merge pull request #3021 from Allofich/pcjr
Remove unused PCjr keyboard code
|
2021-10-30 10:50:38 -07:00 |
|
Allofich
|
c00d9383f2
|
Remove unused PCjr keyboard code
|
2021-10-30 21:16:50 +09:00 |
|
Wengier
|
7906a093e9
|
add tool
|
2021-10-30 04:50:01 -04:00 |
|
Jonathan Campbell
|
f0b218b576
|
whoops
|
2021-10-30 00:44:06 -07:00 |
|
Jonathan Campbell
|
db27085260
|
more
|
2021-10-30 00:12:28 -07:00 |
|
Jonathan Campbell
|
1f278de60d
|
Fix PCjr NMI handler to use 8086-level instructions instead of 80186-level PUSH <imm> to load DS with segment value 0x0040
|
2021-10-30 00:11:39 -07:00 |
|