iAN CooG
Registered: May 2002 Posts: 3187 |
for sure in NTSC it has some init problems, if I try to autorun the extracted prg or injected in a d64 I get a yellow screen with a jerky scroller on top.
With a quick patch
-Filename: HEMISPHERES _215.prg.0810.081e
+Filename: HEMISPHERES _215.fix.081e
Loading address: $0800
0800 00 BRK
@@ -38,7 +38,7 @@
0826 8D 20 D0 STA $D020
0829 8D 21 D0 STA $D021
082C A9 93 LDA #$93
-082E 20 D2 FF JSR $FFD2
+082E 20 44 E5 JSR $E544
0831 A2 00 LDX #$00
0833 BD 00 0B LDA $0B00,X
0836 9D 00 07 STA $0700,X
@@ -64,16 +64,11 @@
085C EE 51 08 INC $0851
085F 4C 4B 08 JMP $084B
-0862 58 CLI
-0863 4C 00 40 JMP $4000
+0862 A9 1B LDA #$1B
+0864 8D 11 D0 STA $D011
+0867 8D 12 D0 STA $D012
+086A 4C 00 40 JMP $4000
and exomized the patched prg now it kinda starts, doesn't solve the quirks on all parts btw. Bad code from start. |