Search found 64 matches

by MOB-i-L
Fri Apr 19, 2024 3:42 pm
Forum: Development
Topic: Lowering RAMTOP without a reset
Replies: 15
Views: 9893

Re: Lowering RAMTOP without a reset

In a p-file there are some unused bytes that could hold a routine to lower RAMTOP for those programs that need that. Old p files could be upgraded to contain this routine and then you would call it from the BASIC program. Sea Mines needs lower RAMTOP and it might be possible to fix it so that you do...
by MOB-i-L
Sun Mar 31, 2024 8:56 pm
Forum: Emulators
Topic: ZX81 emulator for iOS
Replies: 83
Views: 60194

Re: ZX81 emulator for iOS

There is support for exporting a snapshot, but where does it get stored? Is it a p-file (edit: it should be a z81-file)? It also hangs for a long time on my iPhone 8+ when exporting and no file seems to be stored. I have discovered I can export in most cases and it is a .z81 snapshot file that gets...
by MOB-i-L
Thu Mar 28, 2024 3:24 am
Forum: Emulators
Topic: Best web browser based ZX 80 or ZX 81 emulator
Replies: 3
Views: 630

Re: Best web browser based ZX 80 or ZX 81 emulator

I use a hacked version of JtyOne that can run other programs, see https://www.sinclairzxworld.com/viewtop ... f=3&t=5387
by MOB-i-L
Thu Mar 28, 2024 3:18 am
Forum: Emulators
Topic: ZX81 emulator for iOS
Replies: 83
Views: 60194

Re: ZX81 emulator for iOS

I have some feature requests and a possible issue for iOS ZX81 app v1.13.3: I have a switch on my ZX81 that inverts the colors, i.e. white becomes black, and vice versa. It would be good to have a similar switch near the screen, because I like dark mode and did so 43 years ago. It also flips colors ...
by MOB-i-L
Tue Feb 13, 2024 2:46 pm
Forum: Emulators
Topic: New release of EightyOne available
Replies: 342
Views: 339546

Re: New release of EightyOne available

I think it would be a good thing if EightyOne also was a package on Chocolatey. It would simplify updates and increase the number of users on Windows. They already have e.g. a VIC20 and C64 emulator, WinVice: https://community.chocolatey.org/packages/winvice-nightly They also have a PC emulator, DOS...
by MOB-i-L
Mon Feb 12, 2024 9:52 pm
Forum: Emulators
Topic: You can put your ZX81 programs online for free on GitHub.io; example Aritm - mental calculation
Replies: 1
Views: 374

You can put your ZX81 programs online for free on GitHub.io; example Aritm - mental calculation

You can run my "Aritm - mental calculation" online on https://mobluse.github.io/zx81js/zx81kb.html?track=Aritm.tzx.zip. Aritm has also been published on this site earlier https://www.sinclairzxworld.com/viewtopic.php?f=6&t=4694. The site where it's linked from is on https://mobluse.github.io/zx81js/...
by MOB-i-L
Fri Jun 09, 2023 5:44 pm
Forum: Hardware
Topic: Collection of Articles and Tips for ZX81 (1981-1986)
Replies: 3
Views: 3935

Re: Collection of Articles and Tips for ZX81 (1981-1986)

Sea Mines is here: http://www.df.lth.se.orbin.se/~mikaelb/sinclair/zx81/yc/
sea-mines.p
sea-mines.txt
sea-mines.png

There is another, modified, version of Sea Mines here:
https://www.sinclairzxworld.com/viewtop ... 079#p48079
by MOB-i-L
Thu Aug 04, 2022 1:44 am
Forum: Development
Topic: Aritm for ZX81
Replies: 2
Views: 1296

Re: Aritm for ZX81

Aritm is short for "aritmetik" i.e. arithmetic in English. Aritm for ZX81 works better if you use the improved ROMs such as "X2": https://sinclairzxworld.com/viewtopic.php?p=40327#p40327 When I ran Aritm for MS-DOS in C (1992) I also had flashbacks to classroom competitions in the 70s which I was no...
by MOB-i-L
Wed Jun 22, 2022 7:47 pm
Forum: ZX BASIC
Topic: CONT or CONTINUE in BASIC programs
Replies: 4
Views: 1919

Re: CONT or CONTINUE in BASIC programs

CONT in a programme is like a REM I don't agree to that because CONT is like GOTO last executed line unless STOP because then GOTO last executed line +1. In this program you RUN and then press CONT and then SPACE/BREAK key, then CONT again and BREAK etc. You can also try RUN 75 and then press CONT ...
by MOB-i-L
Wed Jun 22, 2022 2:53 am
Forum: ZX BASIC
Topic: CONT or CONTINUE in BASIC programs
Replies: 4
Views: 1919

CONT or CONTINUE in BASIC programs

Is there any use for CONT (or CONTINUE for ZX Spectrum) inside a BASIC program? CONT inside programs works different in e.g. ZX81/ZX Spectrum vs VIC20/C64. I know that CONT is useful on the command line. CONT Suppose p/q was the last report with a non-zero. Then CONT has the effect GOTO q if p <> 9,...