Skip to content

Commit

Permalink
(classic) Games reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
suborb committed Mar 8, 2024
1 parent 05e46b0 commit 1f6ef6a
Show file tree
Hide file tree
Showing 42 changed files with 3,506 additions and 3,471 deletions.
6 changes: 3 additions & 3 deletions libsrc/games/__bit_irqstatus.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


SECTION bss_clib
PUBLIC __bit_irqstatus
SECTION bss_clib
PUBLIC __bit_irqstatus

__bit_irqstatus:
defw 0 ; current irq status when DI is necessary
defw 0 ; current irq status when DI is necessary
6 changes: 3 additions & 3 deletions libsrc/games/__snd_tick.asm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

SECTION bss_clib
PUBLIC __snd_tick
SECTION bss_clib
PUBLIC __snd_tick

__snd_tick:
defb 0
defb 0
Loading

0 comments on commit 1f6ef6a

Please sign in to comment.