Skip to content

Commit

Permalink
Fix bad include path for debugger.h
Browse files Browse the repository at this point in the history
  • Loading branch information
kktos committed Dec 8, 2020
1 parent 1f2aaf9 commit 23fb30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpu/fake6502.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@

#include <stdio.h>
#include <stdint.h>
#include "../debugger.h"
#include "../debugger/debugger.h"

//6502 defines
#define UNDOCUMENTED //when this is defined, undocumented opcodes are handled.
Expand Down

0 comments on commit 23fb30f

Please sign in to comment.