mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00
sprite acching removed in asm too
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@518 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
a479005630
commit
4306047f67
2 changed files with 2 additions and 2 deletions
|
@ -203,7 +203,7 @@ up: PicoDrive.gpe
|
||||||
../../cpu/musashi/m68kops.c :
|
../../cpu/musashi/m68kops.c :
|
||||||
@make -C ../../cpu/musashi
|
@make -C ../../cpu/musashi
|
||||||
|
|
||||||
../../Pico/Pico.o : ../../Pico/PicoFrameHints.c ../../Pico/PicoInt.h
|
../../Pico/Pico.o ../../Pico/cd/Pico.o: ../../Pico/PicoFrameHints.c ../../Pico/PicoInt.h
|
||||||
../../Pico/Memory.o Pico/cd/Memory.o : ../../Pico/MemoryCmn.c ../../Pico/PicoInt.h
|
../../Pico/Memory.o Pico/cd/Memory.o : ../../Pico/MemoryCmn.c ../../Pico/PicoInt.h
|
||||||
|
|
||||||
# build helix libs
|
# build helix libs
|
||||||
|
|
|
@ -99,7 +99,7 @@ mkdirs:
|
||||||
mkdir -p $(DIRS)
|
mkdir -p $(DIRS)
|
||||||
|
|
||||||
Pico/carthw/svp/compiler.o : ../../Pico/carthw/svp/gen_arm.c
|
Pico/carthw/svp/compiler.o : ../../Pico/carthw/svp/gen_arm.c
|
||||||
Pico/Pico.o : ../../Pico/PicoFrameHints.c ../../Pico/PicoInt.h
|
Pico/Pico.o Pico/cd/Pico.o : ../../Pico/PicoFrameHints.c ../../Pico/PicoInt.h
|
||||||
Pico/Memory.o Pico/cd/Memory.o : ../../Pico/MemoryCmn.c ../../Pico/PicoInt.h
|
Pico/Memory.o Pico/cd/Memory.o : ../../Pico/MemoryCmn.c ../../Pico/PicoInt.h
|
||||||
|
|
||||||
../../cpu/musashi/m68kops.c :
|
../../cpu/musashi/m68kops.c :
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue