summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segae.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-09-23 12:22:35 +1000
committer Vas Crabb <vas@vastheman.com>2018-09-23 12:22:35 +1000
commit250c06a4d716d63fa1691bb8d0514b426dccbbc5 (patch)
tree99259dfcff73d107f9c398c8f385610b47899247 /src/mame/drivers/segae.cpp
parentcb6194cac0f2a4009deb49e629ba946af8267de9 (diff)
srcclean (nw)
Diffstat (limited to 'src/mame/drivers/segae.cpp')
-rw-r--r--src/mame/drivers/segae.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/segae.cpp b/src/mame/drivers/segae.cpp
index 099ccd3bf1e..b57139891e2 100644
--- a/src/mame/drivers/segae.cpp
+++ b/src/mame/drivers/segae.cpp
@@ -363,7 +363,7 @@ private:
required_device<cpu_device> m_maincpu;
required_device<sega315_5124_device> m_vdp1;
required_device<sega315_5124_device> m_vdp2;
- required_device<i8255_device> m_ppi;
+ required_device<i8255_device> m_ppi;
optional_shared_ptr<uint8_t> m_decrypted_opcodes;
required_memory_region m_maincpu_region;