mirror of https://github.com/nmlgc/ReC98.git
13 lines
177 B
NASM
13 lines
177 B
NASM
|
.386
|
||
|
.model use16 large _TEXT
|
||
|
|
||
|
include ReC98.inc
|
||
|
|
||
|
.data
|
||
|
|
||
|
include th03/snd/se_state[data].asm
|
||
|
include th04/hardware/bgimage[data].asm
|
||
|
include th03/formats/cdg[data].asm
|
||
|
|
||
|
end
|