Search found 97 matches
- Mon Dec 02, 2019 10:14 pm
- Forum: Emulators
- Topic: Currah µSpeech support in emulators?
- Replies: 3
- Views: 116
Re: Currah µSpeech support in emulators?
InkSpector 2 supports the µSpeech. It also has support for a similar device, the Fuller Orator, which is apparently more convenient to use in software (it doesn't seem to require a buffer). That's a great find, thanks! By the way, you can still run Windows 3.1 programs in 64-bit Windows. See here: ...
- Mon Dec 02, 2019 9:05 pm
- Forum: Emulators
- Topic: Currah µSpeech support in emulators?
- Replies: 3
- Views: 116
Currah µSpeech support in emulators?
I've been wanting to do some messing around with the Currah µSpeech unit for some time. I have a real unit for testing, but obviously there's not much point writing software for it if there are no emulators that actually support it. All I've been able to find so far are: ZX Spin (quite old and has g...
- Mon Nov 04, 2019 9:44 pm
- Forum: Design/Ideas
- Topic: Game Engine Ideas
- Replies: 20
- Views: 919
Re: Game Engine Ideas
... Or although BASIC is fairly slow, some graphics engine that can be set up from BASIC then have the whole screen rendered in a single operation. This would have to be something simple, maybe static screens or a small number of moving objects. ... I don't want to hijack the thread, but I could he...
- Sat Nov 02, 2019 9:58 am
- Forum: Sinclair Miscellaneous
- Topic: Spectrum memes
- Replies: 451
- Views: 48318
- Wed Oct 30, 2019 5:26 pm
- Forum: Sinclair Miscellaneous
- Topic: Spectrum memes
- Replies: 451
- Views: 48318
Re: Spectrum memes
https://i.imgflip.com/3ef1qh.jpg Chortle. Any idea what he's playing btw? Or.. or.. just a thought.. that phone can't receive texts.. I'd say that's on her! I don't know about that: some providers offer a service where texts are converted to voice messages using text-to-speech so that they can be r...
- Sun Sep 29, 2019 9:18 pm
- Forum: Games/Software
- Topic: Famous beeper sounds
- Replies: 40
- Views: 1933
Re: Famous beeper sounds
Perhaps the "Yippee!" in Splat? Pretty impressive for 1983. ; Assemble above $8000 c_yippee: ld hl,d_yippee ld de,$03e8 di c_yippee_l1: ld c,(hl) ld a,$11 out ($fe),a c_yippee_l2: ld b,03 djnz $ dec c jr nz,c_yippee_l2 inc hl ld c,(hl) ld a,$1 out ($fe),a c_yippee_l3: ld b,03 djnz $ dec c jr nz,c_yi...
- Fri Aug 30, 2019 8:16 pm
- Forum: Music
- Topic: #BeepolaFriday
- Replies: 55
- Views: 8059
Re: #BeepolaFriday
A cover of "Wolf Pac", from the secret Pac-Man level in Wolfenstein 3-D:
Vortex Tracker 2 file from Dropbox
Vortex Tracker 2 file from Dropbox
- Tue Aug 27, 2019 8:39 am
- Forum: Showcase your work!
- Topic: "Go-Go BunnyGun", first screen grabs.
- Replies: 123
- Views: 11835
Re: "Go-Go BunnyGun", first screen grabs.
That's because that demo is the latest public release. The game hasn't been finished yet.stupidget wrote: ↑Tue Aug 27, 2019 8:34 amWhere can I download this game from? The download on here only has the Firing Demo TAP:
https://spectrumcomputing.co.uk/index.p ... 6&id=34612
- Sat Aug 03, 2019 3:46 pm
- Forum: Programming
- Topic: Black squares...
- Replies: 15
- Views: 801
Re: Black squares...
Thanks Prosm! Does that also include key command words and punctuation? In 128K mode, the only key positions you'll have to remember are for the punctuation marks. Everything else is typed out letter by letter, including key command words. You may also want to consider trying out the "Keyboard Help...
- Sat Aug 03, 2019 12:20 pm
- Forum: Programming
- Topic: Black squares...
- Replies: 15
- Views: 801
Re: Black squares...
BTW is there a command to make the keyboard window in Fuse get bigger somehow? I have to use a magnifying glass to read it. If you're talking about the "Keyboard Helper" window, then I'm afraid not - that's the biggest it gets. If you are having trouble with the keyword entry system, you might want...