Monday, July 15, 2019

#CSpect V2.9.2

Minor update and fixes. I have also added the parallax scrolling demo I've written as a little demo...



#CSpect V2.9.2 changes
  • Added sprite clipping in over border mode (1 = enabled) (bit 5 of reg $15)
  • Composite/Unified mode visibility flag fixed
  • Parallax scrolling demo (and .BAT file to run it) added to CSpect distro.


Sunday, July 14, 2019

#CSpect V2.9.1

Improvements to the CPU timing, and finally added the sprite composite and Unified modes to let you attach sprites together. This is "largely" untested, so I expect fixes to this over time....

#CSpect V2.9.1 changes
  • Fixed a sprite window clipping bug
  • Fixed the esxDOS streaming API emulation

#CSpect V2.9.0 changes
  • Improved the timing of the CPU so it should be much closer to the NEXT
  • 48k timing - along with memory contention should also be much closer to the real thing
  • Fixed the sprite over border clip window - no longer resets the user clip window
  • Sprite "composite" mode added
  • Sprite "Unified" mode added
  • Fixed a screen render issue, where the screen was being stretched 1 pixel too much