Author: aandrejevic
Date: Sun Jun 21 02:36:20 2015
New Revision: 68216
URL: http://svn.reactos.org/svn/reactos?rev=68216&view=rev
Log:
[NTVDM]
Begin upgrading the VGA emulation to SuperVGA emulation
(Cirrus Logic CL-GD5343 compatible).
This is still a WIP. So far only the VCLK and MCLK have been implemented.
Added:
trunk/reactos/subsystems/mvdm/ntvdm/hardware/video/svga.c
- copied, changed from r68214,
trunk/reactos/subsystems/mvdm/ntvdm/hardware/video/vga.c
trunk/reactos/subsystems/mvdm/ntvdm/hardware/video/svga.h
- copied, changed from r68214,
trunk/reactos/subsystems/mvdm/ntvdm/hardware/video/vga.h
Removed:
trunk/reactos/subsystems/mvdm/ntvdm/hardware/video/vga.c
trunk/reactos/subsystems/mvdm/ntvdm/hardware/video/vga.h
Modified:
trunk/reactos/subsystems/mvdm/ntvdm/CMakeLists.txt
trunk/reactos/subsystems/mvdm/ntvdm/bios/vidbios.c
trunk/reactos/subsystems/mvdm/ntvdm/clock.c
trunk/reactos/subsystems/mvdm/ntvdm/cpu/cpu.c
trunk/reactos/subsystems/mvdm/ntvdm/dos/mouse32.c
trunk/reactos/subsystems/mvdm/ntvdm/emulator.c
trunk/reactos/subsystems/mvdm/ntvdm/hardware/mouse.c
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: trunk/reactos/subsystems/mvdm/ntvdm/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/CMakeLists.txt?rev=68216&r1=68215&r2=68216&view=diff
Modified: trunk/reactos/subsystems/mvdm/ntvdm/bios/vidbios.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/bios/vidbios.c?rev=68216&r1=68215&r2=68216&view=diff
Modified: trunk/reactos/subsystems/mvdm/ntvdm/clock.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/clock.c?rev=68216&r1=68215&r2=68216&view=diff
Modified: trunk/reactos/subsystems/mvdm/ntvdm/cpu/cpu.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/cpu/cpu.c?rev=68216&r1=68215&r2=68216&view=diff
Modified: trunk/reactos/subsystems/mvdm/ntvdm/dos/mouse32.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/dos/mouse32.c?rev=68216&r1=68215&r2=68216&view=diff
Modified: trunk/reactos/subsystems/mvdm/ntvdm/emulator.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/emulator.c?rev=68216&r1=68215&r2=68216&view=diff
Modified: trunk/reactos/subsystems/mvdm/ntvdm/hardware/mouse.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/hardware/mouse.c?rev=68216&r1=68215&r2=68216&view=diff
Copied: trunk/reactos/subsystems/mvdm/ntvdm/hardware/video/svga.c (from r68214,
trunk/reactos/subsystems/mvdm/ntvdm/hardware/video/vga.c)
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/hardware/video/svga.c?p2=trunk/reactos/subsystems/mvdm/ntvdm/hardware/video/svga.c&p1=trunk/reactos/subsystems/mvdm/ntvdm/hardware/video/vga.c&r1=68214&r2=68216&rev=68216&view=diff
Copied: trunk/reactos/subsystems/mvdm/ntvdm/hardware/video/svga.h (from r68214,
trunk/reactos/subsystems/mvdm/ntvdm/hardware/video/vga.h)
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/hardware/video/svga.h?p2=trunk/reactos/subsystems/mvdm/ntvdm/hardware/video/svga.h&p1=trunk/reactos/subsystems/mvdm/ntvdm/hardware/video/vga.h&r1=68214&r2=68216&rev=68216&view=diff
Removed: trunk/reactos/subsystems/mvdm/ntvdm/hardware/video/vga.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/hardware/video/vga.c?rev=68215
Removed: trunk/reactos/subsystems/mvdm/ntvdm/hardware/video/vga.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/hardware/video/vga.h?rev=68215