diff --git a/demos/second/Makefile b/demos/second/Makefile index d5913da0..27972d40 100644 --- a/demos/second/Makefile +++ b/demos/second/Makefile @@ -46,8 +46,8 @@ second_d1.dsk: QBOOT QLOAD music.inc \ #### -part04_chess/CHESS: - cd part04_chess && make +part04_chess_shapes/CHESS: + cd part04_chess_shapes && make part08_gorilla/GORILLA: cd part08_gorilla && make @@ -304,7 +304,7 @@ generate_common.o: generate_common.c clean: rm -f *~ *.o *.lst HELLO SECOND QBOOT QLOAD MUSIC START - cd part04_chess && make clean + cd part04_chess_shapes && make clean cd part08_gorilla && make clean cd part09_leaves && make clean cd part10_lens_rotozoom && make clean diff --git a/demos/second/music/z00m_unreal2_complete.pt3 b/demos/second/music/z00m_unreal2_complete.pt3 new file mode 100644 index 00000000..366277e9 Binary files /dev/null and b/demos/second/music/z00m_unreal2_complete.pt3 differ