Welcome, Guest. Please login or register.


Recent Posts

Pages: 1 2 3 4 5 6 7 8 [9] 10
81
Display / Re: Display issue
« Last post by Zozosoft on 2024.April.04. 23:13:05 »
Meanwhile L2 module has been developed, which can replace the whole Nick clock circuit with a super stable modern clock generator.
82
CPC-ről / Re: Oh Chute!
« Last post by SlashNet on 2024.April.04. 23:07:10 »
https://cwiiis.itch.io/oh-chute

Hm. It seems that in the archive with the EP version they put a few superfluous files.
83
Display / Re: Display issue
« Last post by MCTNET on 2024.April.04. 23:03:19 »
Hi all, sorry I missed the last couple of messages in this thread.

I hadn't realised 3 years had passed since this broke, I've emailed commodoreszerviz to see if I can get it repaired :)
84
CPC-ről / Re: Oh Chute!
« Last post by geco on 2024.April.04. 12:33:04 »
Szerintem az összes bogarat kiírtottam.
A csillag villogását, és szemetelését a képernyőn az okozta, hogy negatív Y koordinátát kapott.
Néhány karakter az üzenetben üres sort tartalmazott, mert a csillag felülírta amikor negatív Y koordinátát kapott :D :D
A repülőből való kiugrás korlátozva lett a bal oldalon is.

I think all bugs have been corrected.
Star flashing, and left garbage on the screen, because it got negative Y pos.
Some message character had empty lines, because the star overwrote when it had negative Y pos :D :D
Jump out from plane is limited at left side also.

Az első hozzászólásban lévő csatolmány frissítve / The attachment has been changed in the 1st post.
85
Hardver / Re: SD kártya mint ROM
« Last post by szorítókéz on 2024.April.04. 09:13:01 »
Amúgy jobb lett volna, ha inkább a jobb oldali bővítőnek tervezik, akkor ráférhetett volna egy tisztességes méretű ROM chip is.

Sziasztok!

Ezt nem lehetne átdolgozni az EP-hez?
https://github.com/dikdom/TVC-NanoSD

Talán enyhítene a mostani SD kártya illesztő hiányon.
86
CPC-ről / Re: Oh Chute!
« Last post by geco on 2024.April.04. 08:01:33 »
I constantly encounter various glitches in modern games, and I also like to do various stupid things in them. :)
:lol:
87
CPC-ről / Re: Oh Chute!
« Last post by geco on 2024.April.04. 08:00:54 »
Volt a suliban egy programozás tamárunk, aki két kézzal csapkodta a billentyűzetet, és ha a program bármilyen hibával elszállt, akkor egyes...
Mert "A felhasználók bármilyen hülyeséget el tudnak követni, tessék felkészülni rá!"
:lol:
:lol:
88
CPC-ről / Re: Oh Chute!
« Last post by SlashNet on 2024.April.03. 23:34:57 »
I think you played less than me, and i even found and corrected some problems, but i have never met with the problems you found :)

I constantly encounter various glitches in modern games, and I also like to do various stupid things in them. :)

[some offtop on]
But programs also like to glitch. Once upon a time, even I could not use Windows 9x normally, as it was constantly buggy. Only when I switched to Windows NT/2000 did everything become much better.
But there are also the opposite situations, when I am asked to look when something is not working correctly, but when I approach it, everything starts working correctly.
[some offtop off]
89
CPC-ről / Re: Oh Chute!
« Last post by SlashNet on 2024.April.03. 23:23:52 »
Did you died, or landed when the star turned to garbadge?
If you died then you were near to star position?
Thx

I think the hero died at that moment, and the star was placed far from him.
90
BASIC / Re: Általános BASIC Kérdések
« Last post by Ferro73 on 2024.April.03. 23:16:24 »
Ha beírom a program elejére, hogy
240   STRING *3 I$,
az nem tetszik neki.
Ha a DEF-en belülre írom be, hogy
4755   STRING *3 I$,
az sem tetszik neki.
Próbáld
Code: [Select]
240 STRING I$(0 to 8)*3vagy

Code: [Select]
4755 STRING I$(0 to 7)*3
"A karaktersorozat típusú változókat deklarálja, alapértelmezésben 132 karakter max. hosszúságot megadva."

Ez a megoldás a leglassabb amúgy. több mint 50%-kal.
Pages: 1 2 3 4 5 6 7 8 [9] 10