summaryrefslogtreecommitdiff
path: root/trans.c
diff options
context:
space:
mode:
Diffstat (limited to 'trans.c')
-rw-r--r--trans.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trans.c b/trans.c
index 0b6e25e..634513d 100644
--- a/trans.c
+++ b/trans.c
@@ -34,6 +34,6 @@ int main(int argc, char ** argv)
//work RAM
context.mem_pointers[1] = malloc(64 * 1024);
translate_m68k_stream(transbuf, transbuf + size, 0, &context);
- start_68k_context(&context, 0);
+ m68k_reset(&context);
return 0;
}