Search found 285 matches

by g0blinish
Fri Apr 19, 2024 1:51 pm
Forum: Programming
Topic: Goodbye,Z80
Replies: 8
Views: 335

Re: Goodbye,Z80

Ralf wrote: Fri Apr 19, 2024 1:24 pm What does it exactly mean?
You won't be able to buy Z80 at all? Or you won't be able to buy it from the original manufacturer?
interpret as you wish
by g0blinish
Fri Apr 19, 2024 12:14 pm
Forum: Programming
Topic: Goodbye,Z80
Replies: 8
Views: 335

Goodbye,Z80

Image
by g0blinish
Wed Apr 17, 2024 12:03 pm
Forum: Brand new software!
Topic: Cubulus
Replies: 2
Views: 210

Cubulus

https://g0blinish.ucoz.ru/zxg/cubulus.zip TL;DR I present to your attention a remake of the old game from 1991. The goal of the game is to arrange the colored blocks. Control: Fire - switches between horizontal and vertical positions. If the pointer is in a horizontal position, then left/right - mov...
by g0blinish
Sun Apr 07, 2024 7:45 am
Forum: Programming
Topic: Help with a routine
Replies: 3
Views: 134

Re: Help with a routine

Code: Select all

nextlinedn		;converts DE to next line down, modified from various
;replaced to routine
nbde    INC D:LD A,D:AND 7:RET NZ
        LD A,E:ADD A,#20:LD E,A:RET C
        LD A,D:SUB 8:LD D,A:RET

by g0blinish
Thu Feb 15, 2024 2:59 am
Forum: Programming
Topic: ZX0 compressor for Win64
Replies: 5
Views: 339

Re: ZX0 compressor for Win64

try to compile with TinyC(tcc.org) for x64
by g0blinish
Sun Feb 11, 2024 1:31 pm
Forum: Brand new software!
Topic: ZagZag 256b game
Replies: 2
Views: 312

ZagZag 256b game

my entry for NanoGame compo at LoveByte 2024
guide dot pressing spacebar
http://g0blinish.ucoz.ru/demo3/lb24/zagzag256b.zip
by g0blinish
Sat Jan 27, 2024 12:50 pm
Forum: Programming
Topic: Z80 assembly development environment recommendations
Replies: 31
Views: 1252

Re: Z80 assembly development environment recommendations

sjasmplus(LUA allow calculate checksums) and pasmo(for create .tap files)
by g0blinish
Fri Jan 26, 2024 2:39 pm
Forum: Programming
Topic: ZX Spectrum Raytracer
Replies: 17
Views: 947

Re: ZX Spectrum Raytracer

oops, wrong source

Image
by g0blinish
Fri Jan 26, 2024 2:27 pm
Forum: Programming
Topic: ZX Spectrum Raytracer
Replies: 17
Views: 947

Re: ZX Spectrum Raytracer

BasinC:
Image
by g0blinish
Mon Jan 22, 2024 5:18 am
Forum: Sinclair Miscellaneous
Topic: Spectrum memes
Replies: 1235
Views: 200214

Re: Spectrum memes

Image
by g0blinish
Tue Jan 16, 2024 2:31 pm
Forum: Showcase your work!
Topic: scrconv - SCR -> GIF/PNG/JPG converter
Replies: 8
Views: 816

Re: scrconv - SCR -> GIF/PNG/JPG converter

mrcook wrote: Sat Jan 13, 2024 8:13 pm On macos this command is used on the terminal:

Code: Select all

go build ./cmd/scrconv
My assumption is that it would be the same on Windows, but using go.exe. I don't however have a windows machine to test that.
I've already figured it out. 2738716 bytes is too much
by g0blinish
Wed Jan 10, 2024 8:27 am
Forum: Showcase your work!
Topic: scrconv - SCR -> GIF/PNG/JPG converter
Replies: 8
Views: 816

Re: scrconv - SCR -> GIF/PNG/JPG converter

How to compile sources to win32 executable?
by g0blinish
Sun Dec 31, 2023 9:17 pm
Forum: Announcements
Topic: Happy New Year!
Replies: 24
Views: 973

Re: Happy New Year!

Now in 2024. May Spectrum be with you!
by g0blinish
Sun Dec 31, 2023 3:38 pm
Forum: Announcements
Topic: Vintage Computing Christmas Challenge 2023
Replies: 29
Views: 1162

Re: Vintage Computing Christmas Challenge 2023

still imressing on winter - 23bytes :shock:
by g0blinish
Sun Dec 31, 2023 1:32 pm
Forum: Brand new software!
Topic: SudkouNY
Replies: 2
Views: 266

Re: SudkouNY

yes, game let you know if you win :)
I spent two hours solving the puzzle
by g0blinish
Sun Dec 31, 2023 3:09 am
Forum: Brand new software!
Topic: SudkouNY
Replies: 2
Views: 266

SudkouNY

http://g0blinish.ucoz.ru/zxg/sudokuny.zip

Code: Select all

solve puzzle with A,E,H,N,O,P,R,W,Y
Controls :        ^keys  Cursor Joystick, SpaceBar - erase letter

only 1 level
Happy New Year and best wishes to everybody!

Image

PROCESSED
DH 31/12/23
by g0blinish
Fri Dec 22, 2023 5:53 pm
Forum: Programming
Topic: change names inside TZX or TAP
Replies: 5
Views: 335

Re: change names inside TZX or TAP

try Tapir
by g0blinish
Sat Dec 02, 2023 6:37 am
Forum: Programming
Topic: Fibonacci long numbers
Replies: 0
Views: 133

Fibonacci long numbers

10 CLS 11 LET w$="1": LET v$="1": PRINT w$: PRINT v$ 20 FOR k=3 TO 200 21 LET r$="": LET m=0 22 LET l1=LEN (w$): LET l2=LEN (v$) 23 LET l=l1: IF l<l2 THEN LET l=l2 30 FOR i=1 TO l 31 LET d1=0: IF i<=l1 THEN LET d1=VAL (w$(i TO i)) 32 LET d2=0: IF i<=l2 THEN LET d2=VAL ...
by g0blinish
Sat Dec 02, 2023 3:11 am
Forum: Sinclair Miscellaneous
Topic: Did your parents ever play on your Speccy?
Replies: 23
Views: 636

Re: Did your parents ever play on your Speccy?

It was a long time ago, but my dad played crazy cars
by g0blinish
Thu Nov 16, 2023 4:11 am
Forum: Brand new software!
Topic: BlendPic
Replies: 5
Views: 304

BlendPic

by g0blinish
Wed Oct 25, 2023 7:32 am
Forum: Sinclair Miscellaneous
Topic: Spectrum memes
Replies: 1235
Views: 200214

Re: Spectrum memes

Image