Search found 62 matches

by Paul Panks
Sat Jun 07, 2008 3:06 am
Forum: Development
Topic: 8K Adventure ported to the ZX-81?
Replies: 114
Views: 78400

Re: 8K Adventure ported to the ZX-81?

Here's an even more up-to-date version, with bug fixes: 5 CLEAR : INK 2: POKE 23658,8: BORDER 6: PAPER 6: CLS : PRINT INVERSE 1;"DUNRIC'S 8K ADVENTURE": PRINT "WELCOME!": PRINT 10 DIM N$(20,9): DIM O$(20,20): DIM V$(25,9): DIM D$(25,2,36): DIM M(25,6): DIM L(25): LET V$(19)="LOOK" 11 DIM W$(2,9): LE...
by Paul Panks
Fri Jun 06, 2008 11:26 pm
Forum: Development
Topic: 8K Adventure ported to the ZX-81?
Replies: 114
Views: 78400

Re: 8K Adventure ported to the ZX-81?

Thanks Gus. Let us know how it goes.

Paul
by Paul Panks
Fri Jun 06, 2008 8:13 pm
Forum: Hardware
Topic: Compatibility between ZX80 and ZX81?
Replies: 5
Views: 6096

Compatibility between ZX80 and ZX81?

How compatible is the ZX80 with the ZX81?

Paul
by Paul Panks
Wed Jun 04, 2008 9:07 pm
Forum: Development
Topic: 8K Adventure ported to the ZX-81?
Replies: 114
Views: 78400

Re: 8K Adventure ported to the ZX-81?

Is Andrew a regular poster?

Paul
by Paul Panks
Wed Jun 04, 2008 12:39 am
Forum: Development
Topic: Text Adventures on the ZX-81?
Replies: 7
Views: 10076

Re: Text Adventures on the ZX-81?

Thanks for the link. :)

Paul
by Paul Panks
Tue Jun 03, 2008 1:26 am
Forum: Emulators
Topic: Finding the right keys for commands?
Replies: 6
Views: 9772

Re: Finding the right keys for commands?

I also noticed that, by default, the editor adds a space to each command, e.g.:

instead of "10 PRINT" it sometimes does "10 PRINT " (note the 2 spaces between the 10 and PRINT.

Paul
by Paul Panks
Mon Jun 02, 2008 7:41 pm
Forum: Emulators
Topic: Finding the right keys for commands?
Replies: 6
Views: 9772

Finding the right keys for commands?

I'm having a bit of difficulty on the EightyOne emulator finding the proper keys for specific commands and functions. For example, I can't get the computer to do: PRINT CHR$(8) This should print a semi-solid block (low-res graphics), but it just gives me an "S" cursor, which I understand means "Synt...
by Paul Panks
Mon Jun 02, 2008 7:32 pm
Forum: Hardware
Topic: Cassette player for the ZX-80/81?
Replies: 14
Views: 15879

Re: Cassette player for the ZX-80/81?

So 5 1/2 minutes to 9 minutes to load in a 16KB program? That's pretty slow. Is there a way of speeding it up?

Paul
by Paul Panks
Mon Jun 02, 2008 3:37 am
Forum: Development
Topic: Text Adventures on the ZX-81?
Replies: 7
Views: 10076

Text Adventures on the ZX-81?

What text adventures are available, either freeware or shareware, for the ZX-81? I've found only 2 thus far (B-Venture and Permit). And more importantly, where can I download them from?

Paul
by Paul Panks
Sun Jun 01, 2008 11:00 pm
Forum: Development
Topic: 8K Adventure ported to the ZX-81?
Replies: 114
Views: 78400

8K Adventure ported to the ZX-81?

I've written a short, 8K adventure game on the ZX Spectrum and would be interested in porting it to the ZX-81 if possible. The source code to the game, as well as the corresponding .z80 snapshot, can be found here: http://www.geocities.com/dunric/adv8k.zip If anyone wants to convert this game for pl...