diff options
Diffstat (limited to 'agbx/source/key/getkeymap.s')
-rw-r--r-- | agbx/source/key/getkeymap.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/agbx/source/key/getkeymap.s b/agbx/source/key/getkeymap.s index 42bb611..2751c9f 100644 --- a/agbx/source/key/getkeymap.s +++ b/agbx/source/key/getkeymap.s @@ -1,6 +1,6 @@ @ Copyright 2022 Gabriel Jensen. @ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. -@ If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. +@ If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. .syntax unified @@ -14,8 +14,8 @@ ax_getkeymap: @ Load the keys: - ldr r0,.addr @ ax_i20 addr = 0x4000130u; - ldrh r0,[r0] @ ax_keymap keymap = *(ax_i10 *)addr; + ldr r0,.addr @ ax_i02 addr = 0x4000130u; + ldrh r0,[r0] @ ax_keymap keymap = *(ax_i01 *)addr; bx lr @ return keymap; |