summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/xbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/xbox.h')
-rw-r--r--src/mame/includes/xbox.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mame/includes/xbox.h b/src/mame/includes/xbox.h
index 38748c224bd..b28504d7306 100644
--- a/src/mame/includes/xbox.h
+++ b/src/mame/includes/xbox.h
@@ -1,10 +1,17 @@
// license:BSD-3-Clause
// copyright-holders:Samuele Zannoli
+#ifndef MAME_INCLUDES_XBOX_H
+#define MAME_INCLUDES_XBOX_H
#pragma once
+#include "xbox_nv2a.h"
#include "xbox_usb.h"
+#include "machine/idectrl.h"
+#include "machine/pic8259.h"
+
+
class xbox_base_state : public driver_device
{
public:
@@ -147,3 +154,5 @@ private:
ADDRESS_MAP_EXTERN(xbox_base_map, 32);
ADDRESS_MAP_EXTERN(xbox_base_map_io, 32);
MACHINE_CONFIG_EXTERN(xbox_base);
+
+#endif // MAME_INCLUDES_XBOX_H