Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command line #4

Closed
mcfilmmakers opened this issue Mar 13, 2021 · 8 comments
Closed

Command line #4

mcfilmmakers opened this issue Mar 13, 2021 · 8 comments

Comments

@mcfilmmakers
Copy link

I'd love to use atomulator from my front end but I can't seem to be able to launch it in fullscreen or preload a game in the tape or disk slot. These features are essential for any emulator.

Also, a way to have fullscreen without the menu bar showing would be amazing.

@keesvanoss
Copy link

keesvanoss commented Mar 14, 2021

You can create a shortcut to start Atomulator and set the window property of the shortcut to fullscreen (with menubar).

The best way is to install the Acorn Atom Software Archive at: https://github.com/hoglet67/AtomSoftwareArchive/releases/tag/V11
Unpack the zip in the Atomulator\MMC directory

Then start Atomulator, type *CFG 80 and close Atomulator.
*CFG 80 is start with autobooting the *MENU file (SHIFT-BREAK = normal BREAK)
*CFG C0 is normal BREAK (SHIFT-BREAK = autobooting *MENU)

When you call the shortcut now, Atomulator starts in fullscreen with a menu to run almost 1000 programs.
To reset the Atom with break, press SHIFT-BREAK.

@mcfilmmakers
Copy link
Author

Thank you for suggesting the shortcut method, but it really should be a native option.

The Acorn Atom Software Archive is a terrible solution for frontends. Each game is already separate in the frontend. Clicking the game should launch that specific game only and you can't do that and it is a problem unique to Atomulator.

@hoglet67
Copy link
Owner

The Acorn Atom Software Archive is a terrible solution for frontends

The Atom Software Archive exists primarily for real Atoms fitted with the AtoMMC system.

Atomulator, just happens to allow this configuration to be emulated.

When you say "Each game is already separate in the frontend", what front-end are you referring to.

Sorry, I'm lacking a but of contexts as to what environment you are trying to run Atomulator in....

By the way, I do agree with you that additional command line options would be useful, allowing a single tape or disk image to be pre-loaded.

Dave

@Mr-Ugly-Hacks
Copy link

On the Linux version at least I was able to load a tape at start like this ./Atomulator -tape filename.uef
and for disk ./Atomulator -disc filename.dsk

I just decided to try the command line options that were available for the b-em emulator and got lucky.

@hoglet67
Copy link
Owner

hoglet67 commented Jul 9, 2021

The currently supported options are:

-disc disc.ssd  - load disc.ssd into drives :0/:2
-disc1 disc.ssd - load disc.ssd into drives :1/:3
-tape tape.uef  - load tape.uef
-fasttape       - set tape speed to fast
-autoboot       - cause atommc to auto boot on power on reset
-debug          - start debugger

(--help should list these)

See:
https://github.com/hoglet67/Atomulator/blob/master/src/atom.c#L156

@mcfilmmakers
Copy link
Author

The currently supported options are:

-disc disc.ssd  - load disc.ssd into drives :0/:2
-disc1 disc.ssd - load disc.ssd into drives :1/:3
-tape tape.uef  - load tape.uef
-fasttape       - set tape speed to fast
-autoboot       - cause atommc to auto boot on power on reset
-debug          - start debugger

(--help should list these)

See:
https://github.com/hoglet67/Atomulator/blob/master/src/atom.c#L156

THIS is what I need! Thank you! However, I should point out that this should seriously be pointed out in the readme. It simply isn't there.

Is there no command to launch in fullscreen?

@hoglet67
Copy link
Owner

hoglet67 commented Jul 9, 2021

However, I should point out that this should seriously be pointed out in the readme. It simply isn't there.

Pull requests are always welcome.

It is an open source project after all...

Is there no command to launch in fullscreen?

Not currently.

Dave

@hoglet67
Copy link
Owner

Added #6 and #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants