Excellent, thanks a lot. I'm also glad to report that this version compiles out-of-the-box on Linux.
202 2022-01-08 11:53:56
Re: upcoming beeper compos (136 replies, posted in Sinclair)
Nah, no first place for me this time, that was to be expected. I only had one day to spend on this, so didn't polish things up as much as I could have. So, congratulations on your well-deserved win, Shiru. Excellent work. Especially beating we with my own engine hahaha.
It was a very strong battle overall. Really like BioMech as well, that middle section with the fast arps sounds so slick. Surprising entries from AER as well, glad to hear some beeper from him again.
203 2021-12-30 22:08:06
Re: Reverse engineering of a music greeting card chip (8 replies, posted in Other Platforms)
What about using Padauk PMS150c? Might make for a circuitry small enough to fit into an actual gift card.
204 2021-12-28 22:02:04
Re: Reverse engineering of a music greeting card chip (8 replies, posted in Other Platforms)
Excellent article, thanks. I have a hunch this lsfr trickery could also be useful for 1-bit engine code.
ATTiny would be an interesting hardware emulation backend to support in Bintracker, actually. So Bintracker could serve as an editor for greeting card melodies, haha. Perhaps that's overkill for something this simple though.
205 2021-12-28 21:54:56
Re: upcoming beeper compos (136 replies, posted in Sinclair)
Next DiHalt is coming up! Jan 6th-8th, with beeper compo as usual.
206 2021-12-23 22:52:04
Re: Reverse engineering of a music greeting card chip (8 replies, posted in Other Platforms)
Random brainfart, maybe the 16 bits rom are mask values for some binary counter that is related to the pitch lut? ie pitch lut contains base init values for the lsfr for one octave, and the 16bit rom has something to do with selecting an octave.
207 2021-12-22 09:09:51
Re: Reverse engineering of a music greeting card chip (8 replies, posted in Other Platforms)
Ha, I always wondered how those work. Nice read indeed, thanks for sharing!
The part about using LSFR to produce frequencies is most interesting. I tried to implement this idea in a ZX beeper engine once but didn't manage to reduce the overhead from needing to implement the LSFR in software down to a level where it would offer any advantage over just using 16-bit counters.
208 2021-12-11 23:39:32
Re: ON and OFF - new 1-Bit beeper album (4 replies, posted in Sinclair)
The pinnacle of modern 1bit music. Fantastic compositions with a very distinct and recognizable style, and an incredible amount of polish. Who'd have thought something like this was even remotely possible back in the late '00s.
209 2021-10-29 19:09:11
Re: 2020/2021 party with 1bit msx (2 replies, posted in General Discussion)
I think the only demoparty with 1-bit music this year was DiHalt Lite. I also played 2 live shows this year, but nothing about them has shown up online so far. Still waiting for some videos for one of them.
210 2021-09-30 19:04:50
Re: Beeper engines conversions to 8080 (3 replies, posted in Other Platforms)
Thanks for the information. Unfortunately it's a bit hard for me to follow zx-pk.ru, as google translate does not do a very good job translating the mostly informal language used there.
Is the 8080 source code available for these ports?
Also, first time I hear about Lvov PK-01. Found this emulator, is it any good?
EDIT: nevermind, seems it's also available in MAME. Hard to find documentation on the machine, though.
211 2021-09-19 18:41:59
Re: Any reason for using both 3rd and 4th bits of #fe port? (3 replies, posted in Sinclair)
Haha, no, I can't take any credit for that discovery, you figured that out by yourself!
I've done some experimenting with using bit 3 for reverb. However, volume levels for bit 3 vary considerably between 48K board revisions (not to mention different models), so it's not really useful. Generally speaking, the output from bit 3 is low enough that it can be ignored for practical purposes. (It does cause problems for engines with a high volume resolution, but that's another story.) Anyway, the main reason you'll see bit 3 being used is because it costs additional cycles to mask it out. Povver is a typical example of this: Use of bit 3 is by no means intentional, but there is at least one location where I couldn't find enough cycles to mask it. Aside from that, some PFM-based engines use bit 3 in sync with bit 4 for a little extra volume boost. Alone Coder's BeepTracker engines do this, for example.
212 2021-09-18 21:17:07
Re: new engine: povver (19 replies, posted in Sinclair)
Meh, that's pretty bad news. But great you figured it out, thanks a lot for your efforts!
So basically any engine that doesn't mask bit 3 will be incompatible with the +3. Which is like, most of my engines So I guess you better stick to Shiru's engines for now.
213 2021-09-17 10:19:11
Re: new engine: povver (19 replies, posted in Sinclair)
It's totally unclear to me what's going on here. Let's wait for Noel.
214 2021-09-16 22:08:04
Re: new engine: povver (19 replies, posted in Sinclair)
Very odd. This should toggle the border color every scanline, but seems it's actually running much slower?
Admittedly I'm pretty much out of ideas, so let's wait and see if Noel will be kind enought to run some tests.
215 2021-09-16 20:36:40
Re: new engine: povver (19 replies, posted in Sinclair)
Ah, crap. Here you go.
216 2021-09-16 20:12:58
Re: new engine: povver (19 replies, posted in Sinclair)
Damn. Could you try the attached .tap and post an image of the screen? Probably won't tell us much either, though.
You don't happen to know any other +3 user who could test this on their machine?
217 2021-09-16 16:18:10
Re: new engine: povver (19 replies, posted in Sinclair)
I see. Very strange indeed. Yes, sounds like it's running in contended RAM, but then it seems to run at pretty much the same speed as the 48K version!?! Well, let's first rule out contention issues. Could you export an .asm file from 1tracker, and post it here? (Or, if you want, assemble it yourself at 0xc000 and try it out. 1tracker's asm output works with sjasmplus.)
Also, have you tried with any other engines?
218 2021-09-15 18:55:34
Re: I am having all kinds of problems, apparently (18 replies, posted in Calculators & Pocket Computers)
Yeah, that looks a bit nicer for sure Care to make a pull request on Github, with the updated fritzing file? Or, if you can't be bothered, just attach the .fz here.
219 2021-09-15 18:52:34
Re: In-game (during gameplay) music (20 replies, posted in Sinclair)
The problem on Speccy isn't so much one of finding some free cycles to update graphics. In fact, in PFM and Phaser type engines, you can actually waste quite a few cycles with barely any drawbacks. However, on Speccy we have this thing called memory contention. Very simply said, if you write to or read from certain memory locations on the Speccy, additional wait states will be introduced. While it is possible to predict when those wait states occur, actually writing an engine that will work around these limitations is extremely challenging, so basically nobody bothers. AMP16 is currently about as good as it gets when it comes to running 1-bit code in contended memory.
220 2021-09-11 12:12:53
Re: I am having all kinds of problems, apparently (18 replies, posted in Calculators & Pocket Computers)
I can't comment on the headphone amp, since I didn't make that. You'd have to get in touch with @salkinitzor. I can confirm it works, though
221 2021-09-10 12:23:32
Re: I am having all kinds of problems, apparently (18 replies, posted in Calculators & Pocket Computers)
Watcha mean, the gerber files won't download? You can't download them from github?
Just grab https://github.com/utz82/HoustonTracker … master.zip and it should have all the stuff.
222 2021-09-10 10:21:41
Re: I am having all kinds of problems, apparently (18 replies, posted in Calculators & Pocket Computers)
Ok, so what's the current state, you got things rolling on the 83+ but not on the 83?
How do I install the drivers for the Silverlink cable in Windows 10?
**EDIT....despite TILP being recommended, it does not work, because there are no drivers for the silverlink cable that work with this software for Windows 10....
Problem is, there was no Windows 10 when this stuff came out. And then Microsoft made damn sure things will be hell for 3rd party devs who need access to lo-level stuff and don't want to pay $$$ for an agreement with them. Anyway, to make your current setup work with TiLP, you need to carefully follow all the steps in this guide: https://github.com/debrouxl/tilp_and_gf … ADME.win32
I am utterly confounded as to WHY when designing an OS for a MOUSE-LESS system, they would give it a cursor and click interface... WHY??
Now that is also beyond me, lol.
223 2021-09-09 20:35:59
Re: I am having all kinds of problems, apparently (18 replies, posted in Calculators & Pocket Computers)
Don't install TI-Connect and TiLP at the same time, that's not going to work.
Unless you are using a TI-82, you can theoretically just use TI-Connect, though I faintly recall someone reporting problems with TI-Connect screwing up the HT2.*p files. I'd say give that a try first though.
224 2021-08-29 09:31:45
Re: Squat for Atari (13 replies, posted in Atari)
xxl, what is the timing for the interrupts? If we had some fast interrupt reset CONSOL each scanline, for example, then this could actually be useful for PCM/pulse-interleaving playback.
225 2021-08-28 10:22:15
Re: Squat for Atari (13 replies, posted in Atari)
Awesome, thanks for the hard work and the great write-up, Shiru. And not least congrats on composing such a kick-ass tune.
I faintly remember trying to code something for GTIA some years ago and also being frustrated by the not-so-stellar documentation available. I wonder if there are any GTIA-specific tricks one could pull here. The basic mode of operation is to write a value < 8 to 0xd01f to set the beeper on, else it's off, right? Did you discover anything beyond that?