1
0
Fork 0
Commit graph

667 commits

Author SHA1 Message Date
Sjoerd van der Berg
309571b32e curses and png get linked through $LIBS
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@746
2003-03-11 08:57:31 +00:00
Sjoerd van der Berg
be88be2eaf add curses and png to $LIBS when selected.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@745
2003-03-11 08:56:57 +00:00
Sjoerd van der Berg
08706fc645 new mixer settings and changed default dir for screenshots
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@744
2003-03-11 07:10:50 +00:00
Sjoerd van der Berg
d24b927f52 Fixes to correctly load mmx version of scale2x
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@743
2003-03-11 00:03:56 +00:00
Sjoerd van der Berg
fbda2d52aa Use strcasecmp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@742
2003-03-10 23:42:44 +00:00
Sjoerd van der Berg
21a758ddcf Add new scale headers and remove settings.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@741
2003-03-10 16:50:06 +00:00
Sjoerd van der Berg
86bcde167e settings.h be gone
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@740
2003-03-10 16:38:49 +00:00
Sjoerd van der Berg
4fd112b3f3 Enable/Disable mpu-401
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@739
2003-03-10 16:25:05 +00:00
Sjoerd van der Berg
4c5ec02038 Able to disable mpu401
Added some intelligent mode commands.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@738
2003-03-10 16:24:21 +00:00
Sjoerd van der Berg
33bbeee6e2 Settings now in config.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@737
2003-03-10 15:22:24 +00:00
Sjoerd van der Berg
fbfd081260 Removal of settings.h, settings moved in here.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@736
2003-03-10 15:17:37 +00:00
Sjoerd van der Berg
4d7e42103d fixed a spelling error
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@735
2003-03-10 15:06:57 +00:00
Sjoerd van der Berg
95dda663a0 Some fixes to allow autoconf to run
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@734
2003-03-10 15:02:58 +00:00
Sjoerd van der Berg
8de6c90eb3 Enable/Disable support for debugger and screenshots
Bettter checks for libpng and libcurses
Removal of settings.h file


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@733
2003-03-10 14:30:27 +00:00
Sjoerd van der Berg
359aca11f3 add scale2x and normal headers
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@732
2003-03-10 10:19:45 +00:00
Sjoerd van der Berg
84daa51d7e enable opening directories with a trailing backslash
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@731
2003-03-10 10:19:00 +00:00
Sjoerd van der Berg
d768369be9 Fixes drawing of last and first line.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@730
2003-03-09 20:58:54 +00:00
Sjoerd van der Berg
be041e7296 New render operation for screenshots.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@729
2003-03-09 18:23:57 +00:00
Sjoerd van der Berg
46f8426d76 scaler option added in config file.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@728
2003-03-09 18:18:51 +00:00
Sjoerd van der Berg
3adae7c555 Added Scale2x rendering.
Enabled screenshot support again.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@727
2003-03-09 18:17:19 +00:00
Ulf Wohlers
3cff24c4a7 fixed buf if extrabytes are zero.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@726
2003-03-07 11:31:13 +00:00
Ulf Wohlers
542d0739c9 replaced Debug_Msg with LOG
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@725
2003-03-07 11:20:47 +00:00
Peter Veenstra
14dbc00591 fixed a typo
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@724
2003-03-06 14:52:43 +00:00
Ulf Wohlers
6558efe97e Improved ioctl support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@723
2003-03-06 14:29:43 +00:00
Ulf Wohlers
e2b62d23d0 Added cdrom.h cdrom.cpp cdrom_ioctl.cpp dos_mscdex.cpp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@722
2003-03-06 13:49:07 +00:00
Peter Veenstra
43736fe92d fixed a few warnings
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@721
2003-03-06 13:40:20 +00:00
Ulf Wohlers
8b2daec2b8 Added virtual func SetDir in class DOS_Drive
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@720
2003-03-06 13:38:13 +00:00
Ulf Wohlers
98659bac76 Mscdex driver
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@719
2003-03-06 13:36:23 +00:00
Ulf Wohlers
1ffb7800fb Win32 files for cdrom aspi and ioctl
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@718
2003-03-06 13:35:14 +00:00
Ulf Wohlers
cfd4de316e cdrom interfaces
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@717
2003-03-06 13:34:27 +00:00
Ulf Wohlers
d4af8d8889 added cdrom.h/cpp + mscdex.cpp + special win headers aspi + ioctl
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@716
2003-03-06 13:33:07 +00:00
Peter Veenstra
b7b02ce8a4 fixed a warning
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@715
2003-03-06 13:27:24 +00:00
Ulf Wohlers
e304c3262b new class cdromDrive
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@714
2003-03-06 13:21:04 +00:00
Ulf Wohlers
c2f4f360ca Added EmptyCache, removed some warnings
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@713
2003-03-06 13:20:31 +00:00
Ulf Wohlers
d70b9f3c68 Add mount command for cdroms :
mount [drive[ [cdrom]:\ -t cdrom [-aspi]


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@712
2003-03-06 13:20:09 +00:00
Ulf Wohlers
8a9867ef92 Startup function for mscdex
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@711
2003-03-06 13:18:49 +00:00
Peter Veenstra
9c86d11309 added .cvsignore from patch from Max Horn
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@710
2003-03-06 12:03:41 +00:00
Ulf Wohlers
86e2edd0ff fixed bug in DOS_PSP::SetNumFiles
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@709
2003-03-05 09:24:21 +00:00
Peter Veenstra
24c3854149 added basic handlers for int 25 and int 26
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@708
2003-03-03 20:34:05 +00:00
Sjoerd van der Berg
712de9cd78 sysex message size now 1024
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@707
2003-03-02 23:34:15 +00:00
Sjoerd van der Berg
b36c835664 Changed keyboard modifiers
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@706
2003-03-02 21:50:42 +00:00
Sjoerd van der Berg
fe1b5109f5 foreign keyboard support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@705
2003-03-02 21:46:25 +00:00
Sjoerd van der Berg
5c8b61d624 Foreign keyboard support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@704
2003-03-02 21:45:30 +00:00
Sjoerd van der Berg
60c35559f9 Ascii foreign keyboard support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@703
2003-03-02 21:42:43 +00:00
Sjoerd van der Berg
5fb73510fe Check for an empty string for debug logging file
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@702
2003-03-02 21:08:27 +00:00
Sjoerd van der Berg
4753d75cbf added mpu401.cpp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@701
2003-03-02 20:36:58 +00:00
Sjoerd van der Berg
673d83519d Moved the mpu401 init function under the soundblaster.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@700
2003-03-02 20:35:33 +00:00
Sjoerd van der Berg
4913f1ea13 Back to the english version
Added mpu401 and midi and winmm.lib in linking


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@699
2003-03-02 20:30:08 +00:00
Sjoerd van der Berg
732856e2f6 Midi support for win32 and linux oss
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@698
2003-03-02 20:21:41 +00:00
Sjoerd van der Berg
fb460d28a5 Support for the midi and mpu401 init functions.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@697
2003-03-02 20:19:26 +00:00