Search found 14 matches

by mariano_dm
Sun Feb 26, 2023 10:31 pm
Forum: Showcase your work!
Topic: ZXSpectrum Bot in twitter
Replies: 13
Views: 712

Re: ZXSpectrum Bot in twitter

Image

One can dream too
by mariano_dm
Sun Feb 26, 2023 10:27 pm
Forum: Showcase your work!
Topic: ZXSpectrum Bot in twitter
Replies: 13
Views: 712

Re: ZXSpectrum Bot in twitter

LOL , of course not.
everybody knows that emulation is done in the superior system
by mariano_dm
Sun Feb 26, 2023 10:19 pm
Forum: Emulators
Topic: Add ascii file to .tap
Replies: 10
Views: 432

Re: Add ascii file to .tap

I finally had some time to try it found this nice utility to add files to tapes tr '\n' '\15' < AUTORUN.LOG > AUTO.LOG ./taput add -n "auto LOG" AUTO.LOG tape.tap almost there, just it seems I also have to translate the EOF, it is trying to read a 'W' past the file https://i.postimg.cc/fJ9...
by mariano_dm
Sun Feb 26, 2023 9:59 pm
Forum: Emulators
Topic: Support fo scripting fuse?
Replies: 5
Views: 254

Re: Support fo scripting fuse?

After finishing a couple of side projects on atari, decided to give it a try I managed to add my logo program to tape and make fuse to load it, not pretty as you can see #!/bin/bash cp ../lib/LOGO.TAP tape.tap tr '\n' '\15' < AUTORUN.LOG > AUTO.LOG ./taput add -n "auto LOG" AUTO.LOG tape.t...
by mariano_dm
Fri Dec 16, 2022 12:13 am
Forum: Showcase your work!
Topic: ZXSpectrum Bot in twitter
Replies: 13
Views: 712

Re: ZXSpectrum Bot in twitter

Bot is now out of the bird site, giving the bird to Elon.

good news is that I migrated it to Mastodon.

@[email protected]

https://mastodon.cloud/web/accounts/109384524306443415

use #zxspectrumbot in a toot and code will run.
Feedback welcome !
by mariano_dm
Thu Sep 29, 2022 11:23 pm
Forum: Emulators
Topic: Add ascii file to .tap
Replies: 10
Views: 432

Re: Add ascii file to .tap

thanks everyone for your replies, I'll give them a try !
by mariano_dm
Wed Sep 21, 2022 10:17 pm
Forum: Emulators
Topic: Add ascii file to .tap
Replies: 10
Views: 432

Re: Add ascii file to .tap

just a plain ascii file
trying to autorun a logo proogram
by mariano_dm
Sat Sep 17, 2022 7:16 pm
Forum: Emulators
Topic: Add ascii file to .tap
Replies: 10
Views: 432

Add ascii file to .tap

This might be a dumb question. I haven't found any suitable utility to add a file to a tape or dsk from command line. bas2tap and bin2tap only work with executables and tokenized basic. I was able to do it via tapcat (after a pain to make it work). and I can see the new file in the new tape, but now...
by mariano_dm
Fri Sep 09, 2022 6:03 pm
Forum: Emulators
Topic: Support fo scripting fuse?
Replies: 5
Views: 254

Re: Support fo scripting fuse?

oh ! thanks, you're right !
for some reason I thought this was atari800-emulator specific

https://github.com/marianodominguez/Ata ... #L201-L204
by mariano_dm
Thu Sep 08, 2022 10:12 pm
Forum: Showcase your work!
Topic: ZXSpectrum Bot in twitter
Replies: 13
Views: 712

Re: ZXSpectrum Bot in twitter

By default it is Sinclair (use GO TO, case sensitive)

with the {Z} directive you switch to Boriel.

{A} for assembler
by mariano_dm
Sun Sep 04, 2022 2:49 am
Forum: Showcase your work!
Topic: ZXSpectrum Bot in twitter
Replies: 13
Views: 712

Re: ZXSpectrum Bot in twitter

And here is a "hello world" in assembler, you can practice your z80 asm too,

by mariano_dm
Sat Sep 03, 2022 8:19 am
Forum: Emulators
Topic: Support fo scripting fuse?
Replies: 5
Views: 254

Support fo scripting fuse?

Hello. I want to be able to load a program after I boot a tape. for example, autorun a logo program, after autoload the language itself, be able to send commands to the running emulator. I saw phantom typing sends commands to the emulator, but cannot find a way to send custom keystrokes. is there a ...
by mariano_dm
Sat Sep 03, 2022 8:10 am
Forum: Showcase your work!
Topic: ZXSpectrum Bot in twitter
Replies: 13
Views: 712

ZXSpectrum Bot in twitter

This is my pet project, bases on @Atari8bitbot Code in a tweet and it runs the code. sound supported and some directives: {A} assembler {Z} Zx basic compiler {D} debug (by default, bot des not reply if code fails, with this you get some feedback) {+} 128k mode ... and more https://twitter.com/ZxSpec...