ikjordan / picozx81

ZX81 emulator for Raspberry Pi Pico
GNU General Public License v2.0
37 stars 2 forks source link

Timing #8

Closed ikjordan closed 1 year ago

ikjordan commented 1 year ago

Added a PIO state machine to generate the DVI timing on the Olimex board, so that PWM can be used on both audio channels. Built with Wall and Wextra and cleared warnings. Left CMake with Wall enabled, but not Wextra, as there are some issues in the scanvideo and PicoDVI libraries