Skip to content

Commit

Permalink
[Translation unit catch-up] [th03] snd_kaja_interrupt()
Browse files Browse the repository at this point in the history
Part of P0136, funded by [Anonymous].
  • Loading branch information
nmlgc committed Mar 20, 2021
1 parent 0263439 commit 0929d91
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 30 deletions.
8 changes: 5 additions & 3 deletions Makefile.mak
Expand Up @@ -95,6 +95,8 @@ bin\th02\maine.exe: bin\th02\maine.obj bin\th02\grppsafx.obj th02\maine021.cpp b
$**
|

{th03}.c{bin\th03}.obj:
$(CC) $(CFLAGS) -ml -Z -DGAME=3 -n$(@D) -c $**
{th03}.cpp{bin\th03}.obj:
$(CC) $(CFLAGS) -ml -Z -DGAME=3 -n$(@D) -c $**

Expand All @@ -103,17 +105,17 @@ bin\th03\res_yume.com: th03\res_yume.cpp
$**
| masters.lib

bin\th03\op.exe: th03\op_01.cpp bin\th03\op.obj bin\th03\initop.obj bin\th03\cdg_load.obj bin\th03\grppsafx.obj bin\th03\pi_load.obj bin\th03\inp_m_w.obj bin\th03\cdg_p_na.obj bin\hfliplut.obj bin\frmdely2.obj
bin\th03\op.exe: th03\op_01.cpp bin\th03\op.obj bin\th03\snd_kaja.obj bin\th03\initop.obj bin\th03\cdg_load.obj bin\th03\grppsafx.obj bin\th03\pi_load.obj bin\th03\inp_m_w.obj bin\th03\cdg_p_na.obj bin\hfliplut.obj bin\frmdely2.obj
$(CC) $(CFLAGS) $(LARGE_LFLAGS) -3 -Z -DGAME=3 -nbin\th03\ -eOP.EXE @&&|
$**
|

bin\th03\main.exe: bin\th03\main.obj th03\main_01.cpp bin\th03\initmain.obj bin\th03\pi_load.obj bin\th03\inp_m_w.obj bin\hfliplut.obj th03\mrs.cpp th03\sprite16.cpp
bin\th03\main.exe: bin\th03\main.obj th03\main_01.cpp bin\th03\snd_kaja.obj bin\th03\initmain.obj bin\th03\pi_load.obj bin\th03\inp_m_w.obj bin\hfliplut.obj th03\mrs.cpp th03\sprite16.cpp
$(CC) $(CFLAGS) $(LARGE_LFLAGS) -Z -DGAME=3 -nbin\th03\ -eMAIN.EXE @&&|
$**
|

bin\th03\mainl.exe: bin\th03\mainl.obj bin\th03\initmain.obj bin\th03\cdg_load.obj th03\exitmain.cpp bin\th03\grppsafx.obj bin\th03\snd_dlym.obj bin\th03\inp_wait.obj bin\th03\pi_load.obj bin\th03\pi_put_q.obj bin\th03\inp_m_w.obj bin\th03\cdg_p_na.obj bin\hfliplut.obj
bin\th03\mainl.exe: bin\th03\mainl.obj bin\th03\snd_kaja.obj bin\th03\initmain.obj bin\th03\cdg_load.obj th03\exitmain.cpp bin\th03\grppsafx.obj bin\th03\snd_dlym.obj bin\th03\inp_wait.obj bin\th03\pi_load.obj bin\th03\pi_put_q.obj bin\th03\inp_m_w.obj bin\th03\cdg_p_na.obj bin\hfliplut.obj
$(CC) $(CFLAGS) $(LARGE_LFLAGS) -DGAME=3 -nbin\th03\ -eMAINL.EXE @&&|
$**
|
Expand Down
24 changes: 0 additions & 24 deletions th02/snd/kajaint.asm

This file was deleted.

1 change: 1 addition & 0 deletions th03/snd_kaja.c
@@ -0,0 +1 @@
#include "th02/snd/kajaint.c"
3 changes: 2 additions & 1 deletion th03_main.asm
Expand Up @@ -8891,7 +8891,7 @@ include th02/hardware/frame_delay.asm
include th03/hardware/input_sense.asm
nop
include th02/snd/se.asm
include th02/snd/kajaint.asm
extern SND_KAJA_INTERRUPT:proc
extern GAME_INIT_MAIN:proc
extern INPUT_MODE_KEY_VS_KEY:proc
extern INPUT_MODE_JOY_VS_KEY:proc
Expand Down Expand Up @@ -35044,6 +35044,7 @@ include libs/master.lib/wordmask[data].asm
include libs/master.lib/mem[data].asm
include libs/master.lib/super_entry_bfnt[data].asm
include libs/master.lib/superpa[data].asm
public _snd_active
_snd_active db 0
db 0
include libs/master.lib/respal_exist[data].asm
Expand Down
2 changes: 1 addition & 1 deletion th03_mainl.asm
Expand Up @@ -5535,7 +5535,7 @@ include th02/formats/pi_palette_apply.asm
include th02/formats/pi_put.asm
include th03/formats/pi_put_interlace.asm
include th02/snd/se.asm
include th02/snd/kajaint.asm
extern SND_KAJA_INTERRUPT:proc
extern GAME_INIT_MAIN:proc
extern CDG_LOAD_SINGLE:proc
extern CDG_LOAD_SINGLE_NOALPHA:proc
Expand Down
2 changes: 1 addition & 1 deletion th03_op.asm
Expand Up @@ -3626,7 +3626,7 @@ include th02/hardware/frame_delay.asm
include th03/hardware/input_sense.asm
include th02/formats/pi_palette_apply.asm
include th02/formats/pi_put.asm
include th02/snd/kajaint.asm
extern SND_KAJA_INTERRUPT:proc
extern _game_init_op:proc
extern CDG_LOAD_SINGLE:proc
extern CDG_LOAD_SINGLE_NOALPHA:proc
Expand Down

0 comments on commit 0929d91

Please sign in to comment.