42bs Posted May 6 Share Posted May 6 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 2 Quote Link to comment Share on other sites More sharing options...
SainT Posted May 9 Share Posted May 9 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. 5 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.