summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/xsu_cards.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/xsu_cards.h')
-rw-r--r--src/devices/bus/isa/xsu_cards.h24
1 files changed, 4 insertions, 20 deletions
diff --git a/src/devices/bus/isa/xsu_cards.h b/src/devices/bus/isa/xsu_cards.h
index c2508c7108f..d8b98be154c 100644
--- a/src/devices/bus/isa/xsu_cards.h
+++ b/src/devices/bus/isa/xsu_cards.h
@@ -6,27 +6,11 @@
**********************************************************************/
-#pragma once
-
-#ifndef __XSU_CARDS_H__
-#define __XSU_CARDS_H__
-
+#ifndef MAME_BUS_ISA_XSU_CARDS_H
+#define MAME_BUS_ISA_XSU_CARDS_H
-#include "cga.h"
-// storage
-#include "mc1502_fdc.h"
-#include "p1_fdc.h"
-#include "p1_hdc.h"
-
-// misc
-#include "mc1502_rom.h"
-#include "p1_rom.h"
-#include "p1_sound.h"
+#pragma once
-// non-native
-#include "com.h"
-#include "xtide.h"
-#include "lpt.h"
// supported devices
SLOT_INTERFACE_EXTERN( p1_isa8_cards );
@@ -34,4 +18,4 @@ SLOT_INTERFACE_EXTERN( mc1502_isa8_cards );
SLOT_INTERFACE_EXTERN( ec184x_isa8_cards );
SLOT_INTERFACE_EXTERN( iskr103x_isa8_cards );
-#endif // __XSU_CARDS_H__
+#endif // MAME_BUS_ISA_XSU_CARDS_H