summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/voyager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/voyager.cpp')
-rw-r--r--src/mame/drivers/voyager.cpp10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/mame/drivers/voyager.cpp b/src/mame/drivers/voyager.cpp
index 1ffb2a7f987..789465d1bc5 100644
--- a/src/mame/drivers/voyager.cpp
+++ b/src/mame/drivers/voyager.cpp
@@ -15,14 +15,20 @@ TODO: VIA KT133a chipset support, GeForce 2MX video support, lots of things ;-)
*************************************************************************************/
#include "emu.h"
+
#include "cpu/i386/i386.h"
+#include "machine/idectrl.h"
#include "machine/lpci.h"
-#include "machine/pcshare.h"
#include "machine/pckeybrd.h"
-#include "machine/idectrl.h"
+#include "machine/pcshare.h"
#include "video/pc_vga.h"
+
#include "bus/isa/trident.h"
+#include "screen.h"
+#include "speaker.h"
+
+
class voyager_state : public pcat_base_state
{
public: