Search found 1993 matches

by XavSnap
Fri Jul 26, 2024 3:46 am
Forum: GAMES
Topic: 3D TITANIC ADVENTURE GAME for this summer
Replies: 9
Views: 2689

Re: 3D TITANIC ADVENTURE GAME for this summer

Thanks Greg, it's cool !
by XavSnap
Fri Jul 26, 2024 3:39 am
Forum: Hardware
Topic: Romantic Robot Videoface Digitiser (clone)
Replies: 8
Views: 2835

Re: Romantic Robot Videoface Digitiser (clone)

Hi,
It Seem works on a ZX81 + MEMOTECH/WRX/ZXPrinter !
Why a 48k SPECTRUM ?

The BNC socket is located at the left side... is it a British protocol? Better place all switches, BNC, variable resistors... at the right side... (the right side is always the right side.)
by XavSnap
Wed Jul 24, 2024 11:57 pm
Forum: Spectrum BASIC
Topic: Richard Stals Beginner's Step by step ZX Spectrum Coding Course
Replies: 6
Views: 602

Re: Richard Stals Beginner's Step by step ZX Spectrum Coding Course

What classic files can I load on my Next? The Next supports NEXs, TAPs (preferred for classic software), SNAs, DSKs, Z80s, SNXs which can be loaded from the browser menu by selecting them with the cursor keys and ENTER (or a joystick and Fire) -OR- by using the SPECTRUM command. (See Chapter 20 in ...
by XavSnap
Tue Jul 23, 2024 11:19 am
Forum: Hardware
Topic: Program in EPROM
Replies: 4
Views: 415

Re: Program in EPROM

"store demonstrator": https://www.sinclairzxworld.com/viewtopic.php?p=46092#p46092 PCB: http://zx81.ordi5.free.fr/CartesZx81/Timex/StoreDemonstrator/ Just change ASM codes to call all offset @$2000 instead of @$4000, and a simple RUN launch it. Your BASIC/ASM program will RUN with a 1K/2K ZX81/TS100...
by XavSnap
Tue Jul 23, 2024 1:59 am
Forum: Hardware
Topic: Program in EPROM
Replies: 4
Views: 415

Re: Program in EPROM

Hi Markie_V, To Load a P file in ROM, and auto execute it: Have a look to this tread: https://www.sinclairzxworld.com/viewtopic.php?f=7&t=5531 Only the MEMOTECH MEMOCALC & MEMOTEXT can patch to ZX81 ROM (using a PLA) to start an ASM program. But, Wilf Rigter can do it with a simple ROM patch... http...
by XavSnap
Tue Jul 23, 2024 1:27 am
Forum: Spectrum BASIC
Topic: Richard Stals Beginner's Step by step ZX Spectrum Coding Course
Replies: 6
Views: 602

Re: Richard Stals Beginner's Step by step ZX Spectrum Coding Course

Hi Jason, Better to type-ins the listing in text, to copy/paste the code... Reload the Tap/TZX file to debugg it. Include, my updated "Zmakebas" win32/64: zmakebas-1.1.zip The "invaders" BASIC text : ("Zmakebas" old release w32 -TZX not supported) Invaders.zip BASIC codes extracted from EO>BASIC LIS...
by XavSnap
Mon Jul 22, 2024 8:11 am
Forum: ZX BASIC
Topic: Tricks in BASIC
Replies: 58
Views: 135842

Re: Tricks in BASIC

10 LET E$="(32 blank chars)" equal 10 DIM E$(32) Don't set a string variable LET A$="ABCD" to use it one time... 10 LET A$="ABCD" (...) 100 FOR A=1 TO LEN A$ 110 LET B=CODE A$(A) 120 NEXT A 100 FOR A=1 TO 4 110 LET B=CODE "ABCD"(A) 120 NEXT A Use integer flags in chars format to preserve memory: A$=...
by XavSnap
Mon Jul 22, 2024 6:14 am
Forum: GAMES
Topic: 3D TITANIC ADVENTURE GAME for this summer
Replies: 9
Views: 2689

Re: 3D TITANIC ADVENTURE GAME for this summer

Hi, I add some new functionalities to suite to a maze adventure: - A dark room status. - A watered room status. - A smoky room status. - A fire room status. -A multi door/key functionalities. Translated in English: TAKE PUT LIGHT TORCH KEY OPEN NESW-UP DOWN I SAVE LOAD LIGHT & BREATH For 5 prompts a...
by XavSnap
Mon Jul 08, 2024 2:41 am
Forum: GAMES
Topic: 3D TITANIC ADVENTURE GAME for this summer
Replies: 9
Views: 2689

Re: 3D TITANIC ADVENTURE GAME for this summer

Hi,
I done a "Titanic" demo from my "Retour du Dr Genius" adventure game:
https://forum.abandonware.org/viewtopic ... 801#p39801

The commands are in french, and plenty of garbage from the previous game.
Send me a comment from this early project:
Titanic.zip
(428.88 KiB) Downloaded 114 times
TITANIC.P
(10.88 KiB) Downloaded 116 times
by XavSnap
Fri Jun 28, 2024 9:53 pm
Forum: Hardware
Topic: Memotech Interfaces
Replies: 25
Views: 22585

Re: Memotech Interfaces

Hi,
I tried to get the wiring diagram on the Moggy's pictures...
circuit.jpg
But i can't read components values, hidden tracks and the setup jumpers links.

My draft wiring diagram:
Schema_WordProcessor_MT11.pdf
(125.65 KiB) Downloaded 52 times
Kicad diagram:
Schema_WORDPROCESSOR_MT11.zip
(409.9 KiB) Downloaded 44 times
Have fun.