pacgreg #1 Posted December 27, 2014 Sorry I've been making a bunch of threads lately with simple answers, but I want to know how many playfield variables there are. From what I understand the playfield is stored in variables like var0 var1 var2 var3 ... but how far does that go? DPC+ playfields usually have much more than just 11/12 rows so does bB just make as many as it needs? Quote Share this post Link to post Share on other sites
+Random Terrain #2 Posted December 27, 2014 DPC+ doesn't use playfield variables that we can access. Here's a chart showing the standard kernel playfield variables: randomterrain.com/atari-2600-memories-batari-basic-commands.html#playfield Here are some charts showing various Superchip RAM playfield variables: randomterrain.com/atari-2600-memories-batari-basic-commands.html#superchip_charts Quote Share this post Link to post Share on other sites
pacgreg #3 Posted December 28, 2014 That's a shame, then there's no way to shift the playfield left or right like I had planned to? Quote Share this post Link to post Share on other sites
+Random Terrain #4 Posted December 28, 2014 That's a shame, then there's no way to shift the playfield left or right like I had planned to? As far as I know, we can only scroll the DPC+ playfield up or down: randomterrain.com/atari-2600-memories-batari-basic-commands.html#dpc_pfscroll Quote Share this post Link to post Share on other sites