summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/snes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/snes.h')
-rw-r--r--src/mame/includes/snes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/snes.h b/src/mame/includes/snes.h
index 83879075c6a..1e2371d3467 100644
--- a/src/mame/includes/snes.h
+++ b/src/mame/includes/snes.h
@@ -452,7 +452,7 @@ public:
UINT16 ver_offset;
UINT8 extbg;
} m_mode7;
-
+
struct OAM
{
UINT16 tile;
@@ -577,7 +577,7 @@ public:
UINT16 *m_oam_ram; /* Object Attribute Memory */
UINT16 *m_cgram; /* Palette RAM */
UINT8 *m_vram; /* Video RAM (TODO: Should be 16-bit, but it's easier this way) */
-
+
snes_state *m_state;
};