Search found 16 matches

by daveZX4th
Mon Jan 08, 2018 1:49 pm
Forum: Development
Topic: AY-3-8910 (AY/YM) music generation?
Replies: 23
Views: 12299

Re: AY-3-8910 (AY/YM) music generation?

Glad to hear it. :D

Attached all of them, with dates same as STC files.

Only 18/1513 would not decompile, and 16 of them were due to too many pattern lines - SNG file max is 64 per pattern. Though STC player will cope with them OK.
by daveZX4th
Sat Jan 06, 2018 1:28 pm
Forum: Development
Topic: AY-3-8910 (AY/YM) music generation?
Replies: 23
Views: 12299

Re: AY-3-8910 (AY/YM) music generation?

Moggy, thanks for making huge STC file archive available, appreciated. Here's my first attempt at batch decompiling them back to SNG files (first 500, a few bad apples missing). I'll see if I can refine the process, including retaining the date stamping from original STC files. I need to try them ou...
by daveZX4th
Tue Jan 02, 2018 3:44 pm
Forum: Development
Topic: AY music menu/player
Replies: 17
Views: 9368

Re: AY music menu/player

Thanks Andy, your source reduced what would have been a week or two of head scratching to about one day :-) Though I was a bit puzzled with the CLEAR_AY_ENV_SHAPE routine until I realised it would have to deal with false retriggering of the AY envelope. Here's my take on it: CHANNEL_1_PROG_STORE_MIN...
by daveZX4th
Wed Dec 27, 2017 1:27 pm
Forum: Development
Topic: AY music menu/player
Replies: 17
Views: 9368

Re: AY music menu/player

Thanks, I've just downloaded zedragon and will have a look. Just need to relocate code to a suitable place for H4th.
by daveZX4th
Fri Dec 22, 2017 1:19 pm
Forum: Development
Topic: AY music menu/player
Replies: 17
Views: 9368

Re: AY music menu/player

I'd like do a version of STC player for Tree/H4th ZX81Forth. I'm familiar with STC file format and have done a quick disassembly of JUK.P but it would make life a lot easier if the source was available ;) What makes it easier is H4th has a user frame counter which can action a routine when exhausted.
by daveZX4th
Mon Dec 04, 2017 2:48 pm
Forum: Emulators
Topic: bug in H4th ROM
Replies: 2
Views: 4746

Re: bug in H4th ROM

Hi, here's something I did about 10 years ago, uploaded to forth-sinclair Yahoo group a couple of years ago. Perhaps it might also be of passing interest here, I notice there has been some recent interest in it.