mirror of
https://github.com/dschmenk/apple2pi.git
synced 2025-02-19 18:31:32 +00:00
Fix new disk image, make sure link gets set to it
This commit is contained in:
parent
cb48831cbe
commit
313028891b
6
debian/postinst
vendored
6
debian/postinst
vendored
@ -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
BIN
share/A2PI-1.5.PO
Normal file
Binary file not shown.
Binary file not shown.
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user