diff options
author | Pedro de Medeiros <pedro.medeiros@gmail.com> | 2022-05-18 23:33:20 -0300 |
---|---|---|
committer | Pedro de Medeiros <pedro.medeiros@gmail.com> | 2022-05-18 23:39:30 -0300 |
commit | 9d1b4fd5192bb17d4fca1a88e66307a031d0615f (patch) | |
tree | c20c914cb9cbecb76d001e000089a16dbb287dec /src/ubox/ubox_read_ctl.z80 | |
parent | 506c6835bd96d11c7f2ac6411374507001c1d5c3 (diff) | |
download | ubox-msx-lib-9d1b4fd5192bb17d4fca1a88e66307a031d0615f.tar.gz ubox-msx-lib-9d1b4fd5192bb17d4fca1a88e66307a031d0615f.zip |
indentation: replaced spaces with tabs
Diffstat (limited to 'src/ubox/ubox_read_ctl.z80')
-rw-r--r-- | src/ubox/ubox_read_ctl.z80 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ubox/ubox_read_ctl.z80 b/src/ubox/ubox_read_ctl.z80 index 91963c0..ae4fff9 100644 --- a/src/ubox/ubox_read_ctl.z80 +++ b/src/ubox/ubox_read_ctl.z80 @@ -35,8 +35,8 @@ call_psg: call RDPSG ei cpl - and #0x3f - ld e, a + and #0x3f + ld e, a ; button 2 (M) ld a, #4 @@ -46,9 +46,9 @@ call_psg: rra ld a, #0x20 jr nc, joy_extra_m - xor a + xor a joy_extra_m: - or e + or e ld l, a ret |