mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
fixed usage of uninitialized member in lc89510_temp_device (nw)
This commit is contained in:
parent
379fe346ad
commit
bde030740b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user