📄 make1020
字号:
all: mori.binGA=ga6502GL=glSRC_GAME= org4000.s unr_sys.1020 a.s math.s draw.s comm.s string.s lcd.s system.s main.s \ menu.s juqing.s fight.s cheat.s save.s null.s org8800.sSRC_GRAPH= org4000.s graph.s org6000.sSRC_MAP= org8800.s map.s org9c00.sSRC_CLASS= org9c00.s class.s orgc000.smori.bin: $(SRC_GAME) $(GA) -oo -c../common.s $(SRC_GAME) 2>junk $(GL) -do -mmap -oprog.bin $(SRC_GAME) 2>junk2 rm junk* $(GA) -oo -c../common.s $(SRC_GRAPH) 2>junk $(GL) -do -mmap1 -ograph.bin $(SRC_GRAPH) 2>junk2 rm junk* $(GA) -oo -c../common.s $(SRC_MAP) 2>junk $(GL) -do -a34816 -mmap2 -omap.bin $(SRC_MAP) 2>junk2 rm junk* $(GA) -oo -c../common.s $(SRC_CLASS) 2>junk $(GL) -do -a39936 -mmap3 -oclass.bin $(SRC_CLASS) 2>junk2 rm junk* #cat prog.bin graph.bin map.bin class.bin >mori.bin cat prog.bin map.bin class.bin graph.bin >mori.bin #swap16k mori.bin $(GA) -oo -c../common.s a_down.s 2>junk $(GL) -do -a16384 -oobj a_down.s 2>junk2 cat obj mori.bin >down.bin putlen down.bin jm down.bin rm -f down.bin cp jm.obj morix.bin rm junk* rm -rf prog.bin graph.bin map.bin class.binclean: rm -f o/*.o mori.binzpmap: $(GA) -c../common.s -s -f h/mori.h >.zpmap
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -