PicoMite/PicoMiteVGA/WebMite V5.07.07 release candidates


Author Message
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 11615
Posted: 11:06am 04 Apr 2023      

V5.07.07RC2

https://geoffg.net/Downloads/picomite/PicoMite_Beta.zip

Bug in DATA/READ in library now fixed - thanks Gerry
Now works like MM2
  Quote  You can use READ commands in the library but they will default to reading DATA statements in the
main program memory. If you want to read from DATA statements in the library you must use the
RESTORE command before the first READ command. This will reset the pointer to the library space.


Change to using a MCP48n2 DAC for audio output
OPTION AUDIO SPI CSpin, CLKpin, SDIpin
Tie LDAC to GND
This saves a pin and with a tweak to timing is now working
Minor tweaks to PLAY WAV and PLAY FLAC to avoid unnecessary extra interrupts