(MESS) Fixed regression. (nw)

This commit is contained in:
Curt Coder 2013-06-13 19:20:20 +00:00
parent d603bdca22
commit f316148191
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ SLOT_INTERFACE_START( pc_isa8_cards )
SLOT_INTERFACE("fdc_ps2", ISA8_FDC_PS2)
SLOT_INTERFACE("wdxt_gen", ISA8_WDXT_GEN)
SLOT_INTERFACE("finalchs", ISA8_FINALCHS)
SLOT_INTERFACE("isa_ide8", ISA8_IDE)
SLOT_INTERFACE("hdc", ISA8_HDC)
SLOT_INTERFACE("adlib", ISA8_ADLIB)
SLOT_INTERFACE("hercules", ISA8_HERCULES)

View File

@ -29,6 +29,7 @@
#include "machine/isa_hdc.h"
#include "machine/isa_wdxt_gen.h"
#include "machine/isa_ide.h"
#include "machine/isa_ide8.h"
#include "machine/isa_ide_cd.h"
#include "machine/isa_aha1542.h"