aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/65c816.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/65c816.c b/src/65c816.c
index 6305dd0..2aaf15d 100755
--- a/src/65c816.c
+++ b/src/65c816.c
@@ -588,7 +588,7 @@ do { \
case DIRECT_PAGE: \
PCWrite(base + 0x05); \
PCWrite(address); \
- break; \
+ return CMD_OK; \
\
case DIRECT_PAGE_INDIRECT_LONG: \
PCWrite(base + 0x07); \