summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/megadrive/svp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/megadrive/svp.h')
-rw-r--r--src/devices/bus/megadrive/svp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/megadrive/svp.h b/src/devices/bus/megadrive/svp.h
index dd0cba5b07e..ece18e090c4 100644
--- a/src/devices/bus/megadrive/svp.h
+++ b/src/devices/bus/megadrive/svp.h
@@ -54,7 +54,7 @@ protected:
virtual DECLARE_WRITE16_MEMBER(write_xst);
virtual DECLARE_WRITE16_MEMBER(write_pmc);
virtual DECLARE_WRITE16_MEMBER(write_al);
-
+
private:
required_device<device_t> m_svp;
required_ioport m_test_ipt;