summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/isa_cards.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/isa_cards.h')
-rw-r--r--src/devices/bus/isa/isa_cards.h60
1 files changed, 4 insertions, 56 deletions
diff --git a/src/devices/bus/isa/isa_cards.h b/src/devices/bus/isa/isa_cards.h
index 9699ed4214f..da83f77c5e1 100644
--- a/src/devices/bus/isa/isa_cards.h
+++ b/src/devices/bus/isa/isa_cards.h
@@ -6,66 +6,14 @@
**********************************************************************/
-#pragma once
-
-#ifndef __ISA_CARDS_H__
-#define __ISA_CARDS_H__
-
-
-// video
-#include "mda.h"
-#include "cga.h"
-#include "aga.h"
-#include "ega.h"
-#include "pgc.h"
-#include "vga.h"
-#include "vga_ati.h"
-#include "svga_cirrus.h"
-#include "svga_s3.h"
-#include "svga_tseng.h"
-#include "svga_trident.h"
-#include "num9rev.h"
+#ifndef MAME_BUS_ISA_ISA_CARDS_H
+#define MAME_BUS_ISA_ISA_CARDS_H
-// storage
-#include "fdc.h"
-#include "mufdc.h"
-#include "hdc.h"
-#include "wdxt_gen.h"
-#include "ide.h"
-#include "xtide.h"
-#include "side116.h"
-#include "aha1542.h"
-#include "wd1002a_wx1.h"
-#include "mcd.h"
-
-// sound
-#include "adlib.h"
-#include "gblaster.h"
-#include "gus.h"
-#include "ibm_mfc.h"
-#include "mpu401.h"
-#include "sblaster.h"
-#include "ssi2001.h"
-#include "stereo_fx.h"
-#include "dectalk.h"
-#include "sb16.h"
-
-// network
-#include "3c503.h"
-#include "ne1000.h"
-#include "ne2000.h"
-#include "3c505.h"
-
-// communication ports
-#include "lpt.h"
-#include "com.h"
-#include "pds.h"
+#pragma once
-// other
-#include "finalchs.h"
// supported devices
SLOT_INTERFACE_EXTERN( pc_isa8_cards );
SLOT_INTERFACE_EXTERN( pc_isa16_cards );
-#endif // __ISA_CARDS_H__
+#endif // MAME_BUS_ISA_ISA_CARDS_H