diff options
author | 2018-02-25 01:34:04 +1100 | |
---|---|---|
committer | 2018-02-25 01:34:04 +1100 | |
commit | 8dad4881f630bb245fab61e99718f5dce6dd56d6 (patch) | |
tree | 266b1fcb39b59f17eb876512952bd14d5974ab4a /src/devices/bus/megadrive/svp.h | |
parent | c5345b9ea8a5b6939c55621024bce8e1eade4fdd (diff) |
srcclean (nw)
Diffstat (limited to 'src/devices/bus/megadrive/svp.h')
-rw-r--r-- | src/devices/bus/megadrive/svp.h | 2 |
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; |