ChilePepper #1 Posted April 27, 2020 Hey folks. I have a question concerning playfields. As you can see there is a file attached to this post, download it and run it in Stella. Notice how the part of the playfield on the y axis has little spaces in between the different pixels, but the x axis doesn't? Is there a way to fix this? Or is it just something I'll have to deal with? As always, any help would be appreciated, thanks. default.bas.bin Quote Share this post Link to post Share on other sites
+KaeruYojimbo #2 Posted April 27, 2020 There is a way to fix it, but you lose missile0. https://www.randomterrain.com/atari-2600-memories-batari-basic-commands.html#no_blank_lines I can't recommend enough that you spend some time with the bB page. I'd guess it has the answers to 99% of your questions as you get started with bB. 1 Quote Share this post Link to post Share on other sites
KevKelley #3 Posted April 27, 2020 My understanding is that there are trade offs using bB. It does the heavy lifting in terms of graphics so there are some sacrifices versus straight up assembly, where you can get more detailed looking games. You can get somethings back but there is a trade off and on RTs website there is a section that details the different options for the playfield and what you can and cannot do. The great thing about the site is that there are code examples embedded on the page or in some instances programs you can download to look at and run. I found that the explanations on the site are very easy to understand, even from someone with very limited programming experience. It may take longer to process the information but not impossible. Quote Share this post Link to post Share on other sites