]> git.sur5r.net Git - cc65/commit
Made the overlay demo programs compile for CBM targets again.
authorGreg King <gregdk@users.sf.net>
Sun, 19 Jun 2016 21:38:37 +0000 (17:38 -0400)
committerGreg King <gregdk@users.sf.net>
Sun, 19 Jun 2016 21:41:18 +0000 (17:41 -0400)
commit5d9f4dc89d01ba8f5907e2a99ef4111554058e45
tree77118b90cc298bb62676a0fad28190f2dc5ac654
parentc9e9679a06afd86fe8caeb32177c11736b98a974
Made the overlay demo programs compile for CBM targets again.

<conio.h> includes target-specific headers; so, we didn't bother to include <cbm.h> where it is needed.  But, '#include <conio.h>' was removed from some files; so now, we must include <cbm.h> explicitly.
samples/multidemo.c
samples/overlaydemo.c