File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
2-
32DandanatorPagingStop:
43 ; Stop paging mode in Dandanator so system lower ROM is accessible
5- ld b , % 00100000
6- jr DandanatorZone0CommandSequence
4+ ld a , % 10000011
5+ jr DandanatorConfigCommandSequence
76
87DandanatorPagingStart:
9- ; Stop paging mode in Dandanator so system lower ROM is accessible
10- ld b , % 00000000
11- jr DandanatorZone0CommandSequence
8+ ; Start paging mode in Dandanator again to diag ROM is in 0x0000-0x3FFFF
9+ ld a , % 10000010
10+ jr DandanatorConfigCommandSequence
1211
13- DandanatorZone0CommandSequence :
12+ DandanatorConfigCommandSequence :
1413 ld iy , ScratchByte
1514 db #FD , #FD
16- ld (iy + 0 ) , b
15+ ld (iy + 0 ) , a
1716 ret
Original file line number Diff line number Diff line change 5252
5353 ld bc , #F400 + % 00000111 ;; << data
5454 out (c) , c
55- ld bc , #F680 ;; << write data to register
55+ ld bc , #F6A0 ;; << write data to register
5656 out (c) , c
5757 ld bc , #F600
5858 out (c) , c
You can’t perform that action at this time.
0 commit comments