mirror of
https://github.com/bobbimanners/emailler.git
synced 2024-11-15 02:04:28 +00:00
moved c64 only vt100 code from generic ip65 file to c64 only driver file
git-svn-id: http://svn.code.sf.net/p/netboot65/code@226 93682198-c243-4bdb-bd91-e943c89aac3b
This commit is contained in:
parent
0fdf2be2b8
commit
6ba42f5b88
@ -21,7 +21,8 @@ all: $(DRIVERS)
|
|||||||
apple2prog.lib: a2print.o uthernet.o a2timer.o a2kernal.o a2input.o a2charconv.o
|
apple2prog.lib: a2print.o uthernet.o a2timer.o a2kernal.o a2input.o a2charconv.o
|
||||||
ar65 a $@ $^
|
ar65 a $@ $^
|
||||||
|
|
||||||
c64prog.lib: c64print.o rr-net.o c64timer.o c64kernal.o c64inputs.o c64_disk_access.o c64charconv.o
|
c64prog.lib: c64print.o rr-net.o c64timer.o c64kernal.o c64inputs.o c64_disk_access.o c64charconv.o c64_vt100.o
|
||||||
|
|
||||||
ar65 a $@ $^
|
ar65 a $@ $^
|
||||||
|
|
||||||
#c64nb65.lib: c64print.o rr-net.o c64timer_nb65.o c64kernal.o c64inputs.o c64_disk_access.o c64charconv.o
|
#c64nb65.lib: c64print.o rr-net.o c64timer_nb65.o c64kernal.o c64inputs.o c64_disk_access.o c64charconv.o
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
; Y = 1 means A contains single character to send to remote host
|
; Y = 1 means A contains single character to send to remote host
|
||||||
; Y = 2 means AX points at null terminated string to send to remote host (e.g. an ANSI escape sequence)
|
; Y = 2 means AX points at null terminated string to send to remote host (e.g. an ANSI escape sequence)
|
||||||
|
|
||||||
;FIXME! - this should be a platform-specific driver
|
|
||||||
|
|
||||||
|
|
||||||
.include "../inc/common.i"
|
.include "../inc/common.i"
|
||||||
@ -2088,7 +2087,7 @@ petscii_to_ascii:
|
|||||||
ROM_FONT:
|
ROM_FONT:
|
||||||
.incbin "../inc/vt100_font.bin"
|
.incbin "../inc/vt100_font.bin"
|
||||||
|
|
||||||
;-- LICENSE FOR vt100_c64.s --
|
;-- LICENSE FOR c64_vt100.s --
|
||||||
; The contents of this file are subject to the Mozilla Public License
|
; The contents of this file are subject to the Mozilla Public License
|
||||||
; Version 1.1 (the "License"); you may not use this file except in
|
; Version 1.1 (the "License"); you may not use this file except in
|
||||||
; compliance with the License. You may obtain a copy of the License at
|
; compliance with the License. You may obtain a copy of the License at
|
@ -21,7 +21,6 @@ ETHOBJS= \
|
|||||||
printf.o \
|
printf.o \
|
||||||
debug.o \
|
debug.o \
|
||||||
http.o \
|
http.o \
|
||||||
vt100_c64.o \
|
|
||||||
httpd.o \
|
httpd.o \
|
||||||
dhcp.o \
|
dhcp.o \
|
||||||
dns.o \
|
dns.o \
|
||||||
|
Loading…
Reference in New Issue
Block a user