-
Trailing commas in a data declaration line seems to effectively add a 0 value.
E.g. this code:
```
PF0Table ; table 0
.byte #%10000000,
.byte #%10000000,
.byte #%1000…
-
Roy Templeman (@LoudScotsBloke) has tested recent versions of my Cross-Lib games
(compiled with ZCC v19435-c8d2246b6-20220311) on his real Mattel Aquarius (S2 release).
3 out of 5 either don't lo…
-
I have a tube of ST-branded M27C256B UV-erasable EPROMs that all fail to have stuff written from 0x200 to 0x27F. The first bad byte written is 0x00. Subsequent bad bytes are 0xFF. Then from 0x280 o…
-
There are games which are using a new format and probably more.
https://forums.atariage.com/topic/344323-fluid-simulation-for-new-2600-game-concept/?do=findComment&comment=5490057
-
The stars are all 1 pixel wide, while they are changing width between 0 (invisible), 1 and 2 pixel in the old core (and on real hardware too).
Also check the attached file which uses the same effec…
-
**Reported by manuelbi on 2008-10-22 18:45 UTC**
See http://www.msx.org/forumtopic9087.html
The sprite cloning effect is used in the Alankomaat demo by Bandwagon. At some point you see 3 'fires' wavi…
-
Atari SAP support seems to be handled by the port of outdated sources.
While using the players based on older sources I've seen issues like the ones with these example files (attached). They either g…
-
I am writing an Arkanoid clone for Atari XL/XE using the CC65 compiler.
I am working now on handling left & right mouse buttons (as a joystick) for controlling the paddle. But I cannot handle the r…
-
Can you think to be possible to port this projet to use the pi pico rp2040, the purple clone with 16MB on board and make a multicart or a .cas loader from it? it would be very cheap :-) and easy to bu…
-
I know this probably isn't a bug and is working within the parameters of signed integers, but it is a problem that shows the need for an option to use unsigned integers.
I was testing some scrollin…