From 9f26b036aadf4fa3856586935f105868a93a189f Mon Sep 17 00:00:00 2001 From: Duncan Smith Date: Mon, 13 Sep 2010 16:49:18 -0700 Subject: Endianness fixes, I don't know how correct these are ... --- main.asm | 1 - 1 file changed, 1 deletion(-) (limited to 'main.asm') diff --git a/main.asm b/main.asm index 51f91a5..9d4dfbc 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 -- cgit v1.2.3