1
0
Fork 0
Commit graph

2458 commits

Author SHA1 Message Date
Peter Veenstra
f8733e94cf Some more hints in CHDIR
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2965
2007-08-12 19:16:09 +00:00
Sebastian Strohhäcker
0190a6e149 Silence a few warnings.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2964
2007-08-12 19:16:01 +00:00
Sebastian Strohhäcker
6741e18d60 make the joystick to use for 4axis selectable
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2962
2007-08-12 10:23:37 +00:00
Sebastian Strohhäcker
2ff695971f make the used joystick selectable when 4axis is specified
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2961
2007-08-12 10:23:36 +00:00
Sebastian Strohhäcker
703e78806c add keyboard layouts
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2960
2007-08-11 20:13:58 +00:00
Peter Veenstra
636f7c79d5 Fix crashes when changing scaler on startup.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2959
2007-08-11 12:19:00 +00:00
Sebastian Strohhäcker
c24c5a9772 fix color reversal of selected buttons
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2958
2007-08-10 18:18:29 +00:00
Sebastian Strohhäcker
d404647529 enable core=auto switching for recompiling core as well
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2957
2007-08-09 19:52:33 +00:00
Peter Veenstra
c7205d0750 Improve/fix aspect correction.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2954
2007-08-08 13:16:17 +00:00
Peter Veenstra
4fdda4e51e Query port 17:0 as well as default port
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2953
2007-08-08 08:04:53 +00:00
Peter Veenstra
5b8517762e Fix Space Quest 6 sound. (switching to old style dma transfers resets the sign of the dma transfer)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2952
2007-08-08 08:03:48 +00:00
Sebastian Strohhäcker
16b9c8db8a tweak speed-unlocking a bit for cycles=max (ykhwong, see sf patch #1745756)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2951
2007-08-07 21:01:08 +00:00
Sebastian Strohhäcker
5b1d1c360c enable dcode for x86-64 (after gulikoza (thanks!) fixed the remaining bugs)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2950
2007-08-07 19:03:43 +00:00
Sebastian Strohhäcker
05dcd5832f (trying to) fix parameter encoding (x86-64 drc only)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2949
2007-08-06 20:01:45 +00:00
Sebastian Strohhäcker
e60fb98981 allow non-palette vga attr registers to always be modified during modeswitch (fixes Dreamweb)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2948
2007-08-05 15:33:02 +00:00
Sebastian Strohhäcker
8011899154 fix layout file processing (thanks to etillite, see sf bug #1760297)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2947
2007-08-04 18:52:44 +00:00
Sebastian Strohhäcker
0cf80b61fa initialize variables, should fix some crashes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2946
2007-08-04 09:43:13 +00:00
Peter Veenstra
d42eb113ed Fix bug 1766436 tab key crashes dosbox.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2945
2007-08-03 18:22:45 +00:00
Sebastian Strohhäcker
8224477b9a add flags invalidation by code generation for x86_64
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2944
2007-08-03 15:18:05 +00:00
Peter Veenstra
ee260ffd5c Administrative changes.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2941
2007-07-30 07:42:16 +00:00
Peter Veenstra
31dfc5a644 Add mipsel32 to make dist
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2935
2007-07-27 19:30:36 +00:00
Peter Veenstra
7c7e3c510c Add input checking to call 0x2D
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2934
2007-07-27 19:17:23 +00:00
Sebastian Strohhäcker
ae6c4effb6 add MIPS32 le backend for the recompiler core (crazyc)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2933
2007-07-27 16:53:31 +00:00
Sebastian Strohhäcker
b6785a6f05 enable flags invalidation for x86_64 backend; update docs
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2932
2007-07-26 19:09:14 +00:00
Sebastian Strohhäcker
4c3b15365a fix some logging (see sf patch #1663965)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2931
2007-07-25 21:44:21 +00:00
Sebastian Strohhäcker
60292aed8b move part of flags filling into backend; replace simple-function calls with code if possible
during flags invalidation pass (thanks to crazyc); work around fpu bug (x86_64 only)


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2930
2007-07-22 18:48:54 +00:00
Sebastian Strohhäcker
2773ef7adf fix some register backsave (thanks crazyc for noting); skip addr reg saving if possible
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2929
2007-07-21 08:46:50 +00:00
Peter Veenstra
0620995611 A very fake DPB for some editor.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2928
2007-07-20 18:53:52 +00:00
Peter Veenstra
f25f371575 Only use lowerpart of CX when dealing with cdrom drives.(Fixes Genesia)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2925
2007-07-20 18:22:28 +00:00
Sebastian Strohhäcker
6403c0e6ed reduce logging a bit
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2924
2007-07-19 18:58:39 +00:00
Sebastian Strohhäcker
ade6b1cd59 add some feedback to the mapper screen
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2923
2007-07-17 13:50:27 +00:00
Peter Veenstra
b6086e31de Make use of the dummy parameter.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2921
2007-07-16 11:02:32 +00:00
Sebastian Strohhäcker
83de8ea88c fix some pcspeaker mode (high-frequency reloading); fixes Test Drive/Grand Prix Cycles and similar
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2920
2007-07-15 16:36:27 +00:00
Sebastian Strohhäcker
6f9374b2de load floppy images with additional information-sector at their end
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2919
2007-07-14 16:42:38 +00:00
Sebastian Strohhäcker
8afc061422 disable MMIO on modeswitch
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2918
2007-07-05 19:36:53 +00:00
Sebastian Strohhäcker
b69fad7b15 typo
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2917
2007-07-05 19:26:33 +00:00
Peter Veenstra
a2bcd669fc Some refinements in the joystick support to work with non standard joystick layouts
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2916
2007-07-05 17:49:40 +00:00
Sebastian Strohhäcker
8f76382e7d add a define to disable additional scalers
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2914
2007-07-05 16:03:49 +00:00
Peter Veenstra
e739eeab8e Autobooting of IMG and IMA files when given as first parameter (or dropped on the executable)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2912
2007-07-03 17:32:14 +00:00
Sebastian Strohhäcker
37914fb224 additional scaler reset checks, mention scaler forcing in the configuration file
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2910
2007-07-02 20:06:59 +00:00
Sebastian Strohhäcker
216fb3bbe5 update some size/freesize parameters
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2909
2007-07-02 14:10:27 +00:00
Sebastian Strohhäcker
602b0aea94 add scaler forcing option (idea from ykhwong)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2908
2007-06-30 19:53:41 +00:00
Sebastian Strohhäcker
d566d3fca8 me too!
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2907
2007-06-30 19:33:45 +00:00
Sebastian Strohhäcker
fd879f6ccc fix tandy sound zero writes (NewRisingSun)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2905
2007-06-29 17:56:07 +00:00
Peter Veenstra
cb1db6bf69 Add 0xe5 to allowed chars. Fixes nba95 installer.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2904
2007-06-29 10:24:43 +00:00
Peter Veenstra
f947dae196 Add bounds check.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2903
2007-06-28 19:43:32 +00:00
Sebastian Strohhäcker
cd9b01ef68 add default palette skipping on modeset functionality (int10 alternate function select; fixes WW2 Battles of the South Pacific)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2902
2007-06-28 16:32:45 +00:00
Sebastian Strohhäcker
f034692ce8 typo
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2901
2007-06-28 16:02:27 +00:00
Peter Veenstra
4a079e44b0 fix a few warning on mac os x.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2900
2007-06-28 14:55:43 +00:00
Sebastian Strohhäcker
e5d178a282 fix some undocumented flags settings (thanks to hal for his comparisons);
optimize flags filling in some cases a bit


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2899
2007-06-28 10:53:05 +00:00