summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/prestige.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/prestige.cpp')
-rw-r--r--src/mame/drivers/prestige.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mame/drivers/prestige.cpp b/src/mame/drivers/prestige.cpp
index 94b547e7dfc..996f8ac0687 100644
--- a/src/mame/drivers/prestige.cpp
+++ b/src/mame/drivers/prestige.cpp
@@ -78,14 +78,18 @@ Notes:
#include "emu.h"
+
#include "cpu/z80/z80.h"
#include "machine/ram.h"
-#include "rendlay.h"
#include "bus/generic/slot.h"
#include "bus/generic/carts.h"
+
+#include "rendlay.h"
+#include "screen.h"
#include "softlist.h"
+
class prestige_state : public driver_device
{
public:
@@ -101,7 +105,7 @@ public:
, m_bank3(*this, "bank3")
, m_bank4(*this, "bank4")
, m_bank5(*this, "bank5")
- { }
+ { }
required_device<cpu_device> m_maincpu;
required_device<ram_device> m_ram;