Commit Graph

23 Commits

Author SHA1 Message Date
Allofich
4d7be1c15b Remove redundant #ifndef conditionals for includes 2021-08-22 15:13:27 +09:00
Allofich
0cac7f216e Localize includes 2021-06-19 17:04:43 +09:00
Allofich
c873e452f3 Remove unneeded includes 2021-06-19 17:04:42 +09:00
Allofich
5565409b48 Remove unneeded includes
Replace config.h include in qcow2_disk.h with standard library includes,
since that's all it was used for.
2021-06-19 17:01:17 +09:00
Wengier
e170ef91ac for #2562 2021-05-31 17:41:54 -04:00
Wengier
1b87a51ccb fix for COM port 2021-05-30 18:04:05 -04:00
Allofich
9294d450ec SVN r4412
Update copyright.
2021-03-06 21:18:08 +09:00
Wengier
4879105b7a enhanced serial ports 2020-12-17 05:07:43 -05:00
Emmanuel Gil Peyrot
c0a106535e Replace Bit32u with uint32_t 2020-09-28 17:14:35 +02:00
Emmanuel Gil Peyrot
a431d81213 Replace Bit16u with uint16_t 2020-09-28 17:14:35 +02:00
Emmanuel Gil Peyrot
35f38f3ebe Replace Bit8u with uint8_t 2020-09-28 17:14:35 +02:00
rderooy
608a657b50 Update copyright year for dosbox and dosbox-x assets and update FSF address 2020-06-25 08:42:32 +02:00
Allofich
038566362e Fix Cppcheck funcArgNamesDifferent warnings 2019-10-21 22:08:39 +09:00
Allofich
8598f90386 Remove undefined function declarations 2019-06-15 20:13:21 +09:00
Allofich
d84a812743 SVN r4183 (second half)
Update year
2019-06-03 23:01:41 +09:00
Allofich
05619dd023 SVN r4183 (first half)
Update address of FSF
2019-06-03 22:54:46 +09:00
Jonathan Campbell
507d596c24 DOS LPT and COM driver bugfix, make sure Write() function prototype matches new const definition (Clang/LLVM warning) 2018-05-29 13:51:09 -07:00
Jonathan Campbell
3b5c28063b bugfix: fix up serial port registration and DOS device creation. COM1
and COM2 devices work now from DOS.
2016-01-22 15:45:39 -08:00
Jonathan Campbell
ffbad0b2b3 svn mainline r3878:
Year update.
2015-01-25 21:13:25 -08:00
Jonathan Campbell
b162343af4 valgrind hunting: fix memory leaks in serial and parport emulation vs
DOS device allocation. It turns out some devices prior to DOS_Init
allocate devices, which DOS_Init then zeroed, causing DOS to forget
those devices. Fixed.
2014-05-19 02:30:47 -07:00
Jonathan Campbell
f149e86ca0 Valgrind hunting: CSerial destructor made virtual so classes derived
from it still clean up resources properly on destruction. Added code to
delete device object as well as remove from DOS kernel. added code to
delete the FIFO objects properly from the destructor. Serial port
emulation no longer leaks memory.
2014-04-22 17:15:21 -07:00
Jonathan Campbell
21614b8c3f toss out my copy, integrate tawoongs's daum branch code into mine,
remove what won't compile, begin work.
2013-10-14 05:07:26 -07:00
root
f331824031 port from svn 2013-07-07 20:39:49 -07:00