+Gemintronic #1 Posted February 17, 2015 If you use this value: CTRLPF = $30 you can have the other half of the screen be same sided as the other half. Quote Share this post Link to post Share on other sites
+Random Terrain #2 Posted February 18, 2015 Does the first number always have to be three? In other words, is the magic in the three and the zero or is the magic only in the zero? 1 Quote Share this post Link to post Share on other sites
+Gemintronic #3 Posted February 18, 2015 Does the first number always have to be three? In other words, is the magic in the three and the zero or is the magic only in the zero? My hunch is that this is a hardware feature but undocumented in batari BASIC. So, it's probably a particular bit in CTRLPF that does this in the multisprite kernel. Too burnt out from my current project to pursue this Quote Share this post Link to post Share on other sites
alex_79 #4 Posted February 18, 2015 (edited) Does the first number always have to be three? In other words, is the magic in the three and the zero or is the magic only in the zero? It's the zero. The least significant bit of CTRLPF register controls PF reflection, so actually any EVEN value will have that effect. Edited February 18, 2015 by alex_79 2 Quote Share this post Link to post Share on other sites