add PCI framework
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3723
This commit is contained in:
parent
1828977d5c
commit
6bc4e41458
10 changed files with 682 additions and 4 deletions
|
@ -245,6 +245,7 @@ void LOG_StartUp(void) {
|
|||
loggrp[LOG_MISC].front="MISC";
|
||||
|
||||
loggrp[LOG_IO].front="IO";
|
||||
loggrp[LOG_PCI].front="PCI";
|
||||
|
||||
/* Register the log section */
|
||||
Section_prop * sect=control->AddSection_prop("log",LOG_Init);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue