mirror of
https://github.com/dschmenk/apple2pi.git
synced 2025-02-21 02:29:00 +00:00
Update Pi ROM signature to not conflict with Slinky RAM drivers
This commit is contained in:
parent
2379827200
commit
5e1e5acd68
Binary file not shown.
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
a2pi (0.2.3-10) unstable; urgency=medium
|
||||
|
||||
* Change PIROM signature to not conflict with Slinky RAM drivers
|
||||
|
||||
-- David Schmenk <dschmenk@mail.com> Wed, 12 May 2021 15:40:00 -0800
|
||||
|
||||
a2pi (0.2.3-5) unstable; urgency=medium
|
||||
|
||||
* Flush writes to piDrives
|
||||
|
12
debian/postinst
vendored
12
debian/postinst
vendored
@ -80,10 +80,10 @@ case "$1" in
|
||||
# Set up PIDRIVEs
|
||||
#
|
||||
#if [ ! -s /usr/share/a2pi/A2VD1.PO ] ; then
|
||||
if [ -e /usr/share/a2pi/A2VD1.PO ] || [ -L /usr/share/a2pi/A2VD1.PO ] ; then
|
||||
if [ -e /usr/share/a2pi/A2VD1.PO ] || [ -L /usr/share/a2pi/A2VD1.PO ] ; then
|
||||
rm /usr/share/a2pi/A2VD1.PO
|
||||
fi
|
||||
ln -s /usr/share/a2pi/A2PI-1.6.PO /usr/share/a2pi/A2VD1.PO
|
||||
ln -s /usr/share/a2pi/A2PI-1.7.PO /usr/share/a2pi/A2VD1.PO
|
||||
#fi
|
||||
if [ ! -s /usr/share/a2pi/A2VD2.PO ] ; then
|
||||
if [ -e /usr/share/a2pi/A2VD2.PO ] || [ -L /usrshare/a2pi/A2VD2.PO ] ; then
|
||||
@ -94,16 +94,16 @@ case "$1" in
|
||||
#
|
||||
# Add schmenk.is-a-geek.com to apt sources
|
||||
#
|
||||
if [ "$(grep schmenk /etc/apt/sources.list)" = "" ] ; then
|
||||
echo "deb http://schmenk.is-a-geek.com/raspbian stretch contrib" >> /etc/apt/sources.list
|
||||
fi
|
||||
#if [ "$(grep schmenk /etc/apt/sources.list)" = "" ] ; then
|
||||
# echo "deb http://schmenk.is-a-geek.com/raspbian stretch contrib" >> /etc/apt/sources.list
|
||||
#fi
|
||||
#
|
||||
# Add a2pi service to systemd
|
||||
#
|
||||
if [ -f /usr/share/a2pi/a2pi.service ] && [ -d /lib/systemd/system ] ; then
|
||||
cp /usr/share/a2pi/a2pi.service /lib/systemd/system
|
||||
systemctl enable a2pi
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
|
||||
abort-upgrade|abort-remove|abort-deconfigure)
|
||||
|
@ -5,9 +5,9 @@
|
||||
;****************************************
|
||||
|
||||
PIROM = 1
|
||||
.DEFINE SIG "PI"
|
||||
.DEFINE SIG "DS"
|
||||
.INCLUDE "romincs.s"
|
||||
|
||||
|
||||
;****************************************
|
||||
;*
|
||||
;* PER-SLOT ROM @ $Cx00
|
||||
@ -47,7 +47,7 @@ BANKSEL EQU $C0EF
|
||||
BANKSEL EQU $C0FF
|
||||
.INCLUDE "cxrom.s"
|
||||
.ENDSCOPE
|
||||
|
||||
|
||||
;****************************************
|
||||
;*
|
||||
;* OPTION ROM SPACE @ $C800
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user