I have been working with my MiSTer and loving its capabilities. It is currently sitting in a Ms. Pacman cabinet and serving as the frontend for that cabinet. I want to be able to boot directly to Ms. Pacman as default. I am aware that the Mister.ini settings can get this to work. I am confused on how the format is supposed to be laid out. I can get this to work if I pick lastcore, but I cant figure out the format for any of the other options. The ini talks about rbf files, but we now use MRA files to launch games/cores.
The part of the ini file is as follows:
Code: Select all
; lastcore - Autoboot the last loaded core (corename autosaved in CONFIG/lastcore.dat) first found on the SD/USB
; lastexactcore - Autoboot the last loaded exact core (corename_yyyymmdd.rbf autosaved in CONFIG/lastcore.dat) first found on the SD/USB
; corename - Autoboot first corename_*.rbf found on the SD/USB
; corename_yyyymmdd.rbf - Autoboot first corename_yyyymmdd.rbf found on the SD/USB
bootcore=lastcore ; uncomment to autoboot a core, as the last loaded core.
;bootcore_timeout=10 ; 10-30 timeout before autoboot, comment for autoboot without timeout.
The setting I think I need is:
this would seem to require that I also place Ms. Pacman.mra (Pacman.rbf?) in the root of the drive (renamed to corename.mra (corename.rbf?). Doesn't seem to work no matter what I try.
What I want to do is something like this
When I try this, the Mister boots to the menu screen. Any help, guidance or formatting would be greatly appreciated.