Skip to content

Commit

Permalink
Merge pull request #1 from SvenMichaelKlose/master
Browse files Browse the repository at this point in the history
Fix build.
  • Loading branch information
mrdudz authored Mar 9, 2024
2 parents 0d57afc + 63c4c18 commit 99963fd
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 535 deletions.
2 changes: 1 addition & 1 deletion pet_tetris/tetris.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ extern void print_uint16_5(UINT16 n);
extern void print_uint8_2(UINT8 n);
extern void print_string(char *str);

extern void play_sample(unsigned char speed, unsigned char *sample, unsigned int length);
extern void __fastcall__ play_sample(unsigned char speed, const unsigned char *sample, unsigned int length);

/*****************************************************************************
* Main program entry point
Expand Down
8 changes: 2 additions & 6 deletions quikman2k8-2008.11.1/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@



quikman2k8.prg: quikman2k8.s
# cl65 -t vic20 -C vic20-32k.cfg -o quikman2k8.prg quikman2k8.s
cl65 -t vic20 -C vic20-asm.cfg -o quikman2k8.prg quikman2k8.s
cl65 -t vic20 -C vic20-asm.cfg -Ln quikman2k8.lbl -o quikman2k8.prg quikman2k8.s

clean:
$(RM) quikman2k8.prg
$(RM) quikman2k8.lst
$(RM) quikman2k8.lbl
2 changes: 1 addition & 1 deletion se.g.i.t.a.i.-1.0/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ data.o: data.s $(datafiles)
cl65 $(cflags) $<

intro.run: intro.c intro.cfg $(objects)
cl65 -m intro.map -l intro.lst -C intro.cfg -Oirs -g -Ln labels $(inc) -D DEBUG=$(DEBUG) $< $(objects) -o $@
cl65 -m intro.map -l intro.lst -C intro.cfg -Oirs -g -Ln intro.lbl $(inc) -D DEBUG=$(DEBUG) $< $(objects) -o $@

intro.exo: intro.run
exomizer3 sfx 0x80d -o intro.exo intro.run
Expand Down
Loading

0 comments on commit 99963fd

Please sign in to comment.