summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorAstrid Smith2010-09-13 16:49:18 -0700
committerAstrid Smith2010-09-13 16:49:18 -0700
commitd12a27ae6259465790c4b9a4c557cdd9deb3e109 (patch)
tree7a96c62209cd8bb94b0a9375d7a7f5e9fb5399e4 /main.asm
parentcff026c3a067ec09fc5775996a48d7ad73412230 (diff)
Endianness fixes, I don't know how correct these are ...
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index 02bcb1d..d302780 100644
--- a/main.asm
+++ b/main.asm
@@ -92,7 +92,6 @@ emu_teardown:
;; Take a virtual address in d1 and dereference it. Returns the
;; host address in a0. Destroys a0, d0.
deref:
- rol.w #8,d1
move.w d1,d0
andi.w #$3FFF,d0
movea.w d0,a0