summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/psikyosh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/psikyosh.h')
-rw-r--r--src/mame/includes/psikyosh.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/psikyosh.h b/src/mame/includes/psikyosh.h
index c40b37ec0ad..1daaa618d96 100644
--- a/src/mame/includes/psikyosh.h
+++ b/src/mame/includes/psikyosh.h
@@ -3,6 +3,7 @@
#include "video/bufsprite.h"
#include "machine/eepromser.h"
#include "cpu/sh2/sh2.h"
+#include "screen.h"
#define MASTER_CLOCK 57272700 // main oscillator frequency
@@ -27,7 +28,7 @@ class psikyosh_state : public driver_device
public:
psikyosh_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
- m_spriteram(*this, "spriteram") ,
+ m_spriteram(*this, "spriteram") ,
m_bgram(*this, "bgram"),
m_zoomram(*this, "zoomram"),
m_vidregs(*this, "vidregs"),