Search found 990 matches

by siggi
Thu Oct 20, 2011 10:42 pm
Forum: GAMES
Topic: New game 1K Hires : 3D Random maze
Replies: 8
Views: 7058

Re: New game 1K Hires : 3D Random maze

dr beep wrote: This will not come available because I am coding 10 games in a gamepack which will be sold by CRONOSOFT
and all revenues will go to charity.
Great idea. But I hope, that is will not be necessary to buy some old-fashioned tapes ..

Siggi
by siggi
Thu Oct 20, 2011 10:35 pm
Forum: Development
Topic: ULA revistited.
Replies: 168
Views: 133254

Re: ULA revistited.

Because the first five bytes of the ROM are written to by the Basic as the result of an error in the maths. It's not a bug, it's a feature: instead of writing the 5 bytes of a floating number to the calculator stack, they are written to "/dev/null" (or address 0 in the Z80 memory map ;) ), when the...
by siggi
Thu Oct 06, 2011 8:43 pm
Forum: FAQs
Topic: ZX81 Program query.
Replies: 5
Views: 16208

Re: ZX81 Program query.

To get the keyword "PRINT" somewhere in the middle of a REM line, you could also enter first the keyword THEN (SHIFT 3). After the keyword "THEN" the keyword "PRINT" could be entered just like at the beginning of a line. Then go back to the keyword THEN, delete it, and you have what you want ... Siggi
by siggi
Thu Sep 29, 2011 4:26 pm
Forum: GAMES
Topic: New game 1K Hires : Ghost Hunt
Replies: 11
Views: 9038

Re: New game 1K Hires : Ghost Hunt

My current highscore is 4627.
Good or bad?

Siggi
by siggi
Thu Sep 29, 2011 2:10 pm
Forum: Development
Topic: RED FACE TIME
Replies: 7
Views: 6011

Re: RED FACE TIME

Paul wrote: At the moment my Bruichladdich Octomore Orpheus is my favorite bottle :D
Happy to hear that. So my Bushmills Single Malt bottle is left for me alone :D

Siggi
by siggi
Wed Sep 28, 2011 12:12 pm
Forum: Sinclair Misc
Topic: Displaying old computers on new TVs
Replies: 30
Views: 22297

Re: Displaying old computers on new TVs

Maybe someone can help answering some questions about physical memory layout of the good old zeddy. As I found on the internet you could be the right person to answer this. 8-) Standard is 0-1fff system ROM 2000-3fff unused space ? 4000-7fff 16 k RAM (extension) 8000-ffff probably not used Hi Karl ...
by siggi
Thu Sep 22, 2011 2:13 pm
Forum: Development
Topic: New game 1K Hires in development : Ghost Hunt
Replies: 6
Views: 5143

Re: New game 1K Hires in development : Ghost Hunt

Looks great :)

Perhaps the ghosts could sometimes (RND) jump around a little bit (some N x 8 pixels up/down/left/right (N = 1..3)), when the cross is near them?

Siggi
by siggi
Wed Sep 21, 2011 10:14 am
Forum: Development
Topic: SoundTracker for ZX81 ?
Replies: 267
Views: 111196

Re: SoundTracker for ZX81 ?

Moggy wrote: Whats a PC :?: :?
Something to replace an old TV set: http://forum.tlienhard.com/phpBB3/viewt ... ?f=2&t=572

;)

Siggi
by siggi
Wed Sep 14, 2011 9:54 pm
Forum: GAMES
Topic: Planets by Kamisoft
Replies: 14
Views: 10971

Re: Planets by Kamisoft

Hi Angus,
could you ZIP the files and then try to post them here? I don't know the maximum file size, which is allowed here in the forum. But some 100 kB should be possible ..

Siggi
by siggi
Tue Sep 13, 2011 7:52 pm
Forum: Development
Topic: ZXpand auto-run
Replies: 19
Views: 9695

Re: ZXpand auto-run

Here are the listings of the 3 patches of the original rom. At the end a jump to the LOAD routine is executed, which is patched to load from MMC. The listings are made by EO as printer output. The name of the file "A" to be loaded is stored at address $25 (3 unused bytes there). The label is "NAME"....