Fix new disk image, make sure link gets set to it

This commit is contained in:
dschmenk 2015-02-27 19:17:24 -08:00
parent cb48831cbe
commit 313028891b
4 changed files with 3 additions and 6 deletions

6
debian/postinst vendored
View File

@ -60,12 +60,12 @@ 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 [ ! -s /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.5.PO /usr/share/a2pi/A2VD1.PO
fi
#fi
if [ ! -s /usr/share/a2pi/A2VD2.PO ] ; then
if [ -e /usr/share/a2pi/A2VD2.PO ] || [ -L /usrshare/a2pi/A2VD2.PO ] ; then
rm /usr/share/a2pi/A2VD2.PO

BIN
share/A2PI-1.5.PO Normal file

Binary file not shown.

Binary file not shown.

View File

@ -598,10 +598,7 @@ void main(int argc, char **argv)
* Initialize ACIA clock for Apple II Pi card
*/
if (devtty == deftty)
{
gpclk(271); /* divisor for ~1.8 MHz => (500/271) MHz */
//sleep(1); /* give clock chance to settle down */
}
#endif
/*
* Open serial port.