ikjordan

Results 12 comments of ikjordan

Apologies for the late reply. I've had similar issues with my Pico ZX81 emulator (https://github.com/ikjordan/picozx81) The approach I took was: - To run with a 50Hz system interrupt, but keep...

I took the code at [https://github.com/mlorenzati/PicoDV](https://github.com/mlorenzati/PicoDV) and made minor changes to address some timing and memory issues and add 50Hz display modes. The repo for this is: [https://github.com/ikjordan/PicoDVI/tree/audio](https://github.com/ikjordan/PicoDVI/tree/audio) I then...

@fruit-bat, that's great news! The 3 audio examples in the repo appeared to work ok, but my testing was not extensive. Up to now the ZX81 emulator has been black...

This is excellent! I built the pico dv version and gave it a very quick test, it sounds good :-) When you are happy, I'll merge the PicoDVI changes back...

> Any idea what this is about? I've not really had time for a proper look, but when I rebuild the "before" and "after" repos the warning occurs only in...

> I was having a problem when my emulator was not emitting audio samples, e.g. when the menu is displayed and sometimes during SD card access. The monitor would go...

> @ikjordan I've pull-requested changes back to the audio branch of your PicoDvi repository. Hopefully, made all the alterations I need. Thanks ! Excellent, thank you. I'm away at the...

I've now merged your changes back. I then: 1) Updated the Readme to describe your addition 2) Fixed the build warnings in the demo apps directory (they are all from...

I see my name mentioned. Are you using the code in the fork of PicoDVI that I made? That fork adds a very simple pio, so that the audio pins...

The code at [https://github.com/ikjordan/PicoDVI](https://github.com/ikjordan/PicoDVI) has been updated today to include more detail in the Readme. There are two branches, [master](https://github.com/ikjordan/PicoDVI) and [audio](https://github.com/ikjordan/PicoDVI/tree/audio) If you want to generate stereo PWM sound...