Skip to content

Batpu-VM Release 3-2024-4-17

Choose a tag to compare

@AdoHTQ AdoHTQ released this 18 Apr 05:17
· 90 commits to main since this release

~Added display with multiple textures and communication protocols
~Display will wait for a change in state of the most significant bit of port 3. When this bit changes, it will read the other 7 bits of port 3 and the 8 bits of port 2. The 8 bits of port 2 are the next 8 pixels of the screen (left to right, top to bottom). The second most significant bit of port 3 clears the display, and the third most significant bit swaps the buffers.
~Display will have memory mapped mode in the future (not recommended as the display resolution requires half of the CPU memory)