1
0
Fork 0
Commit graph

52 commits

Author SHA1 Message Date
Sjoerd van der Berg
055e02bb41 Added status bit.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@491
2002-11-10 00:16:34 +00:00
Sjoerd van der Berg
3c26bb94da Changed attribute and dac color checking.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@457
2002-10-28 14:39:50 +00:00
Sjoerd van der Berg
2bc9299c3b Fixed attribtes to only use the lower 6 bits.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@456
2002-10-28 14:38:23 +00:00
Sjoerd van der Berg
3dfafb6dde Changed vga attribute handling to vga dac registers.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@455
2002-10-28 14:37:51 +00:00
Sjoerd van der Berg
388885b0fe Fill new allocated memory with 0xcd's
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@446
2002-10-26 09:30:15 +00:00
Sjoerd van der Berg
a865ac6c6a Fixed keyevents with right alt and ctrl.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@435
2002-10-25 21:34:00 +00:00
Sjoerd van der Berg
9ed0094a0e Allow reading from dma ports to get the current count.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@408
2002-10-25 08:59:43 +00:00
Peter Veenstra
e8ce6d4628 Removed some warnings
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@403
2002-10-24 12:27:59 +00:00
Peter Veenstra
18ae21e866 added help messages for the configfile and updated the readme and install to reflect libpng and zlib
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@396
2002-10-22 17:52:38 +00:00
Sjoerd van der Berg
f25dbb22dd Fixed error in blockread/write
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@378
2002-10-20 01:17:07 +00:00
Sjoerd van der Berg
4070fb15df Stripped out pretty much everything for later maybe.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@355
2002-10-19 16:21:49 +00:00
Sjoerd van der Berg
d788b1c81b Tandy now started from the speaker section.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@337
2002-10-18 09:06:44 +00:00
Sjoerd van der Berg
7eb6dacc91 Removed the hardware manager functions and added the Silence DAC DSP command
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@336
2002-10-18 09:06:04 +00:00
Sjoerd van der Berg
fc0c9f0b77 Removed the directory in #include <sdl/sdl.h>
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@335
2002-10-18 09:05:03 +00:00
Sjoerd van der Berg
c03e0db3a4 New and faster versions of block_read and block_write
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@334
2002-10-18 09:04:16 +00:00
Sjoerd van der Berg
02e888e001 Removed the hardware manager functions.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@333
2002-10-18 09:03:23 +00:00
Sjoerd van der Berg
602882eb78 Fixed counters for 2nd joystick movement.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@316
2002-10-15 22:27:58 +00:00
Sjoerd van der Berg
4c8ce66c86 Protection against overflowing the realsound buffer
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@315
2002-10-15 22:26:57 +00:00
Sjoerd van der Berg
fea2b58d8f Disabled HWSET for the moment
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@314
2002-09-29 14:12:40 +00:00
Peter Veenstra
d0fc1da99b added support for a config class/file. System not initialized perfect yet!
(env is not fixed)


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@289
2002-09-17 20:07:25 +00:00
Sjoerd van der Berg
600580f7a3 New keyboard routines supporting some commands and better handling of IRQ's
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@284
2002-09-16 14:31:35 +00:00
Sjoerd van der Berg
69fb6bdbda New IRQ Handling to only allow 1 active irq, and cleaned up some old functions.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@279
2002-09-16 13:25:41 +00:00
Sjoerd van der Berg
b93a294dfa RealSound support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@277
2002-09-16 13:14:42 +00:00
Sjoerd van der Berg
3edbb75c02 Back to old timer code, removed timeragain variable
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@276
2002-09-16 13:14:13 +00:00
Sjoerd van der Berg
5bfa4cb74c Fix 16bit stereo mixing and add 8bit stereo mixing
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@269
2002-09-14 20:51:02 +00:00
Sjoerd van der Berg
115a948a92 Don't reset frequency index on new frequency, clears up pcspeaker music.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@266
2002-09-08 18:32:57 +00:00
Sjoerd van der Berg
bbee123fcf New mixer code to fix channels playing to fast
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@265
2002-09-08 18:10:06 +00:00
Sjoerd van der Berg
0809de690d New timer code, now avarages time index requests.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@262
2002-09-06 20:03:37 +00:00
Sjoerd van der Berg
6470f16447 Fixed bug with joystick always going down.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@258
2002-09-04 21:49:22 +00:00
Sjoerd van der Berg
7349874d3a Prevent Text drawing from overwriting the screen during resize
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@226
2002-08-26 07:45:19 +00:00
Sjoerd van der Berg
2595739e14 Change to use internal memory and masking bit to disable the channel.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@209
2002-08-24 07:53:37 +00:00
Sjoerd van der Berg
2df7210adb Fixed ADPCM and support for the new dma functions.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@208
2002-08-24 07:52:33 +00:00
Sjoerd van der Berg
95849cbc04 Save the map mask to a lookup value
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@176
2002-08-19 12:56:02 +00:00
Sjoerd van der Berg
bf747fff94 Use tables for ega page handler and lookup values.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@175
2002-08-19 12:55:36 +00:00
Sjoerd van der Berg
b9abeff3be Save lookup values for greater speed.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@174
2002-08-19 12:54:38 +00:00
Sjoerd van der Berg
5b8fdf2b3e New memory functions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@173
2002-08-19 12:53:58 +00:00
Sjoerd van der Berg
193675b0cb New ega memory tables, and more lookup variables
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@172
2002-08-19 12:53:12 +00:00
Sjoerd van der Berg
a1ed02efa3 Use tables for ega modes, new memory handler
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@171
2002-08-19 12:52:38 +00:00
Sjoerd van der Berg
76ab53be5c New config #if's
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@170
2002-08-19 12:51:42 +00:00
Sjoerd van der Berg
5632f1a4cf New memory scheme and removed the EMM functions.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@169
2002-08-19 12:51:33 +00:00
Sjoerd van der Berg
2ab0a70e5e New conifig #if's
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@168
2002-08-19 12:50:21 +00:00
Sjoerd van der Berg
35c9b53309 Extra empty buffer test.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@151
2002-08-14 22:13:31 +00:00
Sjoerd van der Berg
f622860eb2 vga 2 color mode
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@128
2002-08-08 16:18:43 +00:00
Sjoerd van der Berg
d309cb94a4 missed some debug info
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@125
2002-08-08 09:58:05 +00:00
Sjoerd van der Berg
a17e267b62 added 2 color cga and some pitch fixes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@124
2002-08-08 09:55:49 +00:00
Sjoerd van der Berg
b73647f308 2 color mode cga detection.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@123
2002-08-08 09:46:47 +00:00
Sjoerd van der Berg
3023a8db88 2 color cga mode entries added
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@122
2002-08-08 09:46:07 +00:00
Sjoerd van der Berg
882e475266 fix for mono input status, added mono/color mode register select.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@121
2002-08-08 09:45:04 +00:00
Sjoerd van der Berg
bed0f7e8a6 Crtc startup and changed some entries to use vga_resize.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@120
2002-08-08 08:59:14 +00:00
Sjoerd van der Berg
2f5c031805 Pel Mask not being saved
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@119
2002-08-08 08:56:58 +00:00