spec 1.6 KB
/*============================================================================
  NuSYSTEM サンプルプログラム「SNAKE TAIL HACK」
  
  spec
  
  Copyright (C) 1997, NINTENDO Co,Ltd.
  ============================================================================*/
/* ROM spec file
800  code
80000400  zbuffer
80025c00  codesegment
8036a000  cfb
*/

#include <nusys.h>
#include "main.h"

beginseg
        name    "code"
        flags   BOOT OBJECT
        entry   nuBoot
        address NU_SPEC_BOOT_ADDR
        stack   NU_SPEC_BOOT_STACK
        include "codesegment.o"
	include "$(ROOT)/usr/lib/PR/rspboot.o"
        include "$(ROOT)/usr/lib/PR/aspMain.o"
        include "$(ROOT)/usr/lib/PR/n_aspMain.o"
	include "$(ROOT)/usr/lib/PR/gspF3DEX2.fifo.o"
	include "$(ROOT)/usr/lib/PR/gspL3DEX2.fifo.o"
	include "$(ROOT)/usr/lib/PR/gspF3DEX2.Rej.fifo.o"
        include "$(ROOT)/usr/lib/PR/gspF3DEX2.NoN.fifo.o"
        include "$(ROOT)/usr/lib/PR/gspF3DLX2.Rej.fifo.o"
	include "$(ROOT)/usr/lib/PR/gspS2DEX2.fifo.o"
endseg

beginseg
	name	"moviedata"
	after code
	flags	OBJECT
	include "movieimg.o"
endseg


beginseg
	name "midibank"
	flags RAW
	include "wave.ctl"
endseg

beginseg
	name "miditable"
	flags RAW
	include "wave.tbl"
endseg

beginseg
	name "seq1"
	flags RAW
	include "midi.sbk"
endseg

beginseg
	name "sfxbank"
	flags RAW
	include "se.ctl"
/*	include "chacha.ctl"*/
endseg

beginseg
	name "sfxtable"
	flags RAW
	include "se.tbl"
/*	include "chacha.tbl"*/
endseg

beginwave
	name	"nusample"
	include	"code"
	include "moviedata"
	include "miditable"
	include "midibank"
	include "seq1"
	include "sfxbank"
	include "sfxtable"
endwave