Added C128 tgi drivers
git-svn-id: svn://svn.cc65.org/cc65/trunk@1837 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
fb2deff1d0
commit
f5df124b10
1 changed files with 4 additions and 3 deletions
|
@ -152,6 +152,7 @@ programs for the Commodore C128 using the cc65 crosscompiler.
|
|||
%attr(644,root,root) /usr/lib/cc65/lib/c128.o
|
||||
%attr(644,root,root) /usr/lib/cc65/emd/c128-*.emd
|
||||
%attr(644,root,root) /usr/lib/cc65/joy/c128-*.joy
|
||||
%attr(644,root,root) /usr/lib/cc65/tgi/c128-*.tgi
|
||||
%doc src/ld65/cfg/c128.cfg
|
||||
|
||||
|
||||
|
@ -267,7 +268,7 @@ the cc65 crosscompiler.
|
|||
|
||||
|
||||
###############################################################################
|
||||
# Apple ][ subpackage #
|
||||
# Apple ][ subpackage #
|
||||
###############################################################################
|
||||
|
||||
%package apple2
|
||||
|
@ -365,9 +366,9 @@ install -m 644 libsrc/*.tgi $RPM_BUILD_ROOT/usr/lib/cc65/tgi
|
|||
|
||||
%changelog
|
||||
* Fri Dec 13 2002 Ullrich von Bassewitz <uz@cc65.org>
|
||||
Updated the version number.
|
||||
Updated the version number.
|
||||
|
||||
* Mon Dec 2 2002 Ullrich von Bassewitz <uz@cc65.org>
|
||||
* Mon Dec 2 2002 Ullrich von Bassewitz <uz@cc65.org>
|
||||
Changed location of TGI drivers, added EM drivers.
|
||||
|
||||
* Fri Nov 22 2002 Ullrich von Bassewitz <uz@cc65.org>
|
||||
|
|
Loading…
Add table
Reference in a new issue