Search found 730 matches

by djnzx48
Fri Apr 17, 2020 4:48 am
Forum: Design/Ideas
Topic: colorful decathlon (or track n field or hyper olympics)
Replies: 15
Views: 14888

Re: colorful decathlon (or track n field or hyper olympics)

Are you looking for help with AGD, or are you intending the game to be written in assembly and looking for help with that?
by djnzx48
Fri Apr 17, 2020 4:45 am
Forum: ZXDB Discussion
Topic: Help Needed - The Type Fantastic
Replies: 86
Views: 40416

Re: Help Needed - The Type Fantastic

I forgot to upload these earlier, but here are the missing programs from the Sinclair Programs September 1985 issue. I did make a minor adjustment to one of the programs - the explosion subroutine was missing from 'Seaside Bomb', so I added instead a single RETURN statement on line 350. Also, I didn...
by djnzx48
Thu Apr 16, 2020 10:57 am
Forum: ZXDB Discussion
Topic: Alliterative title search in ZXDB
Replies: 25
Views: 8200

Re: Alliterative title search in ZXDB

Allowing for a more lenient definition, you could also include titles such as:
Psycho Soldier
Super Centipede
Super Cycle
Zip-Zap
by djnzx48
Thu Apr 16, 2020 10:57 am
Forum: ZXDB Fixes
Topic: Little bugs in the database 3
Replies: 265
Views: 60552

Re: Little bugs in the database 3

It seems the links to the tributes on WOS have not been converted over, and now link to nonexistent pages. For example, see Ian Weatherburn. Additionally, only an archive of his Wikipedia page (which is linked to from ZXDB) can be viewed, since it has now been deleted.
✓ Reviewed
by djnzx48
Sun Apr 12, 2020 2:08 pm
Forum: Showcase your work!
Topic: A Yankee in Iraq, a 50 fps SHMUP
Replies: 38
Views: 6352

Re: A Yankee in Iraq, a 50 fps SHMUP

Not an amazing score by any means, but from memory it was 1430.
by djnzx48
Sun Apr 12, 2020 1:58 pm
Forum: Sinclair Miscellaneous
Topic: Easter Eggs in Spectrum Games
Replies: 42
Views: 5497

Re: Easter Eggs in Spectrum Games

I think the Booty minigame being activated by the Currah μSpeech was not actually intentional. An explanation was posted here: https://www.worldofspectrum.org/forums/ ... ion/57304/
by djnzx48
Sun Apr 12, 2020 1:29 pm
Forum: Sinclair Miscellaneous
Topic: Easter Eggs in Spectrum Games
Replies: 42
Views: 5497

Re: Easter Eggs in Spectrum Games

Do these count? The game features a whole set of alternate levels (in fact, the same levels found in the later release Uridium Plus). To access them: You need to press 1, 2, or 3 to bring up the player control options, then hold down keys QWERT simultaneously. Release these keys and press X. (Pressi...
by djnzx48
Sun Apr 12, 2020 1:13 pm
Forum: Showcase your work!
Topic: A Yankee in Iraq, a 50 fps SHMUP
Replies: 38
Views: 6352

Re: A Yankee in Iraq, a 50 fps SHMUP

Definitely an improvement. The normal difficulty makes the gameplay much more accessible without being boring. That said, I can now finally manage the first stage on hard difficulty.
by djnzx48
Sat Apr 11, 2020 7:37 am
Forum: Website
Topic: Looking for bandit and warmtoffee...
Replies: 29
Views: 4344

Re: Looking for bandit and warmtoffee...

I wonder where Nomad went to. He made an incredible number of knowledgeable and interesting posts in a short period of time, and then he just stopped posting all of a sudden. The assembly chess program he was working on had a thread that grew to be quite legendary in size. And yeah, I do miss MrPixe...
by djnzx48
Sat Apr 11, 2020 1:06 am
Forum: ZXDB Discussion
Topic: Help Needed - The Type Fantastic
Replies: 86
Views: 40416

Re: Help Needed - The Type Fantastic

I finished the remaining programs for the September 1985 issue, but I noticed that the listings had a lot of superfluous whitespace around certain keywords (such as AT and INKEY$). Should I be copying these to match the listings as they appear in the magazine? Was this just an artefact of the printe...
by djnzx48
Sat Apr 11, 2020 12:50 am
Forum: ZXDB Discussion
Topic: Help Needed - The Type Fantastic
Replies: 86
Views: 40416

Re: Help Needed - The Type Fantastic

I think those DATA statements are supposed to be: 1220 DATA 6,1,197,33,15,0,17,20, 0,229,205,181,3,225,17,16,0,167, 237,90,125,254,255,32,237,193,16 ,230,201: REM first sound 1230 DATA 0,6,1,197,33,0,3,17,1, 0,229,205,181,3,225,17,16,0,167, 237,82,32,240,193,16,233,201: REM second sound which corres...
by djnzx48
Fri Apr 10, 2020 11:36 am
Forum: ZXDB Discussion
Topic: Help Needed - The Type Fantastic
Replies: 86
Views: 40416

Re: Help Needed - The Type Fantastic

Is anyone doing the final issue of Sinclair Programs (September 1985)? Or is that one available?
by djnzx48
Thu Apr 09, 2020 2:26 pm
Forum: Showcase your work!
Topic: Digital AY synth
Replies: 38
Views: 6345

Re: Digital AY synth

Oh, nice! I like it! Great-sounding solo, and I like the sound of the kit as well. (Were you using a virtual kit, or live drums?) Just in case you weren't aware, this is the original song that I based the tune on. I also used it to obtain some samples for the demo.
by djnzx48
Wed Apr 08, 2020 10:55 am
Forum: Showcase your work!
Topic: Digital AY synth
Replies: 38
Views: 6345

Re: Digital AY synth

So the program is basically complete (at least for now). It currently has: PM synthesis across three tone channels A chorus/octave effect Oscillator sync User-defined instruments Sample playback Ornaments and pitch bends Bank switching Runtime configurable output device (AY, SpecDrum, etc.) A cool n...
by djnzx48
Tue Apr 07, 2020 7:38 am
Forum: Programming
Topic: Mucking about with 3D
Replies: 16
Views: 3185

Re: Mucking about with 3D

I can't speak from experience, but I think it would still be more performant to use the standard Spectrum screen layout for a backbuffer, as long as you're just drawing row-by-row up or down the screen. INC H is always going to be faster than LD A, L: ADD A, 32: LD L, A, and with the default Spectru...
by djnzx48
Tue Apr 07, 2020 12:35 am
Forum: Sinclair Miscellaneous
Topic: Spectrum prototype
Replies: 12
Views: 2268

Re: Spectrum prototype

Interesting article. It's not true however that the rest of the ROM code is identical; I think the author missed some changes. For example, the checks for parentheses at PRINT_4 and IN_ITEM_1 are entirely missing in the prototype ROM. I don't know if these checks affect anything or if they were remo...
by djnzx48
Mon Apr 06, 2020 2:21 pm
Forum: Programming
Topic: Mucking about with 3D
Replies: 16
Views: 3185

Re: Mucking about with 3D

Nice work! Looks like a buffer would be a good next step to add, as the output does appear to be a little flickery. Alternatively, if you're going to have a lot happening on screen, it might be faster to clear whole portions of the display rather than undrawing each individual line. I'm wondering wh...
by djnzx48
Mon Apr 06, 2020 2:10 pm
Forum: Showcase your work!
Topic: A Yankee in Iraq, a 50 fps SHMUP
Replies: 38
Views: 6352

Re: A Yankee in Iraq, a 50 fps SHMUP

I played the new version and I like all the little touches that have been added. I found it to be quite challenging, although I did manage to destroy multiple missile bases (something I struggled to accomplish in the earlier versions). A major obstacle I experienced with the previous version is that...
by djnzx48
Fri Apr 03, 2020 3:06 am
Forum: Design/Ideas
Topic: Rogue like for Zx Spectrum
Replies: 43
Views: 22803

Re: Rogue like for Zx Spectrum

Einar Saukas wrote: Thu Apr 02, 2020 8:46 pm
akeley wrote: Thu Apr 02, 2020 7:49 pm There are a few RLs for Spectrum:

Descending Dungeons
Devil's Castle
Escape From Cnossus
MysticTower
Ossuary
Rogue
Spectral Dungeons
I will create a new tag in ZXDB to group these games!

Any others?
I guess these would count:
Rogue (a different one)
Vradark's Sphere
by djnzx48
Fri Apr 03, 2020 2:56 am
Forum: Programming
Topic: Mucking about with 3D
Replies: 16
Views: 3185

Re: Mucking about with 3D

Interesting. I was able to speed up the first version slightly by combining the three rotation subroutines into one, and declaring some variables at the start of the program. This was the new subroutine I used (borrowed from here ): 1000 REM rotate 1020 LET cosa=COS rad 1030 LET sina=SIN rad 1040 LE...
by djnzx48
Wed Apr 01, 2020 5:08 am
Forum: Sinclair Miscellaneous
Topic: Spectrum prototype
Replies: 12
Views: 2268

Re: Spectrum prototype

Looks like there are some minor differences from the final ROM. For example, the prototype ROM has additional channels "N" and "T", where "T" is used for communication over port $fd. Also, it features code for both FORMAT and MOVE, although CAT and ERASE still do nothin...
by djnzx48
Sun Mar 29, 2020 11:08 am
Forum: Showcase your work!
Topic: Digital AY synth
Replies: 38
Views: 6345

Re: Digital AY synth

That could also be a good alternative. I think I'll finish the editing part before deciding what kind of visuals to use for playback.

The waveform display doesn't really require any additional CPU. I can easily add an option to disable it if it does turn out to be an issue.
by djnzx48
Sun Mar 29, 2020 7:53 am
Forum: Showcase your work!
Topic: Digital AY synth
Replies: 38
Views: 6345

Re: Digital AY synth

Good idea, I might try that. The reason I went for paging is because I thought a long delay incurred once in a while would be better than shorter delays every row, but redrawing the display took longer than I expected.
by djnzx48
Sun Mar 29, 2020 3:21 am
Forum: Showcase your work!
Topic: Digital AY synth
Replies: 38
Views: 6345

Re: Digital AY synth

I've now added a scrolling (well, paging) tracker display synchronised with the music. You can try it here: synth-v0.1.0-0-g2bd8639_128.tap The problem is, the rendering speed is not great (even when the code is placed in uncontended memory) and this causes noticeable gaps in the song playback. Is t...
by djnzx48
Sun Mar 29, 2020 2:57 am
Forum: Brand new software!
Topic: Black And White
Replies: 8
Views: 1309

Re: Black And White

I thought this game was released in 2019 (there was a thread about it here). Or is this an updated version?