mirror of
https://github.com/fruit-bat/pico-zxspectrum.git
synced 2025-04-19 00:04:01 +03:00
cvbs
This commit is contained in:
parent
0650444078
commit
7a2f37ed55
@ -23,6 +23,10 @@ This project is intended to be relatively easy to breadboard or prototype in som
|
||||
|
||||
## Updates
|
||||
|
||||
28/12/24
|
||||
|
||||
* Added a build with CVBS 50Hz output - credit to [svofski](https://github.com/svofski)
|
||||
|
||||
27/12/24
|
||||
|
||||
* Additions for Murmulator 2 (only mono PWM audio for now)
|
||||
@ -111,6 +115,7 @@ Click on the images below for more information ...
|
||||
| [MURMULATOR](docs/MURMULATOR.md) | Micro with VGA/HDMI and more |
|
||||
| [MURMULATOR2](docs/MURMULATOR2.md) | Micro with VGA/HDMI and more |
|
||||
| [RP2040-PiZero](docs/ZxSpectrumPiZero.md) | Waveshare RP2040-PiZero Development Board |
|
||||
| [CVBS 50Hz](docs/ZxSpectrumCVBS.md) | Unknown/breadboard with 50Hz CVBS output |
|
||||
|
||||
## Screen shots
|
||||
<img src="docs/screenshots/48k_boot_screen.png" height="200px"/> <img src="docs/screenshots/128k_boot_screen.png" height="200px"/> <img src="docs/screenshots/the_swarm_is_coming_1.png" height="200px"/> <img src="docs/screenshots/the_swarm_is_coming_2.png" height="200px"/> <img src="docs/screenshots/the_goblin_1.png" height="200px"/> <img src="docs/screenshots/the_goblin_2.png" height="200px"/> <img src="docs/screenshots/menu_main_vol.png" height="200px"/>
|
||||
|
@ -171,7 +171,8 @@ add_dependencies (ZxSpectrumBreadboard
|
||||
ZxSpectrum4PinAudioVga1111Ps2_640x480x60Hz
|
||||
ZxSpectrum4PinAudioVga1111Ps2_720x576x50Hz
|
||||
ZxSpectrum4PinAudioVga222Ps2_640x480x60Hz
|
||||
ZxSpectrum4PinAudioVga222Ps2_720x576x50Hz
|
||||
ZxSpectrum4PinAudioVga222Ps2_720x576x50Hz
|
||||
ZxSpectrumI2SAudioVga1111Ps2_CVBSx50Hz
|
||||
)
|
||||
if ((${PICO_BOARD} STREQUAL "pico") OR (${PICO_BOARD} STREQUAL "pico2"))
|
||||
message("Relevant target: ZxSpectrumBreadboard")
|
||||
|
Loading…
x
Reference in New Issue
Block a user