Elektrine lite

← Feed

@pulkomandy@mastodon.tetaneutral.net

Post #1958913

2026-04-13 06:24 UTC

@AGMS00 so, no scrolling, no bitmaps, etc unless you add extra support logic to achieve that. And then that's so much logic, you may as well do your own design from scratch?

Replies (1)

  • @AGMS00@ruby.social 2026-04-13 13:15

    That actually makes the TMS9818A sound better! Its API is mostly about writing to VRAM: text, font, sprite table. Though it has a similar problem of missing writes outside vertical blank. But it does include all the video signal generation hardware on chip (has a composite video output pin), and DRAM support logic.

    Open ##1958914