From 09ea7cd96aa384f0ab952c511920b7b741318854 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 30 Mar 2017 23:57:30 -0700 Subject: Reset YM2612 whenver the Z80 is reset. Fixes issue with stuck notes in Fantastic Dizzy and Kid Chameleon --- genesis.c | 1 + 1 file changed, 1 insertion(+) (limited to 'genesis.c') diff --git a/genesis.c b/genesis.c index 8f1197b..e267852 100644 --- a/genesis.c +++ b/genesis.c @@ -585,6 +585,7 @@ static m68k_context * io_write(uint32_t location, m68k_context * context, uint8_ } else { gen->z80->reset = 1; } + ym_reset(gen->ym); } } } -- cgit v1.2.3