From a926a68eb30710c61ea3c0dbfa2597e96842d31e Mon Sep 17 00:00:00 2001 From: aliaspider Date: Wed, 10 Dec 2014 12:53:26 +0100 Subject: cleanups --- gba_memory.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gba_memory.c') diff --git a/gba_memory.c b/gba_memory.c index 5da018b..9ef3e8e 100644 --- a/gba_memory.c +++ b/gba_memory.c @@ -3418,7 +3418,6 @@ void gba_load_state(const void* src) for(i = 0; i < 4; i++) gbc_sound_channel[i].sample_data = square_pattern_duty[2]; - current_debug_state = STEP; instruction_count = 0; reg[CHANGED_PC_STATUS] = 1; -- cgit v1.2.3