summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/macpci.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/macpci.h')
-rw-r--r--src/mame/includes/macpci.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/macpci.h b/src/mame/includes/macpci.h
index e53d6ffdd6e..6fdbd2b9d62 100644
--- a/src/mame/includes/macpci.h
+++ b/src/mame/includes/macpci.h
@@ -30,8 +30,8 @@
class macpci_state : public driver_device
{
public:
- macpci_state(const machine_config &mconfig, device_type type, const char *tag)
- : driver_device(mconfig, type, tag),
+ macpci_state(const machine_config &mconfig, device_type type, const char *tag) :
+ driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_via1(*this, "via6522_0"),
m_awacs(*this, "awacs"),
@@ -40,7 +40,7 @@ public:
m_scc(*this, "scc"),
m_539x_1(*this, MAC_539X_1_TAG),
m_539x_2(*this, MAC_539X_2_TAG)
- { }
+ { }
void pippin(machine_config &config);