summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dkong.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dkong.h')
-rw-r--r--src/mame/includes/dkong.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/dkong.h b/src/mame/includes/dkong.h
index f8241fb3268..c5e73c7a67a 100644
--- a/src/mame/includes/dkong.h
+++ b/src/mame/includes/dkong.h
@@ -104,11 +104,11 @@ public:
device_t *m_dev_vp2; /* virtual port 2 */
device_t *m_dev_6h;
optional_device<discrete_device> m_discrete;
-
+
/* memory pointers */
required_shared_ptr<UINT8> m_video_ram;
required_shared_ptr<UINT8> m_sprite_ram;
-
+
/* machine states */
UINT8 m_hardware_type;
UINT8 m_nmi_mask;