summaryrefslogtreecommitdiff
path: root/gba_memory.c
diff options
context:
space:
mode:
authoraliaspider2014-12-10 12:53:26 +0100
committeraliaspider2014-12-10 12:53:26 +0100
commita926a68eb30710c61ea3c0dbfa2597e96842d31e (patch)
tree161d00ad81625fa57eecb166b30a1719db001ebc /gba_memory.c
parent6d7fd87e07f157237319b51a8e0583ce0a4a5e6d (diff)
downloadpicogpsp-a926a68eb30710c61ea3c0dbfa2597e96842d31e.tar.gz
picogpsp-a926a68eb30710c61ea3c0dbfa2597e96842d31e.tar.bz2
picogpsp-a926a68eb30710c61ea3c0dbfa2597e96842d31e.zip
cleanups
Diffstat (limited to 'gba_memory.c')
-rw-r--r--gba_memory.c1
1 files changed, 0 insertions, 1 deletions
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;