Im looking into using some raspberry pi's to create desktop dedicated mini arcades.. I dont want a front loader experiance however.. im looking to set it up so that the unit powers on, boots right into a game ROM.
Is this even possible? I dont want to mess around with selecting roms etc.. anyone have thoughts?
I gave this a try today, and found it didnt work. I am sure it is a mistake on my side. I was just wondering if there could be more description of the command lines and such that should be replaced.
I replaced from "menu.py" on with "/home/pi/emulators/mame4all-pi/mame" and the game afterwards and it stops the boot with a python error.
Sorry. I wasnt clear, I removed menu.py and replaced with the above and it brings up a line error. I suppose this might have to do with how I modify the file. I use file zilla and modify in notepad, is this the correct way to do this?
I was having the same problem too using file zilla. Need to modify .profile on the pi itself. Went to command prompt and typed "startx" to launch wheezy gui. Then I modified the .profile file by removing the full "python /home/pi/pimame_files/menu.py" line with "/home/pi/emulators/mame4all-pi/mame"....no double quotes of course.