Jump to content



0

Help with z26


2 replies to this topic

#1 vdub_bobby OFFLINE  

vdub_bobby

    Quadrunner

  • 5,831 posts
  • Boom bam.
  • Location:Seattle, WA

Posted Fri Jan 14, 2005 1:36 PM

I'm trying to write a 1k game, so I started my code at $FC00. Dasm compiles this fine as 1k and it runs fine in PCAE, but it doesn't display anything in z26. What am I doing wrong? I'll attach the file...though it doesn't do much of anything yet.

Attached Files



#2 DEBRO OFFLINE  

DEBRO

    Stargunner

  • 1,862 posts
  • Location:Atlanta, GA

Posted Fri Jan 14, 2005 1:43 PM

vdub_bobby said:

I'm trying to write a 1k game, so I started my code at $FC00.  Dasm compiles this fine as 1k and it runs fine in PCAE, but it doesn't display anything in z26.  What am I doing wrong?  I'll attach the file...though it doesn't do much of anything yet.
A 2600 game must be at least 2K. If you want to do a 1K game then you should fill the first 1K with #$00.

#3 vdub_bobby OFFLINE  

vdub_bobby

    Quadrunner

  • 5,831 posts
  • Boom bam.
  • Location:Seattle, WA

Posted Fri Jan 14, 2005 2:16 PM

DEBRO said:

vdub_bobby said:

I'm trying to write a 1k game, so I started my code at $FC00.  Dasm compiles this fine as 1k and it runs fine in PCAE, but it doesn't display anything in z26.  What am I doing wrong?  I'll attach the file...though it doesn't do much of anything yet.
A 2600 game must be at least 2K. If you want to do a 1K game then you should fill the first 1K with #$00.

Oh. Thanks :) That did the trick.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users