pfeMame (écrit par Gareth Finch) est un frontend pour MAME, écrit en Python. Il est multiplateforme (testé sur Linux – Ubuntu et Windows). Il comprend également une interface graphique destinée aux MameCab qui permet le contrôle à l’aide de joystick / manette.

 

pfemame_main

 
– Reinstated the pfeMAME.png file in the root pfeMAME folder. While it’s not used by any part of the code, in Linux it can be used to create a desktop icon and in some distributions they will automatically see that icon for the desktop.
– Updated the code that tries to open the pfeMAME manual. It needed to check first for the existence of the pfeMAME manual file itself before trying to open it.
– Fixed the problem with the manual not always opening under Linux builds – depended upon the folder name – if it included a space (like the Builds do) then it wouldn’t work. Contrary to what everyone says, I did have to encapsulate the path in quotes.
– Added a method to make a game a favorite by clicking in the favorite column for that game. Did the same with star rating. UPDATE – Have actually commented this out in the source code as it was causing an unwanted problem when you use the cursor keys to scroll and the mouse pointer was hovering over the rating or favorite column (every game was then selected as a favorite). Will come back to this later.
– Added a method to reset the game emulation engine back to the default MAME for any games that have been selected to use a different engine (e.g. sega model2/3)
– Adjusted the panel size for the MAME controls popup window so that it displays more detail and fits better on the screen
– Fixed a bug in the filepaths.py window sizing that was causing very different size issues across different platforms and even within different display managers under Linux.
– Suppressed the option to play games with different emulation engines under Linux as there is no support for the model2/3 engines that I am aware of.
– In tile view I have changed some of the textctrl objects to statictext as under newer versions of Linux I was having problems with borders being displayed
– Fixed a bug that was creating duplicate entries in the runs.dat file once the number of runs exceeded 9. The method I was using to locate an entry in the file was incorrect and didn’t allow for numbers above 9 (Due to 10 being 2 digits not 1).
– Added some highlighting of the messages and game information headings to make them a bit prettier
– Removed the unnecessary print() commands in the open manual code – what were they doing there I don’t know.
– Added gio open as a method to open the pfeMAME manual as under Ubuntu 17.10 the old gnome-open has been depreciated and should no longer be used
– Finally fixed the longstanding indexerror exception raised by the ultimatelistcontrol object in Linux only when trying to move or drag the pointer over the header. Never found out why so have just implemented an override for the GetItem function and added a capture for the exception so I no longer get an error.
– If systems support is not enabled, do not look for systems at all when building the database from scratch. This can speed things up on slower systems.
– If in preferences a setting has been changed that requires a restart of pfeMAME, you will now be notified by a pop-up-prompt when the preferences window is closed.
– Added a game video play function. A new folder ‘video’ is available in file paths. If a video is available for the currently selected game, a caption under the game image will say that a video is available. If in preferences you have selected to auto play game videos, then the message will say that the video is auto loading in 5 seconds, after which it will automatically play.
– Replaced the message window delimiter with a global one (also made it longer)
– Added date/time stamp to the messages window
– Removed the listverticalsize variable as it was static and not needed
– Removed the preference to scale game icons as if you dont select this and you have a very large icon library like me, the application will essentially stall on startup as it will take forever to read each icon to find its size in order to set the maximum row size.
– Implemented a preference for game icon scaling size as a fixed value of 16, 24, or 32 pixels. 16 is default but 24 kind of looks nice.

 

Télécharger pfeMame (32 bits) v2.29.4 (24.5 Mo)

Télécharger pfeMame (64 bits) v1.008 (12.5 Mo)

Site Officiel

En savoir plus…