Search found 1911 matches

by mrtinb
Tue Nov 14, 2017 3:08 pm
Forum: Development
Topic: DEV-SNIP #1 - Input
Replies: 26
Views: 9386

Re: DEV-SNIP #1 - Input

Will it work for simple keybord read on hardware that is not ZXpand, or is it ZXpand specific ports? Only the joystick is ZXpand specific. The keyboard reading is Sinclair standard. No specific hardware required :D So if I use this routine in my program without ZXpand it will crash because I don't ...
by mrtinb
Tue Nov 14, 2017 1:37 pm
Forum: Development
Topic: DEV-SNIP #1 - Input
Replies: 26
Views: 9386

Re: DEV-SNIP #1 - Input

Here is my humble submission in the category of a nice general purpose input routine, where input from a number of devices is focused into a few simple values which can tell you whether an input is: Is this a routine that gets both a joystick direction and a key back? Can it be used for plain keybo...
by mrtinb
Tue Nov 14, 2017 10:44 am
Forum: Hardware
Topic: ZX81 cooling fan
Replies: 62
Views: 22298

Re: ZX81 cooling fan

Moggy wrote: Mon Nov 13, 2017 8:34 pm A couple of pics of 12v fan in case which is now connected to 5v and both cases temporarily put back together.
On the second picture you need to put the rubberfeet back on. Otherwise the fan is useless. :)
by mrtinb
Mon Nov 13, 2017 3:42 pm
Forum: Development
Topic: A big text-game in English. Anybody would code it?
Replies: 10
Views: 5886

Re: A big text-game in English. Anybody would code it?

yerzmyey wrote: Sat Nov 11, 2017 7:50 pm ZX81 with ZXpand reads BMP files 256/192, so I can provide all 10 illustrations in this format. 1-bit / mono.
As you can see in MAXDEMO - it can display 320x240 with Bodo Wenzel's code.
by mrtinb
Mon Nov 06, 2017 12:11 pm
Forum: Hardware
Topic: Black border?
Replies: 3
Views: 2075

Black border?

With UDG, I can create an inverted char set to make a screen with white chars on black screen. Can an external interface be made to change the white border to black? Or can it be done in software?
by mrtinb
Thu Nov 02, 2017 2:14 pm
Forum: Software
Topic: HOT-Z Keys
Replies: 33
Views: 27265

Re: HOT-Z Keys

I hope someone from NYC is here in the forum.
by mrtinb
Thu Nov 02, 2017 4:14 am
Forum: Software
Topic: HOT-Z Keys
Replies: 33
Views: 27265

Re: HOT-Z Keys

Wow Paul :D

Interesting. I assume your ROMs are for the 8k - 16k area.

A dump of that would be great.
by mrtinb
Wed Nov 01, 2017 10:12 am
Forum: Software
Topic: HOT-Z Keys
Replies: 33
Views: 27265

Re: HOT-Z Keys

As Hot Z gave the opportunity to modify the program to your own needs, the files in the ZIP is someone's personal modification.
by mrtinb
Wed Nov 01, 2017 7:40 am
Forum: ZX BASIC
Topic: memory locations for char set and what chars are where on the screen
Replies: 4
Views: 3456

Re: memory locations for char set and what chars are where on the screen

The character set is stored at $1E00 - $1FFF. The screen memory is a whole different story. It is the most complex of the ZX81/TS1000. Screen memory is floating around in memory dynamically after the program area. So if you add or delete a line in your program screen memory is moved up and down. On ...
by mrtinb
Wed Nov 01, 2017 6:59 am
Forum: ZX BASIC
Topic: Loading/Editing/Saving .p files..?
Replies: 28
Views: 17290

Re: Loading/Editing/Saving .p files..?

XavSnap - I like your software - but they seem difficult to install. It would be great if your software was statically linked so it was running without external DLLs and English ones if possible. I had great problems getting VB81 to run, so now I don’t update it anymore. When I need it on a new mach...