| 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 |
| r23682 | r23683 | |
|---|---|---|
| 22 | 22 | SLOT_INTERFACE("fdc_ps2", ISA8_FDC_PS2) |
| 23 | 23 | SLOT_INTERFACE("wdxt_gen", ISA8_WDXT_GEN) |
| 24 | 24 | SLOT_INTERFACE("finalchs", ISA8_FINALCHS) |
| 25 | SLOT_INTERFACE("isa_ide8", ISA8_IDE) | |
| 25 | 26 | SLOT_INTERFACE("hdc", ISA8_HDC) |
| 26 | 27 | SLOT_INTERFACE("adlib", ISA8_ADLIB) |
| 27 | 28 | SLOT_INTERFACE("hercules", ISA8_HERCULES) |
| r23682 | r23683 | |
|---|---|---|
| 29 | 29 | #include "machine/isa_hdc.h" |
| 30 | 30 | #include "machine/isa_wdxt_gen.h" |
| 31 | 31 | #include "machine/isa_ide.h" |
| 32 | #include "machine/isa_ide8.h" | |
| 32 | 33 | #include "machine/isa_ide_cd.h" |
| 33 | 34 | #include "machine/isa_aha1542.h" |
| 34 | 35 |
| Previous | 199869 Revisions | Next |