summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/plygonet.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-04-10 08:08:19 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-04-10 08:08:19 +0000
commitd68164b4c1216ac23354ac3a4634048c2c0e998a (patch)
tree39687bf5baf731642d0479262ffde5811980683c /src/mame/includes/plygonet.h
parentb8f2bac8dd48cce0f8e07fc20c63e05a8aac476d (diff)
unified formating of state class constructors, no functional change (nw)
Diffstat (limited to 'src/mame/includes/plygonet.h')
-rw-r--r--src/mame/includes/plygonet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/plygonet.h b/src/mame/includes/plygonet.h
index 4da9025af60..71b43c24265 100644
--- a/src/mame/includes/plygonet.h
+++ b/src/mame/includes/plygonet.h
@@ -8,7 +8,7 @@ class polygonet_state : public driver_device
{
public:
polygonet_state(const machine_config &mconfig, device_type type, const char *tag)
- : driver_device(mconfig, type, tag) ,
+ : driver_device(mconfig, type, tag),
m_shared_ram(*this, "shared_ram"),
m_dsp56k_p_mirror(*this, "dsp56k_p_mirror"),
m_dsp56k_p_8000(*this, "dsp56k_p_8000"){ }