Author: hbelusca Date: Tue Nov 18 02:18:18 2014 New Revision: 65430
URL: http://svn.reactos.org/svn/reactos?rev=65430&view=rev Log: [NTVDM] Code organization: - Create directory hardware/video where to put all video emulation (VGA currently, and maybe other things in the future); - Create directory hardware/sound where to put all sound emulation (PC speaker currently, and maybe other things in the future); - timer.c/h --> pit.c/h; - Adjust the necessary includes and the cmakefiles; - Remove unneeded includes; - NTVDM is allowed to have its own VS project ^^
Added: trunk/reactos/subsystems/ntvdm/hardware/pit.c - copied, changed from r65426, trunk/reactos/subsystems/ntvdm/hardware/timer.c trunk/reactos/subsystems/ntvdm/hardware/pit.h - copied, changed from r65426, trunk/reactos/subsystems/ntvdm/hardware/timer.h trunk/reactos/subsystems/ntvdm/hardware/sound/ (with props) trunk/reactos/subsystems/ntvdm/hardware/sound/speaker.c - copied, changed from r65426, trunk/reactos/subsystems/ntvdm/hardware/speaker.c trunk/reactos/subsystems/ntvdm/hardware/sound/speaker.h - copied unchanged from r65426, trunk/reactos/subsystems/ntvdm/hardware/speaker.h trunk/reactos/subsystems/ntvdm/hardware/video/ (with props) trunk/reactos/subsystems/ntvdm/hardware/video/vga.c - copied unchanged from r65426, trunk/reactos/subsystems/ntvdm/hardware/vga.c trunk/reactos/subsystems/ntvdm/hardware/video/vga.h - copied unchanged from r65426, trunk/reactos/subsystems/ntvdm/hardware/vga.h Removed: trunk/reactos/subsystems/ntvdm/hardware/speaker.c trunk/reactos/subsystems/ntvdm/hardware/speaker.h trunk/reactos/subsystems/ntvdm/hardware/timer.c trunk/reactos/subsystems/ntvdm/hardware/timer.h trunk/reactos/subsystems/ntvdm/hardware/vga.c trunk/reactos/subsystems/ntvdm/hardware/vga.h Modified: trunk/reactos/subsystems/ntvdm/CMakeLists.txt trunk/reactos/subsystems/ntvdm/bios/bios32/bios32.c trunk/reactos/subsystems/ntvdm/bios/vidbios.c trunk/reactos/subsystems/ntvdm/clock.c trunk/reactos/subsystems/ntvdm/cpu/cpu.c trunk/reactos/subsystems/ntvdm/emulator.c trunk/reactos/subsystems/ntvdm/ntvdm.c
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: trunk/reactos/subsystems/ntvdm/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/CMakeLists...
Modified: trunk/reactos/subsystems/ntvdm/bios/bios32/bios32.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/bios/bios3...
Modified: trunk/reactos/subsystems/ntvdm/bios/vidbios.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/bios/vidbi...
Modified: trunk/reactos/subsystems/ntvdm/clock.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/clock.c?re...
Modified: trunk/reactos/subsystems/ntvdm/cpu/cpu.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/cpu/cpu.c?...
Modified: trunk/reactos/subsystems/ntvdm/emulator.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/emulator.c...
Copied: trunk/reactos/subsystems/ntvdm/hardware/pit.c (from r65426, trunk/reactos/subsystems/ntvdm/hardware/timer.c) URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/hardware/p...
Copied: trunk/reactos/subsystems/ntvdm/hardware/pit.h (from r65426, trunk/reactos/subsystems/ntvdm/hardware/timer.h) URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/hardware/p...
Copied: trunk/reactos/subsystems/ntvdm/hardware/sound/speaker.c (from r65426, trunk/reactos/subsystems/ntvdm/hardware/speaker.c) URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/hardware/s...
Removed: trunk/reactos/subsystems/ntvdm/hardware/speaker.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/hardware/s...
Removed: trunk/reactos/subsystems/ntvdm/hardware/speaker.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/hardware/s...
Removed: trunk/reactos/subsystems/ntvdm/hardware/timer.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/hardware/t...
Removed: trunk/reactos/subsystems/ntvdm/hardware/timer.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/hardware/t...
Removed: trunk/reactos/subsystems/ntvdm/hardware/vga.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/hardware/v...
Removed: trunk/reactos/subsystems/ntvdm/hardware/vga.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/hardware/v...
Modified: trunk/reactos/subsystems/ntvdm/ntvdm.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/ntvdm.c?re...