summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/plygonet.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-11-21 19:11:38 +1100
committer Vas Crabb <vas@vastheman.com>2018-11-21 19:11:38 +1100
commit82348086bcb13112e15046ce44599bd84abe88d6 (patch)
tree305cf126cabfb09999933f28b1197b57cc6ad8b5 /src/mame/includes/plygonet.h
parent83f7ca88487933e134c9d29387fd697b6e0b765d (diff)
(nw) misc cleanup - mostly missing #include guards and inconsistent initialiser list formatting
Diffstat (limited to 'src/mame/includes/plygonet.h')
-rw-r--r--src/mame/includes/plygonet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/plygonet.h b/src/mame/includes/plygonet.h
index f6ff2d98faa..8c5685b0b99 100644
--- a/src/mame/includes/plygonet.h
+++ b/src/mame/includes/plygonet.h
@@ -21,8 +21,8 @@ static const uint16_t dsp56k_bank04_size = 0x1fc0;
class polygonet_state : public driver_device
{
public:
- polygonet_state(const machine_config &mconfig, device_type type, const char *tag)
- : driver_device(mconfig, type, tag),
+ polygonet_state(const machine_config &mconfig, device_type type, const char *tag) :
+ driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_audiocpu(*this, "audiocpu"),
m_dsp(*this, "dsp"),