1
0
Fork 0
Commit graph

1790 commits

Author SHA1 Message Date
Sjoerd van der Berg
7139da9f0d Fix some vstudio.net warnings/errors
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1421
2003-11-09 08:20:23 +00:00
Sjoerd van der Berg
d44c54a994 New variable dma.cpp needs
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1420
2003-11-09 08:19:54 +00:00
Dean Beeler
6a3c799e18 Tuned 16-bit samples. Increased support for some tracker programs.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1419
2003-11-09 04:05:51 +00:00
Dean Beeler
909f7333fb Restored lost DMA functionality. (Fixed MM45 bug.)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1418
2003-11-09 04:05:06 +00:00
Sjoerd van der Berg
9d0029f51b Add method for checking a remote drive.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1417
2003-11-08 18:00:47 +00:00
Peter Veenstra
b8c73b0ff1 Don't allow directories or volume labels to be opened. Return proper error code
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1416
2003-11-08 13:41:04 +00:00
Sjoerd van der Berg
9da071a0be Logging message changed a bit
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1415
2003-11-08 10:18:06 +00:00
Sjoerd van der Berg
895995c073 Added some kind of aspect correction calcuation, still not perfect
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1414
2003-11-08 10:11:25 +00:00
Sjoerd van der Berg
433ec14aca Added hardware overlay support with hardware scaling
Added fixed fullscreen resolutions for you LCD freaks


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1413
2003-11-08 10:10:03 +00:00
Sjoerd van der Berg
b4dcb24e35 Enabling aspect correction option for config file
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1412
2003-11-08 09:59:10 +00:00
Sjoerd van der Berg
a1e279829b Rendering rewrite for aspect correction and vga vertical stretching
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1411
2003-11-08 09:53:11 +00:00
Sjoerd van der Berg
7b36937c81 New height scaling variable
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1410
2003-11-08 09:41:45 +00:00
Dean Beeler
247678bbe6 Added documentation. Removed outdated code.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1409
2003-11-06 01:15:10 +00:00
Dean Beeler
4239e8d87f Moved DMA channel code to dma.cpp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1408
2003-11-06 01:14:05 +00:00
Ulf Wohlers
622310e567 fixed a crash, removed some warnings
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1407
2003-11-05 20:28:29 +00:00
Sjoerd van der Berg
a74a1dc337 Changed some of the flag handling
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1406
2003-11-05 19:57:13 +00:00
Sjoerd van der Berg
d11ec849a5 Forcing get_CF to be bool and INC/DEC set var1 flag variable
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1405
2003-11-05 19:50:33 +00:00
Sjoerd van der Berg
814ed9bef5 New lazyflag testing and fillflags returns the flags
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1404
2003-11-05 19:49:30 +00:00
Sjoerd van der Berg
b4753c5c62 Far jmps/calls interrupts restart the core
Changes for new lazy flag testing
Removed carry flag only changing type


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1403
2003-11-05 19:48:49 +00:00
Sjoerd van der Berg
f28bdda7b1 Far jmps/calls interrupts restart the core
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1402
2003-11-05 19:45:07 +00:00
Sjoerd van der Berg
43f7ba3ed9 parity table changed to bit16u
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1401
2003-11-05 19:43:02 +00:00
Sjoerd van der Berg
e23bab62ff Removed code type options
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1400
2003-11-05 19:41:10 +00:00
Sjoerd van der Berg
c0eeebc16a Some changes for main interrupt handler and endian fixes for descriptor structures
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1399
2003-11-05 19:39:51 +00:00
Dean Beeler
ed4d000c14 Implemented 16-bit DMA support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1398
2003-11-04 03:41:33 +00:00
Dean Beeler
9d8d93a7dd Added GUS init section
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1397
2003-11-04 03:40:59 +00:00
Dean Beeler
4057f50057 Added port hack to Gravis to aid in GUS detection
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1396
2003-11-04 03:40:22 +00:00
Dean Beeler
f9cb7aa8db Added GUS functionality
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1395
2003-11-04 03:39:23 +00:00
Sjoerd van der Berg
9c3002204e undocumented feature with resize returning segment in AX
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1394
2003-11-01 16:03:42 +00:00
Sjoerd van der Berg
cf9a3a8931 Remove PIC_AddIRQ
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1393
2003-10-30 22:18:15 +00:00
Sjoerd van der Berg
83209226a0 Remove PIC_AddIRQ usage
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1392
2003-10-30 22:15:28 +00:00
Sjoerd van der Berg
7ee41eb2e6 Maybe improve fullscreen rendering
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1391
2003-10-30 09:08:58 +00:00
Ulf Wohlers
95bb9c0372 Fixed issue with long filenames (directory entries not displayed)
init some static vars with 0


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1390
2003-10-29 19:43:22 +00:00
Ulf Wohlers
fbd28bf4bb Fixed issue with long filenames (directory entries not displayed)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1389
2003-10-29 19:42:19 +00:00
Ulf Wohlers
d78a0f9be0 Fixed a bug with the control status
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1388
2003-10-29 10:18:30 +00:00
Sjoerd van der Berg
63cd8d1b5d Fix errors with trap flag and interrupts
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1387
2003-10-28 09:43:06 +00:00
Sjoerd van der Berg
66e76bc0d5 Set correct size while making child psp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1386
2003-10-27 21:05:25 +00:00
Sjoerd van der Berg
166b944fc9 void function returning a value
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1385
2003-10-27 18:36:12 +00:00
Ulf Wohlers
def42bde5f added function 0x0301
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1384
2003-10-27 17:18:27 +00:00
Sjoerd van der Berg
7180399a98 Added mode 0x103 and fixed bug with vertical blank start.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1383
2003-10-27 15:36:21 +00:00
Peter Veenstra
87216faa9b Added patch 826821 from phearbear
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1382
2003-10-27 14:16:59 +00:00
Peter Veenstra
6ad8bd1411 removed core_16
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1381
2003-10-27 14:09:41 +00:00
Sjoerd van der Berg
9f6a6bc5cf New IO Functions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1380
2003-10-27 13:19:19 +00:00
Sjoerd van der Berg
45c1f1c663 Changes for new flag word
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1379
2003-10-26 19:05:01 +00:00
Sjoerd van der Berg
66df37b533 New lazy flag header file and endian fixes for flags
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1378
2003-10-26 19:00:47 +00:00
Sjoerd van der Berg
e92e17addd New lazy flag header file
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1377
2003-10-26 18:58:46 +00:00
Sjoerd van der Berg
4f130819d6 remove lazy flag references
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1376
2003-10-26 18:57:46 +00:00
Sjoerd van der Berg
8c832a4a81 Remove the old slow_16 core
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1375
2003-10-26 17:44:35 +00:00
Sjoerd van der Berg
23bbc96f4d Change the disney enabling config setting
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1374
2003-10-24 20:03:33 +00:00
uid83799
b76723b848 new config file line of help
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1373
2003-10-23 19:42:35 +00:00
Peter Veenstra
59316dda6d enabled modem again.(Jammet)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1372
2003-10-23 11:59:09 +00:00