diff --git a/debian/postinst b/debian/postinst index afdfda7..1c861ea 100755 --- a/debian/postinst +++ b/debian/postinst @@ -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 diff --git a/share/A2PI-1.5.PO b/share/A2PI-1.5.PO new file mode 100644 index 0000000..e70b918 Binary files /dev/null and b/share/A2PI-1.5.PO differ diff --git a/share/A2PI.1.5.PO b/share/A2PI.1.5.PO deleted file mode 100644 index 9fd2d47..0000000 Binary files a/share/A2PI.1.5.PO and /dev/null differ diff --git a/src/a2pid.c b/src/a2pid.c index e76c4b0..50bd36d 100755 --- a/src/a2pid.c +++ b/src/a2pid.c @@ -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.