[NTVDM]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 26 Nov 2013 20:20:51 +0000 (20:20 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 26 Nov 2013 20:20:51 +0000 (20:20 +0000)
commit4fb7f6e1d79cd98fcf7f6a9ed887d78cdd011f37
treec3cae72fb641eb949cccf27eecdd2a2746b616c9
parentd358641f7cdd6df5a8c97d38eeaa461a744d260b
[NTVDM]
- Move some PS/2 initialization from bios.c to ps2.c
- NULLify interrupt entries which are in fact pointers to data tables.
- Add a framework for adding I/O port handlers.

svn path=/branches/ntvdm/; revision=61107
21 files changed:
subsystems/ntvdm/CMakeLists.txt
subsystems/ntvdm/bios.c
subsystems/ntvdm/cmos.c
subsystems/ntvdm/cmos.h
subsystems/ntvdm/dos.c
subsystems/ntvdm/emulator.c
subsystems/ntvdm/emulator.h
subsystems/ntvdm/io.c [new file with mode: 0644]
subsystems/ntvdm/io.h [new file with mode: 0644]
subsystems/ntvdm/ntvdm.c
subsystems/ntvdm/ntvdm.h
subsystems/ntvdm/pic.c
subsystems/ntvdm/pic.h
subsystems/ntvdm/ps2.c
subsystems/ntvdm/ps2.h
subsystems/ntvdm/registers.c
subsystems/ntvdm/speaker.c
subsystems/ntvdm/timer.c
subsystems/ntvdm/timer.h
subsystems/ntvdm/vga.c
subsystems/ntvdm/vga.h