mirror of
https://github.com/cc65/cc65.git
synced 2024-12-25 17:29:50 +00:00
Prodos does only allows dots in filenames
git-svn-id: svn://svn.cc65.org/cc65/trunk@2821 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
467cc7c5ad
commit
99d1516b86
@ -50,10 +50,10 @@ apple2lib:
|
||||
$(AR) a apple2.lib $$i/*.o;\
|
||||
done
|
||||
mv apple2/crt0.o apple2.o
|
||||
cp apple2/apple2-lc.emd a2-lc.emd
|
||||
cp apple2/apple2-280-192-6.tgi a2-hi.tgi
|
||||
cp apple2/apple2-40-40-16.tgi a2-lo.tgi
|
||||
cp apple2/apple2-stdjoy.joy a2-stdjoy.joy
|
||||
cp apple2/apple2-lc.emd a2.lc.emd
|
||||
cp apple2/apple2-280-192-6.tgi a2.hi.tgi
|
||||
cp apple2/apple2-40-40-16.tgi a2.lo.tgi
|
||||
cp apple2/apple2-stdjoy.joy a2.stdjoy.joy
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# Atari
|
||||
|
@ -17,7 +17,7 @@
|
||||
.rodata
|
||||
|
||||
_tgi_mode_table:
|
||||
.byte TGI_MODE_280_192_6, "A2-HI.TGI", 0
|
||||
.byte TGI_MODE_40_40_16, "A2-LO.TGI", 0
|
||||
; .byte TGI_MODE_560_192_2, "A2-DHI.TGI", 0
|
||||
.byte TGI_MODE_280_192_6, "A2.HI.TGI", 0
|
||||
.byte TGI_MODE_40_40_16, "A2.LO.TGI", 0
|
||||
; .byte TGI_MODE_560_192_2, "A2.DHI.TGI", 0
|
||||
.byte 0 ; End marker
|
||||
|
@ -109,9 +109,9 @@ programs for the Apple ][ using the cc65 crosscompiler.
|
||||
%files apple2
|
||||
%attr(644,root,root) /usr/lib/cc65/lib/apple2.lib
|
||||
%attr(644,root,root) /usr/lib/cc65/lib/apple2.o
|
||||
%attr(644,root,root) /usr/lib/cc65/emd/a2-*.emd
|
||||
%attr(644,root,root) /usr/lib/cc65/joy/a2-*.joy
|
||||
%attr(644,root,root) /usr/lib/cc65/tgi/a2-*.tgi
|
||||
%attr(644,root,root) /usr/lib/cc65/emd/a2.*.emd
|
||||
%attr(644,root,root) /usr/lib/cc65/joy/a2.*.joy
|
||||
%attr(644,root,root) /usr/lib/cc65/tgi/a2.*.tgi
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user