vdub_bobby Posted January 14, 2005 Share Posted January 14, 2005 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. fishies.zip Quote Link to comment Share on other sites More sharing options...
DEBRO Posted January 14, 2005 Share Posted January 14, 2005 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. Quote Link to comment Share on other sites More sharing options...
vdub_bobby Posted January 14, 2005 Author Share Posted January 14, 2005 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.