summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ddragon3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ddragon3.h')
-rw-r--r--src/mame/includes/ddragon3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/ddragon3.h b/src/mame/includes/ddragon3.h
index bd112bca8ae..b42c30e44fd 100644
--- a/src/mame/includes/ddragon3.h
+++ b/src/mame/includes/ddragon3.h
@@ -18,7 +18,7 @@ public:
m_maincpu(*this, "maincpu"),
m_audiocpu(*this, "audiocpu"),
m_oki(*this, "oki")
-
+
{
vblank_level = 6;
raster_level = 5;
@@ -27,7 +27,7 @@ public:
/* memory pointers */
required_shared_ptr<UINT16> m_bg_videoram;
required_shared_ptr<UINT16> m_fg_videoram;
-// required_shared_ptr<UINT16> m_spriteram;
+// required_shared_ptr<UINT16> m_spriteram;
required_device<buffered_spriteram16_device> m_spriteram;
// UINT16 * m_paletteram; // currently this uses generic palette handling