News:

Printed Amstrad Addict magazine announced, check it out here!

Main Menu

Recent posts

#1
It wasn't me  ;D ...
#2
avatar_Longshot
Programming / Re: Interruptions
Last post by Longshot - Today at 19:55
Quote from: McArti0 on 19:42, 14 April 24org #8000
REPEAT 128
DW #B941
REND
.L8100
DI
LD A,#80 ;00.
LD I,A
IM 2
RET

CALL &8100
This routine can crash because the value of bit 0 of the address is not always 0.

You can identify the value of this bit beforehand to set a non-specific interrupt vector.

The most used is to create a table with 257 times the same value.
So if the value is #B9, for example, the interrupt will always occur at #B9B9 whatever the value of bit 0.
#3
avatar_dragon
Games / Re: Converted GX4000 .cpr - Th...
Last post by dragon - Today at 17:57
So try deleting this(00): 

org #772e    
res 4,(ix+#03)
set 5,(ix+#03)
res 6,(ix+#03)

So he don't delete the dynamites from the 4e32 table where he found one, with lucky it work.
#4
Hi all !
So here is my return
A 1:1 tablecloth is what you need.
No need to unplug the 5v in the FD1
we connect as in my photo (I printed stickers so as not to get the wrong direction), and it is recognized on disk B
Thank you Eto and all the others for your always valuable information!!!

Thanks @eto @Rabs @Bryce 

Willow3411
#5
avatar_Gryzor
CPCWiki Discussion / Re: Possible spam uptick
Last post by Gryzor - Today at 17:48
Didn't we have a user or two like that a while ago?
#6
avatar_ComSoft6128
CPCWiki Discussion / Re: Possible spam uptick
Last post by ComSoft6128 - Today at 17:45
Maybe not now but wouldn't a Forum (like this) be a good vehicle for an AI chatbot to be put thru its paces and indeed to see if it could pass the Turing test? 
#7
Możesz kupić Dandanator mini lub DDI-5.
#8
Quote from: gregg on Today at 16:46
Quote from: andycadley on Today at 16:40
Quote from: Deevee on Today at 16:32
Quote from: SerErris on Today at 10:23I would still do it line by line.

Start from the hsync singnal and scan to the next hsync, then output it twice to the target monitor with double pixel frequency.

That would catch everything the CPC will do, regardless of video modes or anything else.

If you just do that this needs only one line of memory and is never wrong, whatever the demo might do and it is also very fast (no additional delay) in the output. So even any mode switch will be done immediately without any adaption time.

I might be wrong, but I think some demos force multiple hsyncs per line, to allow multiple modes in a line.
Yeah, if you want to support that you'd need to make sure to ignore shorter HSYNC pulses. And obviously be aware that Mode could change mid line, but if you're just sampling colours periodically that probably doesn't matter so much.
Sorry, for a dumb question, but I think most of the demos and games that I will need to test are disc only? At this point my self-made frankensteiny Amstrad can only load tapes and roms, so I guess I will need to finally buy real 6128 or 464 with disc interface? (plus gotek or something)

There are many games on tape, but very few demos (if any?), because of loading shenanigans.
Anyway, if you want to be sure that your adapter works with a CPC, you'll have to test it with a CPC at some point I guess.
#9
avatar_Gryzor
CPCWiki Discussion / Re: Possible spam uptick
Last post by Gryzor - Today at 17:10
Quote from: robcfg on Today at 17:06On the forum I'm administrator of we're getting an insane amount of connections and login attempts, to the point that it's almost impossible to do anything.

I know a couple of more forums that are suffering the same kind of attack.

How do you deal with this kind of situations?
Thanks for the feedback. 

Nothing special on our end. Regarding new accounts it's always on manual approval, so if something suspicious appears (username, email, IP) they're either required to verify (99% of spam accounts never do) or are denied right away. 

Regarding connections, haven't checked since the server is doing fine but I'll try to take a look. 

I'm sure that at least some spammy accounts have gone through, so I'm wondering what they're up to...
#10
avatar_robcfg
CPCWiki Discussion / Re: Possible spam uptick
Last post by robcfg - Today at 17:06
On the forum I'm administrator of we're getting an insane amount of connections and login attempts, to the point that it's almost impossible to do anything.

I know a couple of more forums that are suffering the same kind of attack.

How do you deal with this kind of situations?
Powered by SMFPacks Menu Editor Mod