fixed usage of uninitialized member in lc89510_temp_device (nw)

This commit is contained in:
Oliver Stöneberg 2014-04-23 18:39:20 +00:00
parent 379fe346ad
commit bde030740b

View File

@ -30,6 +30,8 @@ lc89510_temp_device::lc89510_temp_device(const machine_config &mconfig, const ch
SCD_CURLBA = 0;
CDC_REG0 = 0;
segacd_irq_mask = 0;
}
void lc89510_temp_device::dummy_interrupt_callback(void)