There is a little power button next to the 'About' button which effectively does this.1024MAK wrote:One small question, I know a real ZX81 does not have a reset button, but is there a reset available in your emulator?
Mark
ZX81 emulator for iOS
-
- Posts: 2235
- Joined: Sat Nov 26, 2016 2:42 am
Re: ZX81 emulator for iOS
ZX80
ZX81 iss 1 (bugged ROM, kludge fix, normal, rebuilt)
TS 1000 iss 3, ZXPand AY and +, ZX8-CCB, ZX-KDLX & ChromaSCART
Tatung 81 + Wespi
TS 1500 & 2000
Spectrum 16k (iss 1 s/n 862)
Spectrum 48ks plus a DIVMMC future and SPECTRA
ZX81 iss 1 (bugged ROM, kludge fix, normal, rebuilt)
TS 1000 iss 3, ZXPand AY and +, ZX8-CCB, ZX-KDLX & ChromaSCART
Tatung 81 + Wespi
TS 1500 & 2000
Spectrum 16k (iss 1 s/n 862)
Spectrum 48ks plus a DIVMMC future and SPECTRA
Re: ZX81 emulator for iOS
Yes, in the portrait orientation.One small question, I know a real ZX81 does not have a reset button, but is there a reset available in your emulator?
Kevin
- 1024MAK
- Posts: 5332
- Joined: Mon Sep 26, 2011 10:56 am
- Location: Looking forward to summer in Somerset, UK...
Re: ZX81 emulator for iOS
Ah, yeah. I was using it in landscape mode, as I do for most things on the iPad mini...
Thanks
Mark
Thanks
Mark
ZX81 Variations
ZX81 Chip Pin-outs
ZX81 Video Transistor Amp
Standby alert
There are four lights!
Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb
Autumn is here. Bye bye summer 2024...
ZX81 Chip Pin-outs
ZX81 Video Transistor Amp
Standby alert
There are four lights!
Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb
Autumn is here. Bye bye summer 2024...
Re: ZX81 emulator for iOS
The in app purchases are finally live. Bear in mind that all proceeds will be distributed amongst the original developer of the games, the company that owns the ROM rights and another developer who created the base Z80 code. The developer of this app will not retain a penny of the proceeds.
Incidentally the question of the Software Farm developers' whereabouts ( http://www.pictureviewerpro.com/hosting ... refarm.htm ) is resolved. He's alive and well and can be found at https://www.ultimateescape.co.uk
More features (virtual control game pad, memory dump save slot) and games to be added in the new year. In the meantime the developer has to deal with real world deadlines before the Christmas break.
Kevin
Incidentally the question of the Software Farm developers' whereabouts ( http://www.pictureviewerpro.com/hosting ... refarm.htm ) is resolved. He's alive and well and can be found at https://www.ultimateescape.co.uk
More features (virtual control game pad, memory dump save slot) and games to be added in the new year. In the meantime the developer has to deal with real world deadlines before the Christmas break.
Kevin
Re: ZX81 emulator for iOS
Is "memory dump save slot" the ability to save state, and load it again? Then I could code a program, and it won't be lost?kpalser wrote:More features (virtual control game pad, memory dump save slot) and games to be added in the new year.
We can't load and save files, but how about giving the possibility to print what we've typed in?
Re: ZX81 emulator for iOS
I think there is no rule saying we may not send what we typed in as Email.
Many programs do this.
Why shouldn't we?
Easiest would be as a .P file.
There is no need to trap the save routine.
Just mail the content of the ram when a button was pressed.
Many programs do this.
Why shouldn't we?
Easiest would be as a .P file.
There is no need to trap the save routine.
Just mail the content of the ram when a button was pressed.
In theory, there is no difference between theory and practice. But, in practice, there is.
Re: ZX81 emulator for iOS
I thought maybe support pasting key-input from clipboard e.g. The text
would type10p"hello"
20g10
And support for a Bluetooth keyboard as well.10 PRINT "HELLO"
20 GOTO 10
Re: ZX81 emulator for iOS
Does software exist that allows a PC to work as a bluetooth keyboard ?mrtinb wrote:And support for a Bluetooth keyboard as well.
Then we could write a program that reads p files and enters them into a Zeddy (emulator)
So you could watch it enter the program.
In theory, there is no difference between theory and practice. But, in practice, there is.
Re: ZX81 emulator for iOS
I have a program on macOS that does that: Type2PhonePaul wrote:Does software exist that allows a PC to work as a bluetooth keyboard ?
Re: ZX81 emulator for iOS
Guys,
Thanks for your interest.
To clarify Apple has no qualms with exporting your efforts, be it email, FTP, print outs, cassette tone etc.
Nor does Apple have have any developer restrictions for saving and reloading your work within the apps designated storage - my intension is to add this in the next version. From that point on we can start looking into other options such as emails etc.
However, they would pull the app if they got wind of any functionality that allows you to bring in and execute pre-saved files or audio cassette tone input that were not created i) in your copy of the app storage area or ii) already in the app package when downloaded from the store.
Regarding the blue tooth keyboard idea - that's a grey area. If have understood you are talking about streaming key presses from a saved file. I think they would interpret that as circumnavigating their rules but would not be able to enforce checking.
Kevin
Thanks for your interest.
To clarify Apple has no qualms with exporting your efforts, be it email, FTP, print outs, cassette tone etc.
Nor does Apple have have any developer restrictions for saving and reloading your work within the apps designated storage - my intension is to add this in the next version. From that point on we can start looking into other options such as emails etc.
However, they would pull the app if they got wind of any functionality that allows you to bring in and execute pre-saved files or audio cassette tone input that were not created i) in your copy of the app storage area or ii) already in the app package when downloaded from the store.
Regarding the blue tooth keyboard idea - that's a grey area. If have understood you are talking about streaming key presses from a saved file. I think they would interpret that as circumnavigating their rules but would not be able to enforce checking.
Kevin