Search found 998 matches

by siggi
Wed May 11, 2011 9:26 pm
Forum: Development
Topic: Possible new ZXp features
Replies: 66
Views: 29450

Re: Possible new ZXp features

Yes, it works not perfectly, but good enough to autostart my web-server: it executes a LOAD "a" to load an autostart program to initialize the serial port of the server, load a filesystem into high ram and to start the server program. But my rom code does not initialize all BASIC system variables (n...
by siggi
Wed May 11, 2011 7:59 pm
Forum: Development
Topic: ULA revistited.
Replies: 168
Views: 133971

Re: ULA revistited.

Hi Andy, the code of the NMI test is OUT ($FE),A ; start the NMI generator. ; Note that if this is a ZX81 then the NMI will increment AF'. ;; LOOP-11 L0216: DJNZ L0216 ; self loop to give the NMI a chance to kick in. ; = 16*13 clock cycles + 8 = 216 clock cycles. So if your ULA would immediately for...
by siggi
Wed May 11, 2011 7:31 pm
Forum: Development
Topic: Possible new ZXp features
Replies: 66
Views: 29450

Re: Possible new ZXp features

I would second being able to autorun a program (unless a specific key was held down). If an autorun ("AUTOEXEC.P" ;-) ) program is started, it could also check itself some specific keys to STOP (so this keys need not to be checked in ROM). And if that specific key is "BREAK", no additional check wo...
by siggi
Wed May 11, 2011 8:53 am
Forum: Development
Topic: ULA revistited.
Replies: 168
Views: 133971

Re: ULA revistited.

see the thing with clock doubling is the short test in the rom to see if there is an NMI gen or not is too short when running clock doubled so 9 times out of 10 it thinks there is no NMI gen. Hi Andy, just a thought how to solve that problem: once Sinclair had a problem with an error in their ZX81 ...
by siggi
Mon May 02, 2011 10:09 pm
Forum: ZX BASIC
Topic: SPeccy ON the ZeddY
Replies: 101
Views: 68296

Re: SPeccy ON the ZeddY

Hi Zsolt I tested with the old SPONZY rom: What's happen if you (without tape recorder/cables) enter LOAD "" only? That gives also a completely white screen on my Zeddy (EO shows a black screen!). Loading with the Zeddy rom without any signal input gives a screen with a lot of white (broad) and blac...
by siggi
Sun May 01, 2011 9:51 am
Forum: ZX BASIC
Topic: SPeccy ON the ZeddY
Replies: 101
Views: 68296

Re: SPeccy ON the ZeddY

Hi Zsolt, I did the same save/load test with a tape recorder and had the same behaviour (white screen during load). And I had some other problem, which I could reproduce with EO V0.52 (ZX81 with 48K ram and /M1-circuit enabled): when I enter the following program 10 for f=32 to 255 20 print chr$ f; ...
by siggi
Sat Apr 30, 2011 7:58 pm
Forum: Hardware
Topic: ZX-2012
Replies: 17
Views: 28891

Re: ZX-2012

So... If anyone wants to lend a hand..I'm all ears. I just don't want to move too far away from the 'roots' if you will. That's why I haven't bumped the RAM to 64k. There is little software written for more than 16k so I haven't focused much on that area yet. Hi GTB welcome back ;-) Yes, there are ...
by siggi
Sat Apr 30, 2011 10:34 am
Forum: Development
Topic: ZXpand with Hires games
Replies: 32
Views: 24404

Re: ZXpand with Hires games

interestingly unmodified it does not work on eightyone if you have more than 16K ram installed, don't know why ? rgeards Andy "zxtricate" uses a complete different hires routine than other hires programs, which is NOT compatilbe with "standard 32K/48" Zeddie's hardware: the ram decoder remaps the 4...
by siggi
Fri Apr 29, 2011 1:48 pm
Forum: ZX BASIC
Topic: SPeccy ON the ZeddY
Replies: 101
Views: 68296

Re: SPeccy ON the ZeddY

Hi Zsolt I tried also SAVE and LOAD onto an MD-recorder instead of a cassette recorder. The MD-recorder works fine with my ZX81. I tried SAVE "test" and saw then black an white stripes on the screen. And something was written to the MD-recorder Then I did NEW LOAD "test" and tried to load the saved ...
by siggi
Thu Apr 28, 2011 8:19 pm
Forum: Development
Topic: ZXpand with Hires games
Replies: 32
Views: 24404

Re: ZXpand with Hires games

Fred's programs present problems with real hardware. I've never been able to get them to run on anything other than an emulator. Perhaps someone here can shed some light on this? I would like to see them running as much as anyone. Hmm, I didn't have any problems to run a lot of Fred's programs (Bi-...