summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/xbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/xbox.cpp')
-rw-r--r--src/mame/machine/xbox.cpp18
1 files changed, 8 insertions, 10 deletions
diff --git a/src/mame/machine/xbox.cpp b/src/mame/machine/xbox.cpp
index 753a1406c77..fa5b2e28f87 100644
--- a/src/mame/machine/xbox.cpp
+++ b/src/mame/machine/xbox.cpp
@@ -1,22 +1,20 @@
// license:BSD-3-Clause
// copyright-holders:Samuele Zannoli
-#include <functional>
-
#include "emu.h"
+#include "includes/xbox.h"
+
#include "cpu/i386/i386.h"
#include "machine/lpci.h"
-#include "machine/pic8259.h"
#include "machine/pit8253.h"
-#include "machine/idectrl.h"
-#include "video/poly.h"
-#include "bitmap.h"
-#include "debugger.h"
#include "debug/debugcon.h"
#include "debug/debugcmd.h"
-#include "includes/xbox_nv2a.h"
-#include "includes/xbox.h"
-#include "includes/xbox_usb.h"
+
+#include "debugger.h"
+
+#include "bitmap.h"
+
+#include <functional>
#define LOG_PCI
//#define LOG_AUDIO