summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/intv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/intv.h')
-rw-r--r--src/mame/includes/intv.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/includes/intv.h b/src/mame/includes/intv.h
index 67d9001fa71..88673886b2c 100644
--- a/src/mame/includes/intv.h
+++ b/src/mame/includes/intv.h
@@ -5,10 +5,11 @@
* includes/intv.h
*
****************************************************************************/
-
#ifndef MAME_INCLUDES_INTV_H
#define MAME_INCLUDES_INTV_H
+#pragma once
+
#include "sound/ay8910.h"
#include "video/stic.h"
#include "video/tms9927.h"
@@ -30,8 +31,8 @@
class intv_state : public driver_device
{
public:
- intv_state(const machine_config &mconfig, device_type type, const char *tag)
- : driver_device(mconfig, type, tag),
+ intv_state(const machine_config &mconfig, device_type type, const char *tag) :
+ driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_sound(*this, "ay8914"),
m_stic(*this, "stic"),