Search found 1405 matches

by AndyC
Mon Feb 12, 2024 9:02 pm
Forum: Programming
Topic: 128K beyond the 'Introduction' pamphlet
Replies: 13
Views: 477

Re: 128K beyond the 'Introduction' pamphlet

The original 48 manual, the grey +2 one and the +2A/+3 manuals are all great references.

The 48K+ and 128+ manual, by contrast, is barely more than a flimsy pamphlet and not much use at all.
by AndyC
Sun Feb 11, 2024 2:27 pm
Forum: Programming
Topic: 128K beyond the 'Introduction' pamphlet
Replies: 13
Views: 477

Re: 128K beyond the 'Introduction' pamphlet

To be honest though, very little of the 128K machines is much use in BASIC. You can access the extra memory via the RAMdisk commands, but they're inconsistent between the original 128/+2 and the later +2A/+3. They AY chip is accessible via PLAY, although that's not really a great implementation.
by AndyC
Tue Feb 06, 2024 10:15 am
Forum: Programming
Topic: Another ATTRibute scroller, But At Pixel Speeds
Replies: 11
Views: 809

Re: Another ATTRibute scroller, But At Pixel Speeds

Excuse my ignorance, but what is the beam? I only ask because I am midway through building a routine that scrolls attributes both left and right but also up and down. The exact point on the screen that is actually being drawn by the CRT at any given moment. The picture is generated on the fly by th...
by AndyC
Fri Feb 02, 2024 11:32 pm
Forum: Games/Software
Topic: R-type question
Replies: 54
Views: 2065

Re: R-type question

Good luck. It's a great game but absolutely rock hard. I think I made it to level 5 without any cheats, but I'd struggle to replicate that these days
by AndyC
Fri Feb 02, 2024 5:28 pm
Forum: Programming
Topic: Machine code comment syntax recommendations
Replies: 40
Views: 1214

Re: Machine code comment syntax recommendations

Interesting I’ve been writing what each line does but actually the block is much better. Do you have any rules around the size of a block? Lots of people start out by commenting what literally every line does. And it's the worst thing ever. The code very quickly becomes swamped by comments and, bec...
by AndyC
Fri Feb 02, 2024 10:43 am
Forum: Graphics
Topic: Why yellow?
Replies: 26
Views: 1480

Re: Why yellow?

Wall_Axe wrote: Fri Feb 02, 2024 10:40 am Why didn't they use dithered red and white pixels for skin tone?
Usually because it means you have to have either white or red around the edges because of attributes and humans typically not being very square shaped.
by AndyC
Thu Feb 01, 2024 5:24 pm
Forum: Graphics
Topic: Why yellow?
Replies: 26
Views: 1480

Re: Why yellow?

Yeah, I think it's because it offers good contrast if the secondary colour is black, without feeling entirely colourless in the way a pure black/white version often does.
by AndyC
Thu Feb 01, 2024 1:40 pm
Forum: Games/Software
Topic: What, in your eyes, is the worst games software house?
Replies: 40
Views: 1910

Re: What, in your eyes, is the worst games software house?

Ant Attack came out first and that had the benefit of actually good gameplay so I think the genre was already up and running. Both had crap controls though! Sure, but Ant Attack's shaded graphics looked primitive in comparison and all the rest of the presentation was a bit BASIC-esque. I'd played (...
by AndyC
Thu Feb 01, 2024 12:22 pm
Forum: Games/Software
Topic: What, in your eyes, is the worst games software house?
Replies: 40
Views: 1910

Re: What, in your eyes, is the worst games software house?

I really don't like Atic Atac, too much 'fly swatting' for me. And yeah, now Knight Lore is like all the isometric 3D games I ever played, but hey, it was the first (um, Sandy White would like a word - Ed) and I've read recollections about it being seen as pure science fiction come to life. In the ...
by AndyC
Wed Jan 31, 2024 2:52 pm
Forum: Sinclair Miscellaneous
Topic: Tall tales about the spectrum
Replies: 39
Views: 1962

Re: Tall tales about the spectrum

There were a lot of full page ads for Renegade III in the magazines at the time. A lot. I'm not saying the reviews reflect that, but there sure were a lot of them.
by AndyC
Wed Jan 31, 2024 10:39 am
Forum: Sinclair Miscellaneous
Topic: Tall tales about the spectrum
Replies: 39
Views: 1962

Re: Tall tales about the spectrum

PeteProdge wrote: Wed Jan 31, 2024 10:05 am


Bet you feel silly now!
I'm more curious about what Betty Boo and the Bitmap Brothers have in common...
by AndyC
Wed Jan 31, 2024 8:35 am
Forum: Programming
Topic: I'm doing a sonic clone, best way to scroll the attributes layer 4 bits at a time?
Replies: 19
Views: 963

Re: I'm doing a sonic clone, best way to scroll the attributes layer 4 bits at a time?

It's a bit hard to follow what you're actually trying to do. I'd have expected: LD HL, 8 ADD HL, DE EX HL,DE would be faster than looping 8 times incrementing DE. BUT why is DE incrementing anyway? Surely as you scroll the attributes your source pointer would change (i.e. the value in HL) but the de...
by AndyC
Thu Jan 25, 2024 10:57 pm
Forum: Hardware
Topic: Contended memory with the Z80 in reset
Replies: 14
Views: 698

Re: Contended memory with the Z80 in reset

Contention happens only when the CPU is accessing the lower RAM. If the Z80 is held in a reset state then it won't access RAM and there would be no contention. If another device puts an address on the bus in order to access lower RAM, that surely will cause contention (although said device will nee...
by AndyC
Thu Jan 25, 2024 9:37 pm
Forum: Hardware
Topic: Contended memory with the Z80 in reset
Replies: 14
Views: 698

Re: Contended memory with the Z80 in reset

If you hold RESET, won't you face issues with RAM failing to be refreshed?
by AndyC
Wed Jan 24, 2024 11:05 pm
Forum: Games/Software
Topic: Endless games (turbo mode)
Replies: 2
Views: 250

Re: Endless games (turbo mode)

IIRC if you just start a game of Bubble Dizzy and leave it alone, it'll run forever racking up.a huge score. Dizzy never runs out of oxygen because just enough bubbles spawn underneath you that your air supply continually replenishes.
by AndyC
Tue Jan 23, 2024 11:19 am
Forum: Graphics
Topic: Iconic Character Sprites
Replies: 80
Views: 3976

Re: Iconic Character Sprites

Is that website getting theirs from Ali too? Makes a bit more sense I suppose. Easier on the wallet. I guess they won't say 'LEGO' on them then! Yeah, I had a dig through the site FAQs and it specifically says they aren't official Lego pieces and thus won't say Lego on them. It's also why they have...
by AndyC
Mon Jan 22, 2024 6:03 pm
Forum: Programming
Topic: Understanding BASIC memory map
Replies: 16
Views: 825

Re: Understanding BASIC memory map

Couldn't you just lower RAMTOP automatically? Surely it's not that difficult to find the entry point to the CLEAR routine?
by AndyC
Sun Jan 21, 2024 8:53 pm
Forum: Graphics
Topic: Iconic Character Sprites
Replies: 80
Views: 3976

Re: Iconic Character Sprites

One advantage to a Lego design is you could make it smaller and then redesign it any time you got bored of it. Assuming you get a roughly 50/50 split between black and orange pieces. A site that kits it up for you does look neat, although personally I couldn't bring myself to use unofficial pieces. ...
by AndyC
Sun Jan 21, 2024 11:44 am
Forum: Hardware
Topic: Main Screen Scrolling Issue
Replies: 3
Views: 310

Re: Main Screen Scrolling Issue

Also bear in mind that the signal put out by the Speccy is outside the PAL spec, so a very modern display might just struggle syncing with it directly.
by AndyC
Sun Jan 21, 2024 9:35 am
Forum: Programming
Topic: Contention pattern for HALT
Replies: 25
Views: 1433

Re: Contention pattern for HALT

From the Zilog docs;

Each cycle in the HALT state is a normal M1 (fetch) cycle except that the data received from the memory is ignored and an NOP instruction is forced internally to the CPU. The HALT acknowledge signal is active during this time indicating that the proces-sor is in the HALT state.
by AndyC
Fri Jan 19, 2024 11:59 pm
Forum: ZX Spectrum Next
Topic: NEXT FAQ’s
Replies: 65
Views: 3566

Re: NEXT FAQ’s

Oh well. I can dream! Looks like a wireless keyboard would do the job. Anyone have any luck attaching a USB wireless keyboard via a PS/2 adapter? https://i.postimg.cc/ygHKn14n/e91ea6e5-2955-4a8b-9a6f-6966416d185b-cropped.jpg I'm pretty sure USB keyboards and mice have to support the PS/2 protocol i...
by AndyC
Fri Jan 19, 2024 8:30 am
Forum: ZXDB Discussion
Topic: Question about educational genre types
Replies: 3
Views: 268

Re: Question about educational genre types

I doubt there is one. Most of the genre stuff is a throwback to the old WoS flat file arrangement and I'm not sure consistency was ever its strong point. It's not a great way of representing that kind of data in the real world either. Generally I'd take the approach of allowing multiple "tags&q...
by AndyC
Thu Jan 18, 2024 10:20 am
Forum: Games/Software
Topic: Best game music/sound
Replies: 37
Views: 1910

Re: Best game music/sound

Batman The Movie has a great soundtrack, although I'd put the Batwing level as my favourite of all:

by AndyC
Tue Jan 16, 2024 9:28 pm
Forum: Games/Software
Topic: Best game music/sound
Replies: 37
Views: 1910

Re: Best game music/sound

Here's a question: How come AY music sounds so different on the CPC from the Spectrum? Is there some kind of hardware filter or amplifier involved? Spectrum AY music often sounds thin and weedy like that Firefly tune, whereas the CPC seems fuller and more resonant, more arcadey in a way. The CPC ha...
by AndyC
Mon Jan 15, 2024 3:48 pm
Forum: Hardware
Topic: RAM disk capacity
Replies: 9
Views: 496

Re: RAM disk capacity

Ah yes "!" vs "M" if I recall. As one bank is used by +3DOS , I wonder what happens with that on the +2A/B , if its got anything in it or used, as in for the ram-disk. It's the same. +3DOS still reserves some for a disk cache and keeps the second screen free regardless of whethe...