diff options
| author | Duncan Smith | 2010-09-13 16:49:18 -0700 |
|---|---|---|
| committer | Duncan Smith | 2010-09-13 16:49:18 -0700 |
| commit | 9f26b036aadf4fa3856586935f105868a93a189f (patch) | |
| tree | fac481d4e68db5584a5ad25a5473b881dbf604b4 /main.asm | |
| parent | 98a8f201b56035da4c7faa88427968c1e7236f06 (diff) | |
Endianness fixes, I don't know how correct these are ...
Diffstat (limited to 'main.asm')
| -rw-r--r-- | main.asm | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
