NES character mode TGI driver. By Stefan Haubenthal.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5067 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2011-06-21 20:34:18 +00:00
parent 3f2f3baa27
commit eae262b7c3
5 changed files with 850 additions and 110 deletions

View File

@@ -309,6 +309,7 @@ neslib:
$(AR) a nes.lib $$i/*.o || exit 1; \
done
cp nes/*.joy .
cp nes/*.tgi .
if [ -d nes/extra ]; then \
for i in nes/extra/*.o; do \
cp $$i nes-`basename $$i` || exit 1; \