aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2016-05-03 14:15:23 +0100
committerIan C <ianc@noddybox.co.uk>2016-05-03 14:15:23 +0100
commit36b10a531845bfd2b28ea279e352608c4133ad4c (patch)
tree29ac1bd00a47e51f18df6b22ffb7ff86971fd383 /src
parent3b18081f6cd84813b7fc142ae6e6ffe2f37bebeb (diff)
parent4cd812baa205a70e7dabec57b5be81f5353e6027 (diff)
Merge branch 'master' of https://github.com/noddybox/casm
Diffstat (limited to 'src')
-rwxr-xr-xsrc/65c816.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/65c816.c b/src/65c816.c
index a72491f..7469506 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); \