Search found 46 matches

by Exile
Sat May 04, 2024 2:05 pm
Forum: Emulators
Topic: ZX80 / ZX81 Emulator for the Raspberry Pi Pico
Replies: 47
Views: 40546

Re: ZX80 / ZX81 Emulator for the Raspberry Pi Pico

There is a new release. https://github.com/ikjordan/picozx81/releases This supports 3 new board types (that makes 9 commercial board types in total): Waveshare RP2040-PiZero (An inexpensive HDMI board, with sound over HDMI) PICOZX with mechanical keyboard by Bobricius (VGA and runtime selectable VGA...
by Exile
Mon Apr 22, 2024 12:34 pm
Forum: SALES
Topic: RPi Pico based hardware
Replies: 0
Views: 624

RPi Pico based hardware

For some time, the ebay seller zzapmort has been selling hardware with built in mechanical keyboards that uses the Raspberry Pi Pico to run a Spectrum emulator. I recently bought one of these and ported the ZX80 / ZX81 pico emulator ( https://github.com/ikjordan/picozx81 ) to it. There is now a list...
by Exile
Mon Apr 01, 2024 2:18 pm
Forum: Emulators
Topic: ZX80 / ZX81 Emulator for the Raspberry Pi Pico
Replies: 47
Views: 40546

Re: ZX80 / ZX81 Emulator for the Raspberry Pi Pico

There is a new release for picozx81 at: https://github.com/ikjordan/picozx81/releases/tag/v1.0.4 This release adds the following, compared to the last release made in November: + Colour display emulating Chroma 81 and Chroma 80 for all board types, including HDMI + General support for ILI9341 and ST...
by Exile
Sat Mar 23, 2024 10:18 am
Forum: Emulators
Topic: ZX80 / ZX81 Emulator for the Raspberry Pi Pico
Replies: 47
Views: 40546

Re: ZX80 / ZX81 Emulator for the Raspberry Pi Pico

Thank you for the feedback, I appreciate it :-) Sometimes there are options within the TV set-up that can help with re detection of HDMI devices.It may be related to how the TV does hot plug detection through HDMI pin 19. There are some sites that describe workaround for this by blocking connection ...
by Exile
Wed Mar 20, 2024 8:23 am
Forum: Emulators
Topic: ZX80 / ZX81 Emulator for the Raspberry Pi Pico
Replies: 47
Views: 40546

Re: ZX80 / ZX81 Emulator for the Raspberry Pi Pico

Yes, the photo shows the two pads that need to be joined.
by Exile
Tue Mar 19, 2024 7:19 pm
Forum: Emulators
Topic: ZX80 / ZX81 Emulator for the Raspberry Pi Pico
Replies: 47
Views: 40546

Re: ZX80 / ZX81 Emulator for the Raspberry Pi Pico

Either of the Olimex uf2 files will work. picozx81_olimexpc.uf2 will provide sound over the 3.5mm audio connection picozx81_olimexpc_hdmi_sound.uf2 will provide sound over the hdmi cable There was an issue with the original Olimex firmware, where stereo audio over the 3.5mm audio connection was not ...
by Exile
Tue Mar 19, 2024 9:14 am
Forum: Emulators
Topic: ZX80 / ZX81 Emulator for the Raspberry Pi Pico
Replies: 47
Views: 40546

Re: ZX80 / ZX81 Emulator for the Raspberry Pi Pico

Thanks for trying picozx81 :-) Some makes of TV detect an HDMI device by looking for 5V on pin 18 of the HDMI connector. Unfortunately, by default, the Olimex board does not supply 5V to that pin. However, there are two pads on the back of the board, which when shorted with a blob of solder, will en...
by Exile
Sun Mar 17, 2024 10:05 am
Forum: Hardware
Topic: Chroma 80
Replies: 2
Views: 1573

Re: Chroma 80

Lardo Boffin wrote: Sat Mar 16, 2024 3:01 pm This arrived today:
That looks great! I'd love to get hold of a Chroma81, but they appear very elusive!
by Exile
Mon Mar 11, 2024 9:12 pm
Forum: Emulators
Topic: ZX80 / ZX81 Emulator for the Raspberry Pi Pico
Replies: 47
Views: 40546

Re: ZX80 / ZX81 Emulator for the Raspberry Pi Pico

The latest updates to picozx81: 1. More LCD displays are supported, using the Cytron Maker board as a base. 2. Colour comes to picozx81! Chroma is now supported for VGA and LCD displays. Pre-built executables can be found at: https://github.com/ikjordan/picozx81/tree/main/uf2 Documentation and pictu...