summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/i6300esb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/i6300esb.c')
-rw-r--r--src/emu/machine/i6300esb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/machine/i6300esb.c b/src/emu/machine/i6300esb.c
index 1d6442266a4..6b923cca5f2 100644
--- a/src/emu/machine/i6300esb.c
+++ b/src/emu/machine/i6300esb.c
@@ -121,6 +121,7 @@ void i6300esb_lpc_device::device_reset()
memset(mon_trp_rng, 0, sizeof(mon_trp_rng));
mon_trp_msk = 0;
nmi_sc = 0;
+ gen_sta = 0x00;
}
void i6300esb_lpc_device::reset_all_mappings()