Skip to content

Version 0.9

Compare
Choose a tag to compare
@Tails86 Tails86 released this 22 Jan 20:38
· 81 commits to main since this release
e267958
  • Created client-side library so that this project can emulate a peripheral on a real Dreamcast
    • Controller emulation currently only sends back controls in their resting positions
    • Created client peripheral which emulates a standard controller with volatile memory (client-volatile-mem.uf2)
      • Memory is stored in RAM (reset on power down) and automatically formatted on power up
    • Created client peripheral which emulates a standard controller with non-volatile memory (client-pico-non-volatile-mem.uf2)
      • Memory is stored on the flash chip on the Pico board
      • No integrity checks are made on the memory, so memory should be manually formatted on first use
  • Renamed main.uf2 to host.uf2 in order to differentiate it from the client program types