mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
(MESS) Fixed regression. (nw)
This commit is contained in:
parent
d603bdca22
commit
f316148191
@ -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)
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user