florian
|
440a592d68
* project file updated for newer lazarus versions
|
12 lat temu |
florian
|
f95b225157
* fix wrong constant temp handling, introduced in r24953, resolves #24915
|
12 lat temu |
nickysn
|
256600e5d3
* TVESAModeInfo.WinFunct changed to farpointer
|
12 lat temu |
nickysn
|
c88b3f8501
+ enabled SaveStateVESA and RestoreStateVESA in the i8086-msdos unit graph
|
12 lat temu |
nickysn
|
996ca5ae00
- rm the first call to int 10, ax=4f04, dl=0 from SaveStateVESA, since this function is
|
12 lat temu |
nickysn
|
f1d9869435
+ enabled the VESA detection code in the i8086-msdos graph unit
|
12 lat temu |
nickysn
|
53d50f68c6
* TVESAinfo.str changed to pFarChar
|
12 lat temu |
nickysn
|
8a9634034a
* pModeList changed to a far pointer
|
12 lat temu |
nickysn
|
98913dc7d5
- rm the hexstr function from the graph unit, as that has already been included
|
12 lat temu |
nickysn
|
c948485587
+ enabled the 320x200 ModeX support in the graph unit for i8086-msdos
|
12 lat temu |
nickysn
|
dbc851eda3
+ enabled the 320x200x256c VGA mode in the graph unit for i8086-msdos
|
12 lat temu |
nickysn
|
009037f9d9
* the Seg0040, SegA000, SegB000 and SegB800 constants changed to typed constants
|
12 lat temu |
nickysn
|
9ed0d6d40d
* updated ppudump after r25672
|
12 lat temu |
nickysn
|
f165cee058
+ save the absolute variable's segment to the ppu file after r25666
|
12 lat temu |
nickysn
|
3b895ec0e8
* updated tppufile.getaword to support 16-bit and 8-bit aword sizes
|
12 lat temu |
nickysn
|
8574642a1f
+ added and enabled compilation of unit printer for i8086-msdos
|
12 lat temu |
nickysn
|
0c2e8db579
+ enabled compilation of unit charset for i8086-msdos
|
12 lat temu |
nickysn
|
3a09ca7924
* the longints in VLine16 converted to 16-bit
|
12 lat temu |
nickysn
|
77dc18007d
* ScrWidth changed back to absolute, since the compiler has been fixed to support it
|
12 lat temu |
nickysn
|
f2763b98fa
+ implemented absolute seg:ofs vars on i8086
|
12 lat temu |
svenbarth
|
32a18199c5
Print aX or aregX for address registers if DEBUG_REGISTERLIFE is defined.
|
12 lat temu |
svenbarth
|
c48d572996
Implement support for saving and restoring address registers.
|
12 lat temu |
svenbarth
|
b1d79494dd
Fix around 30 tests by using a volatile register for restoring the stack pointer
|
12 lat temu |
nickysn
|
9a1018ec57
+ enabled the MCGA and 16-colour VGA modes in the graph unit for i8086-msdos
|
12 lat temu |
pierre
|
8a0dccf590
NetBSD getcwd system call also returns string length
|
12 lat temu |
nickysn
|
6bf7072a33
+ enabled the EGA modes in the graph unit for i8086-msdos
|
12 lat temu |
marco
|
274ad65477
* IPicture from #25147. Translated IPicture2 (win64 safe) myself. (roughly the same but with 64-bit handle type)
|
12 lat temu |
nickysn
|
836ec24fb1
+ enabled the Hercules code in the i8086-msdos graph unit
|
12 lat temu |
nickysn
|
54a34391a1
* rewritten the EGA/VGA detection code to use intr, instead of inline asm
|
12 lat temu |
nickysn
|
05be9829dc
* finished the implementation of SaveStateVGA and RestoreStateVGA
|
12 lat temu |