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_isr.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_isr.z80')
-rw-r--r-- | src/ubox/ubox_isr.z80 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ubox/ubox_isr.z80 b/src/ubox/ubox_isr.z80 index cceb2c6..f25e35d 100644 --- a/src/ubox/ubox_isr.z80 +++ b/src/ubox/ubox_isr.z80 @@ -32,7 +32,7 @@ _ubox_init_isr:: ret ubox_isr: - push af + push af push ix push iy push bc @@ -67,7 +67,7 @@ no_user_isr: pop bc pop iy pop ix - pop af + pop af ret .area _DATA |