diff options
author | 2017-11-26 13:33:54 +1100 | |
---|---|---|
committer | 2017-11-26 13:33:54 +1100 | |
commit | fd195fdd8ab38f2d69dd82ae2fb19d55070b8e36 (patch) | |
tree | fac2b7ee05e22864f1e4df72ad3f0cd80bc0f3a9 /src/devices/machine/atmel_arm_aic.h | |
parent | 54e23ba3ac219ec43b935e1b86151470754e74fd (diff) |
srcclean (nw)
Diffstat (limited to 'src/devices/machine/atmel_arm_aic.h')
-rw-r--r-- | src/devices/machine/atmel_arm_aic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/atmel_arm_aic.h b/src/devices/machine/atmel_arm_aic.h index 5b34cde30ac..101c57cc672 100644 --- a/src/devices/machine/atmel_arm_aic.h +++ b/src/devices/machine/atmel_arm_aic.h @@ -21,7 +21,7 @@ public: arm_aic_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) : device_t(mconfig, ARM_AIC, tag, owner, clock), m_irq_out(*this) - { + { } // configuration @@ -48,7 +48,7 @@ public: protected: virtual void device_start() override; virtual void device_reset() override; - + private: uint32_t m_irqs_enabled; uint32_t m_current_irq_vector; |