Search found 14 matches

by gertk
Tue Apr 22, 2014 7:55 am
Forum: SALES
Topic: ZX81 Keyboard Connectors
Replies: 13
Views: 8518

Re: ZX81 Keyboard Connectors

In one of my ZX projects I used these from RS Components: 718-8769 Recept pcb horiz 5 way 2.54mm Trio-Mate and 718-8668 Recept pcb horiz 8 way 2.54mm Trio-Mate small_2012-07-18 22.01.16.jpg The membrane foils fit in there perfectly. Difference with the original ZX connectors is that the pins are not...
by gertk
Mon Feb 18, 2013 7:28 am
Forum: Emulators
Topic: Emulating ZX81 with mbed LPC1768
Replies: 13
Views: 9362

Re: Emulating ZX81 with mbed LPC1768

Added ZX80 emulation too, selectable by F12 or holding '0' on the original keyboard during powerup.
by gertk
Tue Jan 22, 2013 6:51 pm
Forum: ZX BASIC
Topic: Forcing 'cursor' position on ZX80 from Basic
Replies: 3
Views: 3207

Re: Forcing 'cursor' position on ZX80 from Basic

Let me clarify a bit, on the ZX81 you have PRINT AT, not on the ZX80. All I want to do is preset the next position where the PRINT instruction is going to write to. This must be kept somewhere otherwise how is the Basic to know where to print the next character ? So after a PRINT command it needs to...
by gertk
Wed Jan 16, 2013 10:56 pm
Forum: ZX BASIC
Topic: Forcing 'cursor' position on ZX80 from Basic
Replies: 3
Views: 3207

Forcing 'cursor' position on ZX80 from Basic

Hi, Is it possible to force (POKE) the position of the next character to be printed? I already tried POKE-ing S_POSN but it seems to have no effect. What I would like to do is preset X and Y and then do a PRINT .... I understand I have to fill the screen (partially) with spaces to be able to do rand...
by gertk
Sun Jan 13, 2013 8:49 pm
Forum: Emulators
Topic: ZX80 joystick port
Replies: 3
Views: 3931

Re: ZX80 joystick port

They are read via IN A,31 in machine code (port 31 dec) but often have very basic port decoding.
I had setup a debug function on any unknown IO ports but when I selected Kempston it did not trigger once..
Have to dig deeper I guess or just add some code to emulate the cursor keys with the joystick.
by gertk
Sun Jan 13, 2013 4:51 pm
Forum: Emulators
Topic: ZX80 joystick port
Replies: 3
Views: 3931

ZX80 joystick port

Hi, I have added a ZX80 emulation mode to my NXP81 project and found some 'flicker free' games like Pacman and Krazy Kong which seem to work quite nice. On the opening screen you can select two kind of joystick modes: Sinclair and Kempston but so far I have been unable to find the hardware specifica...
by gertk
Fri Oct 26, 2012 10:40 am
Forum: Emulators
Topic: Emulating ZX81 with mbed LPC1768
Replies: 13
Views: 9362

Re: Emulating ZX81 with mbed LPC1768

ah, i suspected that you were doing something funky with the display when you mentioned that the display stays updated even in fast :geek: see the problem with hi-res is there are so many different ways to create it, so it would be very difficult to create a catch all software solution for re-creat...
by gertk
Thu Oct 25, 2012 11:07 pm
Forum: Emulators
Topic: Emulating ZX81 with mbed LPC1768
Replies: 13
Views: 9362

Re: Emulating ZX81 with mbed LPC1768

Some pictures from programs running
by gertk
Thu Oct 25, 2012 10:30 pm
Forum: Emulators
Topic: Emulating ZX81 with mbed LPC1768
Replies: 13
Views: 9362

Re: Emulating ZX81 with mbed LPC1768

very nice indeed :-D this is a software emulation then, with the Z80 core been emulated on the arm chip ? does it do hi-res as well as udg ? Regards Andy No hires yet, the Z80 core is emulated in a non cycle perfect way although I am not sure if cycle perfect is really needed for Hires to work, my ...
by gertk
Thu Oct 25, 2012 8:04 pm
Forum: Emulators
Topic: Emulating ZX81 with mbed LPC1768
Replies: 13
Views: 9362

Re: Emulating ZX81 with mbed LPC1768

Some more.. Note this is just a prototype, no commercial intentions so far..