Search found 281 matches

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

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: 263

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: 1218

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: 926

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: 926

Re: ZX Spectrum Raytracer

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

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: 793

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: 793

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: 941

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: 1144

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: 263

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: 263

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: 332

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: 627

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: 300

BlendPic

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

Re: Spectrum memes

Image
by g0blinish
Thu Sep 28, 2023 4:22 pm
Forum: Programming
Topic: Books and manuals
Replies: 12
Views: 309

Re: Books and manuals

for opcodes I am using anothher tool:
http://g0blinish.ucoz.ru/pb/z80i_09.zip
by g0blinish
Sun Sep 17, 2023 7:58 am
Forum: Design/Ideas
Topic: The Map Keeper
Replies: 29
Views: 1187

Re: The Map Keeper

Looks beautiful. Once upon a time I wrote an 8x8 font editor and added the option to draw on a map