summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/spc1000/vdp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/spc1000/vdp.h')
-rw-r--r--src/emu/bus/spc1000/vdp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/spc1000/vdp.h b/src/emu/bus/spc1000/vdp.h
index 8fbc10ad4e1..f4cd47e9b81 100644
--- a/src/emu/bus/spc1000/vdp.h
+++ b/src/emu/bus/spc1000/vdp.h
@@ -30,7 +30,7 @@ public:
virtual DECLARE_WRITE8_MEMBER(write);
DECLARE_WRITE_LINE_MEMBER(vdp_interrupt);
-
+
private:
// internal state
required_device<tms9928a_device> m_vdp;