From f6c1cbe6b80d01668f640901b4aad4d93c1ff8ff Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Thu, 13 Mar 2014 20:33:21 +0200 Subject: [PATCH] cdtv frontpanel state is enabled after reset. --- cdtv.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cdtv.cpp b/cdtv.cpp index 3ad345ef..abd29d75 100644 --- a/cdtv.cpp +++ b/cdtv.cpp @@ -1247,6 +1247,7 @@ static void cdtv_reset_int (void) cd_finished = 0; cd_led = 0; stch = 1; + frontpanel = 1; } static uae_u32 dmac_bget2 (uaecptr addr) @@ -1761,6 +1762,7 @@ void cdtv_init (void) /* KS autoconfig handles the rest */ map_banks (&dmac_bank, 0xe80000 >> 16, 0x10000 >> 16, 0x10000); if (!savestate_state) { + cdtv_reset_int (); configured = 0; tp_a = tp_b = tp_c = tp_ad = tp_bd = tp_cd = 0; tp_imask = tp_cr = tp_air = tp_ilatch = 0; -- 2.47.3