EmuCR Feeds
Email Us

MAMEMAME Git (2015/03/04) is compiled. MAME stands for Multiple Arcade Machine Emulator. When used in conjunction with images of the original arcade game's ROM and disk data, MAME attempts to reproduce that game as faithfully as possible on a more modern general-purpose computer. MAME can currently emulate several thousand different classic arcade video games from the late 1970s through the modern era.

MAME Git Changelog:
* m6502: Fix icounting [Peter Ferrie]
* First step to move osd_printf_* into osd again. Callbacks are now
implemented using an interface and use a push/pop approach where the pop
can happen out of order of pushes. [Couriersud]
* Merge branch 'master' of https://github.com/mamedev/mame
* Merge branch 'master' of https://github.com/mamedev/mame
* i386.c: x87 condition code flag C1 must be 1 in case of a stack overflow, 0 in case of a stack undeflow (nw)
* xrally experiments (nw)
* notes (nw)
* Remove use of has_key() for Python 3 compat. (nw)
* tryout.c: reverted error on my part. (nw)
* funkball.c: used ioport_array. (nw)
This enormously reduces tagmap lookups, but doesn't help much with performance:
mame64d 0.159
253140209 tagmap lookups
Average speed: 8.30% (19 seconds)
mame64d current
153521 tagmap lookups
Average speed: 9.67% (19 seconds)
* Remove except clause syntax not supported on Python 3. (nw)
This change uses sys.exc_info()[1] instead of the "as" syntax
to retain Python 2.5 compatibility.
* bbusters.c: added save state support (nw)
* tryout.c: added save state support (nw)
* Merge pull request #145 from reedlove/patch-2
Update file2str.py for Python 3 compat
* Update file2str.py
Sorry about my previous recommendation that broke Python 2. It's been so long that I forgot that Python 2 open 'rb' returns a string representation of bytes. The above code will properly handle type conversion for Python 2.
* Fix Python 2 compatibility. Someone can fix Python 3 if they want, but not at the expense of 2.
* Change dangerous variable name.
* Merge pull request #144 from reedlove/patch-1
Fix TypeError exception in file2str (reedlove)

Download:MAME Git (2015/03/04) x86
Download:MAME Git (2015/03/04) x64
Source: Here



Random Related Topic Refresh Related Topic

Random Related Topic Loading...

0 Comments

Post a Comment

Can't post a comment? Try This!