Added EMD drivers for the Commodore B machines.
Note: These drivers are currently untested because I didn't realize that using the drivers would need file routines, which are not available right now. So in fact the drivers are not only untested, they are also unusable on the target platforms, because they cannot be loaded. git-svn-id: svn://svn.cc65.org/cc65/trunk@1732 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -155,12 +155,13 @@ cbm510lib:
|
||||
$(AR) a cbm510.lib $$i/*.o;\
|
||||
done
|
||||
mv cbm510/crt0.o cbm510.o
|
||||
cp cbm510/*.emd .
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# PET-II series
|
||||
|
||||
cbm610lib:
|
||||
for i in cbm610 cbm common runtime conio dbg; do \
|
||||
for i in cbm610 cbm common runtime conio dbg em; do \
|
||||
CC=$(CC) \
|
||||
AS=$(AS) \
|
||||
LD=$(LD) \
|
||||
@@ -170,6 +171,7 @@ cbm610lib:
|
||||
$(AR) a cbm610.lib $$i/*.o;\
|
||||
done
|
||||
mv cbm610/crt0.o cbm610.o
|
||||
cp cbm610/*.emd .
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# GEOS on the C64/128
|
||||
|
||||
Reference in New Issue
Block a user