Search found 330 matches

by nollkolltroll
Fri Oct 28, 2022 5:55 am
Forum: Development
Topic: Mono Slideshow
Replies: 4
Views: 1248

Re: Mono Slideshow

Try CONFIG "M=H" before the program...
EDIT: now included in the release-files.
by nollkolltroll
Thu Oct 27, 2022 5:05 pm
Forum: Development
Topic: Mono Slideshow
Replies: 4
Views: 1248

Mono Slideshow

This software enables a ZX81 with a ZXpand-interface to do a slideshow of hires pictures, all programmed in BASIC.<br> The pictures are monochrome 256x384 pixels, and can be created quite easily. Docs and code at https://github.com/NollKollTroll/mono_slideshow EDIT: Now with CONFIG "M=H", 50 & 60Hz ...
by nollkolltroll
Thu Oct 27, 2022 5:03 pm
Forum: Development
Topic: Chroma Slideshow
Replies: 0
Views: 1281

Chroma Slideshow

This software enables a ZX81 with both Chroma- and ZXpand-interface to do a slideshow of hires colour pictures, all programmed in BASIC.<br>
The pictures are 15 colours 256x384 pixels, and can be created with the included converter.

Docs and code at https://github.com/NollKollTroll/chroma_slideshow
by nollkolltroll
Wed Oct 26, 2022 12:10 pm
Forum: Hardware
Topic: Zeddy plays guitar.
Replies: 17
Views: 2424

Re: Zeddy plays guitar.

Moggy, forget about 16-bit audio. But it WOULD be possible to do 8-bit stereo... And possibly logarithmic u-law audio to get better/different sound quality.
by nollkolltroll
Tue Oct 25, 2022 4:46 pm
Forum: Development
Topic: Zeddy Audio Jukebox
Replies: 10
Views: 2763

Re: Zeddy Audio Jukebox

Updated the code to remove a pesky bug. Binary in the first post, source and more documentation on Github.
by nollkolltroll
Tue Oct 25, 2022 11:02 am
Forum: Hardware
Topic: Zeddy plays guitar.
Replies: 17
Views: 2424

Re: Zeddy plays guitar.

No problem reading an audio book, the only limit is each track can be max 12.5 minutes long. Split into multiple files, and the next limit is rhe size of the SD-card. Not a tight limit :)
by nollkolltroll
Sat Oct 22, 2022 10:31 pm
Forum: Hardware
Topic: Zeddy audio playing now a reality!
Replies: 24
Views: 3179

Re: Zeddy audio playing now a reality!

Doing things it never even dreamed of...
by nollkolltroll
Sat Oct 22, 2022 7:39 am
Forum: Development
Topic: Zeddy Audio Jukebox
Replies: 10
Views: 2763

Re: Zeddy Audio Jukebox

Moggy there is indeed an 8-bit R2R-DAC player already out, see https://www.sinclairzxworld.com/viewtopic.php?f=6&t=4844 The documentation on how to build the DAC is non-existing though... It's basically using the same stuff as the old printer port sound cards for PCs, like this one: https://www.juba...
by nollkolltroll
Fri Oct 21, 2022 7:03 pm
Forum: Development
Topic: Zeddy Audio Jukebox
Replies: 10
Views: 2763

Re: Zeddy Audio Jukebox

Moggy was wondering how this is done, so here is a general description of the tech behind it all. The code runs in FAST mode, shutting of the picture generation. The HSYNCs are still generated in the background at 15700Hz though, impossible to turn off on the ZX81. The code is divided into 2 state-m...
by nollkolltroll
Sun Oct 16, 2022 11:15 am
Forum: Development
Topic: ZX81 playing SID-songs!
Replies: 2
Views: 1115

ZX81 playing SID-songs!

I made a version of Zeddy Audio Jukebox that plays 8-bit audio through a simple R2R-DAC on port B of the AY/YM sound-chip. Sample rate 22109 Hz is less than 0.27% faster than 22050 Hz, so easier to convert audio with any sound programs. Here is a binary release with a player that replays the wonderf...