Skip to content

D.Smile v0.3.5

Choose a tag to compare

@derik-dot-digital derik-dot-digital released this 09 Jul 14:00
· 10 commits to main since this release

Fixes games whose UI and characters were invisible (reported with Zayzoo - An Earth Adventure).

  • Sprite uploads that transfer the whole sprite table at once were being dropped entirely. Games that draw their logo, menus and characters with sprites now render correctly.
  • Hardware timer interrupts now pace exactly right, fixing games that time their logic off the 977 Hz timer.
  • ADC (analog input) register behavior corrected, fixing games that poll it before showing their UI.
  • A stale vblank interrupt no longer fires the moment a game enables it mid-frame.

Save states from earlier versions still load.