Search found 776 matches

by RMartins
Sun Feb 13, 2022 11:19 pm
Forum: Programming
Topic: Fastest way to do a little BEEP
Replies: 28
Views: 1167

Re: Fastest way to do a little BEEP

Fine, @utz, it's like mine but with less bytes, congrats. But there's something odd... these routines make beeps not like ROM ones, but like the intro of Skool Daze: https://www.youtube.com/watch?v=ULCjgUNz6bQ I thought ROM beep would be the easiest way to do a beep, but I think there must be somet...
by RMartins
Sun Feb 13, 2022 11:11 pm
Forum: Announcements
Topic: The ZX Dev is back... ZX Dev Media - Demakes!
Replies: 44
Views: 2775

Re: The ZX Dev is back... ZX Dev Media - Demakes!

I don't know if the judges gave any extra feedback, besides the point by evaluation category.
But it would be nice to have some textual feedback on the games.

These things take months to do, ... some even years.
So a more in depth feedback would be nice.
by RMartins
Sun Feb 13, 2022 11:04 pm
Forum: Website
Topic: Website Issues
Replies: 92
Views: 3252

Re: Website DNS is flaky at best

PeterJ wrote: Sun Feb 13, 2022 10:02 pm Ok @RMartins,

So other sites are impacted. Can you try another DNS provider?

What version of Windows are you on please?

Peter
I can, but now, since I'm posting, it's working.

I'm on Win10
by RMartins
Sun Feb 13, 2022 9:55 pm
Forum: Brand new software!
Topic: Aztec
Replies: 51
Views: 2286

Re: Aztec

Now that the contest results are out, I would like to ask for extra feedback.

What people think of the game, what features work or not, what is confusing or not, etc ...

Any feedback is welcome.
by RMartins
Sun Feb 13, 2022 9:53 pm
Forum: Website
Topic: Website Issues
Replies: 92
Views: 3252

Re: Website DNS is flaky at best

Unless someone else replies I would have to assume that it may be a small concern at your side. Its quite fast to load here. It's unrelated with sped or load. It simply doesn't resolve the server name. Perhaps you can if you wish do a flushdns on your machine or reboot your router maybe if it persi...
by RMartins
Sat Feb 12, 2022 10:55 pm
Forum: Website
Topic: Website Issues
Replies: 92
Views: 3252

Website Issues

I have been having issues accessing the website, because the cloudfare DNS servers (registered for it: arvind.ns.cloudflare.com, daniella.ns.cloudflare.com), are not resolving the spectrumcomputing.co.uk domain name. Sometimes it works, when I get access to a cached resolution value, but mostly it's...
by RMartins
Mon Feb 07, 2022 11:00 am
Forum: Hardware
Topic: My new Gotek in a +3... Some serious style. Feedback sought.
Replies: 7
Views: 369

Re: My new Gotek in a +3... Some serious style. Feedback sought.

Very nice indeed.

NOTE: The images, don't show, because the link is using HTTPS, but the website is using a self signed certificate.
by RMartins
Sat Feb 05, 2022 7:29 pm
Forum: ZXDB Discussion
Topic: Covertapes and unlisted magazines
Replies: 2
Views: 198

Re: Covertapes and unlisted magazines

:shock: This needs an answer.
by RMartins
Thu Feb 03, 2022 11:01 am
Forum: Hardware
Topic: Building an analog paddle converter
Replies: 13
Views: 351

Re: Building an analog paddle converter

I'd suggest replicating the input ports of a Kempston mouse; use the X and Y addresses for two paddles (numbers 0-255 read with an IN) and combine the two buttons onto the third address. My own thoughts for paddles was to wire a couple of spinner encoders up to the XA/XB and YA/YB inputs of a real ...
by RMartins
Thu Feb 03, 2022 10:42 am
Forum: Brand new software!
Topic: THE HUMANS
Replies: 25
Views: 4724

Re: THE HUMANS

Congratulations on a great game, very well executed and balanced.
by RMartins
Mon Jan 31, 2022 10:30 am
Forum: Showcase your work!
Topic: DKRX new sprite engine
Replies: 35
Views: 1571

Re: DKRX new sprite engine

Great work so far, very smooth and good animations detais (nice bounce). Have you considered using the floating bus detection to since on the places you actually need, to implement something along the lines of what [mention]Ralf[/mention] mentioned ? I say this, because this game is very particular ...
by RMartins
Thu Jan 27, 2022 7:25 pm
Forum: Preservation
Topic: Reaction
Replies: 8
Views: 510

Re: Reaction

Not too hard for sure. First run I did and I got 2 averages under 0.40 (Magenta 0.39 and White 0.38). Averaging 400 ms per reaction, it means, 20 PAL frames (20 ms each), which is a lot. If doing it a second time, I'm sure improvements would surface, since this first run was to understand how it wor...
by RMartins
Tue Jan 25, 2022 3:05 am
Forum: Programming
Topic: Keyboard and Kempston at the same time.
Replies: 10
Views: 1998

Re: Keyboard and Kempston at the same time.

Yes. The keyboard, Sinclair, cursor and Fuller protocols are active low, but Kempston is active high. It was a bad hardware design decision that’s way too late to correct. ... I wonder why you consider it to be a bad hardware design decision ? If it was active when zero, like the keyboard: - There ...
by RMartins
Sun Jan 23, 2022 7:40 pm
Forum: Programming
Topic: Updated Z80 Instruction Guide
Replies: 15
Views: 1095

Re: Updated Z80 Instruction Guide

... If anyone can contribute a few snippets of code I'd like to include some optimal versions of regularly needed functions, namely: --- Move screen address down 1 pixel row ... Feel free to reference or us this INCSY function . Starts at line 1 and ends at line 26. For optimization purposes, to av...
by RMartins
Sun Jan 23, 2022 7:19 pm
Forum: Programming
Topic: How to read the keyboard and joystick at the same time
Replies: 22
Views: 1141

Re: How to read the keyboard and joystick at the same time

Ast A. Moore, if no kempston is attached, then is the read value 0x00 or 0xFF? On some devices random byte is read if there is no kempston. ... Any ZX will read "garbage", if the reading is done just after the ULA read the pixel and attribute data to render the display. This is what is kn...
by RMartins
Sun Jan 23, 2022 5:23 pm
Forum: Programming
Topic: How to read the keyboard and joystick at the same time
Replies: 22
Views: 1141

Re: How to read the keyboard and joystick at the same time

My code for handling several joysticks and Keyboard from Extruder is free to use. Reading and acting on the inputs should always be 2 different things. All these functions return in register A the input in the same format as Kempston (1 when active) , for every Joystick or keyboard setup, so the con...
by RMartins
Sat Jan 22, 2022 5:32 pm
Forum: Preservation
Topic: Bomb Run
Replies: 3
Views: 148

Re: Bomb Run

Gilby wrote: Sat Jan 22, 2022 4:31 pm Image
Can you provide a high resolution photo or scan of that inlay ?
by RMartins
Sat Jan 22, 2022 4:38 pm
Forum: Hardware
Topic: TR5 keeps blowing
Replies: 5
Views: 168

Re: TR5 keeps blowing

There are some boards revisions that have been known to have some caps silkscreen marking reversed. so if you trusted those, when replacing the caps, you might have an issue there. Check if you have a picture before replacing those, to see if all the current caps are facing in the same direction as ...
by RMartins
Sat Jan 22, 2022 12:41 pm
Forum: Emulators
Topic: Zero 0.8 released.
Replies: 24
Views: 1204

Re: Zero 0.8 released.

I added a few issues into github today.

I have more to report, but those should keep you busy for a while. :D
by RMartins
Mon Jan 17, 2022 1:42 am
Forum: Games/Software
Topic: Quit loaded game?
Replies: 6
Views: 358

Re: Quit loaded game?

[email protected] wrote: Sat Jan 15, 2022 6:48 pm Hi, how do i quit a game and load another one? do i need to shutdown de specturm?
Quick answer: Yes!
by RMartins
Tue Jan 11, 2022 3:21 pm
Forum: Brand new software!
Topic: Oil Panic
Replies: 4
Views: 388

Re: Oil Panic

I think I recognize that main character, but I can't quite placed it from where exactly
I think it was something by one of the creators of Asterix and Obelix (Uderzo and Goscinny), but I'm not sure.
by RMartins
Tue Jan 11, 2022 1:51 pm
Forum: Graphics
Topic: How to adapt Donkey Kong to Speccy mode
Replies: 84
Views: 3541

Re: How to adapt Donkey Kong to Speccy mode

Hi!!!! ... But this method is very slow, the buffer ocuppies almost the full screen of the Spectrum, and I think it won't work with this game, where I need very high speed with barrels, fires, etc. ... Doesn't need to be slow, but you might need to loop unroll some of that code, or make special ver...
by RMartins
Tue Jan 11, 2022 1:09 pm
Forum: Games/Software
Topic: The worst ZX Spectrum inlays
Replies: 100
Views: 3301

Re: The worst ZX Spectrum inlays

Actually Space Invasion was a Commando clone with robots instead of enemy soldiers: https://www.arcade-museum.com/game_detail.php?game_id=9670 It was called Space Invasion for the German market, there was a ban (at the time) on games depicting soldiers/people getting murdered! Elite also released i...
by RMartins
Tue Jan 11, 2022 12:52 pm
Forum: Music
Topic: Wanting to add AY music to games
Replies: 17
Views: 1003

Re: Wanting to add AY music to games

I've only ever used Vortex Tracker. I last downloaded it from here . I wouldn't call the memory or speed footprint insignificant, but it's never caused me problems with timed sprite routines etc. Once you have your music, export the file with ZX Spectrum Player option, you can choose to compile it ...
by RMartins
Sat Jan 08, 2022 12:10 pm
Forum: Emulators
Topic: Zero 0.8 released.
Replies: 24
Views: 1204

Re: Zero 0.8 released.

I also noticed that the "reduce pixellation" has different output depending if we are using GDI or DirectX, and also changes with zoom level. Besides this, I also noticed that Drag & drop doesn't seem to work. But after checking the options it seems to be because the new install, disab...