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.txt?rev=65430&r1=65429&r2=65430&view=diff

Modified: trunk/reactos/subsystems/ntvdm/bios/bios32/bios32.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/bios/bios32/bios32.c?rev=65430&r1=65429&r2=65430&view=diff

Modified: trunk/reactos/subsystems/ntvdm/bios/vidbios.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/bios/vidbios.c?rev=65430&r1=65429&r2=65430&view=diff

Modified: trunk/reactos/subsystems/ntvdm/clock.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/clock.c?rev=65430&r1=65429&r2=65430&view=diff

Modified: trunk/reactos/subsystems/ntvdm/cpu/cpu.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/cpu/cpu.c?rev=65430&r1=65429&r2=65430&view=diff

Modified: trunk/reactos/subsystems/ntvdm/emulator.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/emulator.c?rev=65430&r1=65429&r2=65430&view=diff

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/pit.c?p2=trunk/reactos/subsystems/ntvdm/hardware/pit.c&p1=trunk/reactos/subsystems/ntvdm/hardware/timer.c&r1=65426&r2=65430&rev=65430&view=diff

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/pit.h?p2=trunk/reactos/subsystems/ntvdm/hardware/pit.h&p1=trunk/reactos/subsystems/ntvdm/hardware/timer.h&r1=65426&r2=65430&rev=65430&view=diff

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/sound/speaker.c?p2=trunk/reactos/subsystems/ntvdm/hardware/sound/speaker.c&p1=trunk/reactos/subsystems/ntvdm/hardware/speaker.c&r1=65426&r2=65430&rev=65430&view=diff

Removed: trunk/reactos/subsystems/ntvdm/hardware/speaker.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/hardware/speaker.c?rev=65429

Removed: trunk/reactos/subsystems/ntvdm/hardware/speaker.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/hardware/speaker.h?rev=65429

Removed: trunk/reactos/subsystems/ntvdm/hardware/timer.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/hardware/timer.c?rev=65429

Removed: trunk/reactos/subsystems/ntvdm/hardware/timer.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/hardware/timer.h?rev=65429

Removed: trunk/reactos/subsystems/ntvdm/hardware/vga.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/hardware/vga.c?rev=65429

Removed: trunk/reactos/subsystems/ntvdm/hardware/vga.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/hardware/vga.h?rev=65429

Modified: trunk/reactos/subsystems/ntvdm/ntvdm.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/ntvdm.c?rev=65430&r1=65429&r2=65430&view=diff


Reply via email to