Skip to content

Commit

Permalink
Fix econet detection issue with AGD Carousel
Browse files Browse the repository at this point in the history
Change-Id: I47e9cd5d1a94242910f380001c2eb06c46840d37
  • Loading branch information
hoglet67 committed May 3, 2024
1 parent 546c3fd commit 6b88edc
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions agdzips/SHOW1.bas
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
10 REM AGD TITLEVIEWER
11 DIM C 100
12 REM: DETECT ECONET
13 E=0
14 Z=!16
15 $C="GOTO 20"
16 ?16=C;?17=C&#FFFF/256
17 REM: ISSUE ECONET-ONLY COMMAND
18 *ROFF
19 E=1
20 ?16=Z;?17=Z&#FFFF/256
15 REM ECONET IRQ VEC => BIT #B4xx
20 A=!#204&#FFFF
22 E=0
25 IF (?A=#2C AND A?2=#B4) E=1
30 P.$12;?#E1=0
40 P." AGD TITLE VIEWER V1.0";GOS.a
50 P.''" THIS PROGRAM SHOWS THE TITLE"'
Expand Down

0 comments on commit 6b88edc

Please sign in to comment.