Jump to content
IGNORED

Feature request: Autoload games


Recommended Posts

Here a request for some nice feature:

 

- If "autoload.j64" start uppon boot w/o menu showing unless:

 - A/B/C pressed => menu

 - 0..9 pressed => start game 0_*.j64 to 9_*.j64

 

  • Like 2
Link to comment
Share on other sites

The autobooting stuff is already present via autoexec.inf. You can add an image to display as well as a ROM to load.

 

Example autoexec.inf:

ROM=mygame.rom
E2P=mygame.e2p
E2S=2

 

Where E2S is 0:128,1:512,2:2048.

 

It will display an image called title.pal or title.ntsc (depending on console region) which is in the root. The image should be 162 (NTSC) or 188 (PAL) pixels high and 256 pixels wide as 16bpp rgb.

 

I have now added in the ability to hold down 0-9 and it will load /autoboot.[0-9] should you have some favorites.

 

  • Like 5
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...