mirror of
https://github.com/dschmenk/apple2pi.git
synced 2024-12-22 17:29:33 +00:00
update changelog
This commit is contained in:
parent
e12c3be27c
commit
8bca8e6e92
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,6 +1,8 @@
|
|||||||
a2pi (0.1.8-5) unstable; urgency=low
|
a2pi (0.1.8-7) unstable; urgency=low
|
||||||
|
|
||||||
|
* Only set GPCLK on default RPi UART
|
||||||
* Stabilize request/pidrive interaction
|
* Stabilize request/pidrive interaction
|
||||||
|
* Fix cancel from client connect & PIDRIVE
|
||||||
|
|
||||||
-- David Schmenk <dschmenk@gmail.com> Sat, 15 Feb 2014 13:15:00 -0800
|
-- David Schmenk <dschmenk@gmail.com> Sat, 15 Feb 2014 13:15:00 -0800
|
||||||
|
|
||||||
|
@ -1,29 +0,0 @@
|
|||||||
.SUFFIXES =
|
|
||||||
AFLAGS = -o $@
|
|
||||||
ROM = ROM\#062000
|
|
||||||
VDRV = PIDRIVE\#062000
|
|
||||||
VCLK = PICLOCK\#062000
|
|
||||||
#
|
|
||||||
# Image filetypes for CiderPress
|
|
||||||
#
|
|
||||||
PLATYPE = \#ed0000
|
|
||||||
BINTYPE = \#060000
|
|
||||||
SYSTYPE = \#ff0000
|
|
||||||
TXTTYPE = \#040000
|
|
||||||
|
|
||||||
all: $(ROM) $(VDRV) $(VCLK)
|
|
||||||
|
|
||||||
clean:
|
|
||||||
-rm $(ROM) $(VDRV) $(VCLK) *.o *~
|
|
||||||
|
|
||||||
$(ROM): rom.s
|
|
||||||
ca65 rom.s -o rom.o
|
|
||||||
ld65 -o $(ROM) -C rom.cfg rom.o
|
|
||||||
|
|
||||||
$(VDRV): pidrive.s
|
|
||||||
ca65 pidrive.s -o pidrive.o
|
|
||||||
ld65 -o $(VDRV) -C drvr.cfg pidrive.o
|
|
||||||
|
|
||||||
$(VCLK): piclock.s
|
|
||||||
ca65 piclock.s -o piclock.o
|
|
||||||
ld65 -o $(VCLK) -C drvr.cfg piclock.o
|
|
BIN
share/A2PI-1.4.PO
Executable file → Normal file
BIN
share/A2PI-1.4.PO
Executable file → Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user