Previous 199869 Revisions Next

r23683 Thursday 13th June, 2013 at 19:20:20 UTC by Curt Coder
(MESS) Fixed regression. (nw)
[src/mess/machine]isa_cards.c isa_cards.h

trunk/src/mess/machine/isa_cards.c
r23682r23683
2222   SLOT_INTERFACE("fdc_ps2", ISA8_FDC_PS2)
2323   SLOT_INTERFACE("wdxt_gen", ISA8_WDXT_GEN)
2424   SLOT_INTERFACE("finalchs", ISA8_FINALCHS)
25   SLOT_INTERFACE("isa_ide8", ISA8_IDE)
2526   SLOT_INTERFACE("hdc", ISA8_HDC)
2627   SLOT_INTERFACE("adlib", ISA8_ADLIB)
2728   SLOT_INTERFACE("hercules", ISA8_HERCULES)
trunk/src/mess/machine/isa_cards.h
r23682r23683
2929#include "machine/isa_hdc.h"
3030#include "machine/isa_wdxt_gen.h"
3131#include "machine/isa_ide.h"
32#include "machine/isa_ide8.h"
3233#include "machine/isa_ide_cd.h"
3334#include "machine/isa_aha1542.h"
3435

Previous 199869 Revisions Next


© 1997-2024 The MAME Team