summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/hosenkan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nes/hosenkan.cpp')
-rw-r--r--src/devices/bus/nes/hosenkan.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/bus/nes/hosenkan.cpp b/src/devices/bus/nes/hosenkan.cpp
index c0fafcb3f4b..0525534cbb9 100644
--- a/src/devices/bus/nes/hosenkan.cpp
+++ b/src/devices/bus/nes/hosenkan.cpp
@@ -33,11 +33,11 @@ const device_type NES_HOSENKAN = &device_creator<nes_hosenkan_device>;
nes_hosenkan_device::nes_hosenkan_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : nes_nrom_device(mconfig, NES_HOSENKAN, "NES Cart HOSENKAN PCB", tag, owner, clock, "nes_hosenkan", __FILE__),
- m_irq_count(0),
- m_irq_count_latch(0),
- m_irq_clear(0),
- m_irq_enable(0),
+ : nes_nrom_device(mconfig, NES_HOSENKAN, "NES Cart HOSENKAN PCB", tag, owner, clock, "nes_hosenkan", __FILE__),
+ m_irq_count(0),
+ m_irq_count_latch(0),
+ m_irq_clear(0),
+ m_irq_enable(0),
m_latch(0)
{
}