--
You received this message because you are subscribed to the Google Groups "PAL 6502 computer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pal6502+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pal6502/5028cd32-f050-4659-80de-39b98c4aa184n%40googlegroups.com.
I looked at using the Pico W but it didn't have enough pins free. With this design, if I drop the glue chips, I am using every single free pin on the Pico /including/ pin 25 (LED). I'd be curious to know what you are doing differently.
And no, not using PIO... turns out that is actually slower for this kind of application.
Mind you, this was before I added a few more conditionals of checking for WE flags or checking address ranges, but those same checks would have to be made on the microprocessor and not the PIO code anyways.
To view this discussion on the web visit https://groups.google.com/d/msgid/pal6502/5b30378d-7893-4c97-9931-4e7b285eed3dn%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "PAL 6502 computer" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pal6502/x87pdwzXedg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pal6502+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pal6502/8486b6e6-1ed8-4d98-9de3-f927b6a8b67cn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pal6502/CAMYVxOikdXcV2cpmUnp1E-%3DThFUVO3%2BQLhLbmmVQmzJeks1%3D%3Dw%40mail.gmail.com.
Note: the pads themselves are 5V tolerant for input, just not 5V5 tolerant, which is what we’d need them to be to put “5V tolerant” in the data sheet. (Hypothetical) future designs will fix this.