This page (revision-26) was last changed on 03-Feb-2023 15:21 by Roland B. Wassenberg 

This page was created on 28-Jan-2015 20:03 by Roland B. Wassenberg

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
26 03-Feb-2023 15:21 12 KB Roland B. Wassenberg to previous
25 26-Apr-2020 11:49 12 KB Roland B. Wassenberg to previous | to last
24 26-Apr-2020 10:53 12 KB Roland B. Wassenberg to previous | to last
23 26-Apr-2020 10:49 12 KB Roland B. Wassenberg to previous | to last
22 26-Apr-2020 10:47 12 KB Roland B. Wassenberg to previous | to last
21 26-Apr-2020 10:36 11 KB Roland B. Wassenberg to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 2 changed one line
!! Powerful, individual adaptable debugger for Atari 8 bit computers
Powerful, individual adaptable debugger for Atari 8 bit computers
At line 8 changed 4 lines
! ATR-Image:
* [OSS Bug-65 with OSS DOS XL 2.30p 2000-9A00.atr] ; all versions, normal and relocatable, further with the User Command Handler Example, see below
* [OSS Bug-65 with OSS DOS XL 2.30p 2000-9000 and 3000 Color.atr] ; same as above, but with the 3000 color version instead of the 9A00 version
* [MAC-65 2.00 and 4.20 with Bug-65 2.0 and DOS XL 2.30.atr] ; normal and relocatable, further with the User Command Handler Example, see below
! ATR-Images:
* [OSS_Bug-65_with_OSS_DOS_XL_2.30p_2000-9A00.atr] ; all versions, normal and relocatable, further with version 4 patch and the User Command Handler Example, please see below
* [OSS_Bug-65_with_OSS_DOS_XL_2.30p_2000-9000_and_3000_Color.atr] ; same as above, but with the 3000 color version instead of the 9A00 version
* [MAC-65_2.00_and_4.20_with_Bug-65_2.0_normal_and_V4_ready_and_DOS_XL_2.30.atr] ; normal and relocatable, further with already patched version 4 of BUG/65 and the User Command Handler Example, please see below
At line 94 changed one line
The MAC/65 file of the 'User Command Handler Example': 'USRCOMHD.M65' is already on the atr image above.
The MAC/65 file of the 'User Command Handler Example': 'USRCOMHD.M65' is already on all of the atr-images above.
At line 114 changed one line
! BUGV4FIX.COM ; We are still searching for that file, it seems to be lost. Any help, any hint in that case is very much appreciated. :-)
! BUG/65 version 4 patch:
The version 4 patch is available in two different kinds:
a) a short BASIC program in form of a BAS-file.
and
b) a short machine language program in form of a COM-file.
At line 116 changed one line
Please take into account, that the fix seems to be for version 1.1(?) of BUG/65, which is lost, too. :-((
a):
BASIC program:
{{{
5 REM BUG/65 BUG -- VERSION 4 PATCH PROGRAM
10 XIO 36,#1,0,0,"D:BUG65.COM":REM UNPROTECT FILE
20 OPEN #1,12,0,"D:BUG65.COM"
30 FOR I=1 TO 2668:REM MOVE TO PROPER POSITION
40 GET #1,C
50 NEXT I
60 PUT #1,12
70 CLOSE #1
}}}
At line 118 changed one line
At the end of the Bug/65 manual we can read:\\ \\
The above program named as "BUGV4FIX.BAS" is in form of a file already on all of the atr-images above.
To make the patch to BUG/65 do as follows:
1) Insert your BASIC cartridge or use BASIC A+ disk.
2) Place your BUG/65 disk into the disk drive.
3) Use this BASIC program above to apply the one byte patch so that BUG/65 will work with OS/A+ version 4.
b):
machine language program:
name of file: BUGV4FIX.COM
BUGV4FIX.COM ; we are still searching for that file, it seems to be lost. Any help, any hint in that case is very much appreciated. :-)
At the end of the BUG/65 manual we can read:\\ \\