EmuCR Feeds
Email Us

MAMEMAME Git (2014/11/18) 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:
* attempt at fixing kinst DRC regression (nw)
Thanks Osso
* fixed Visual Studio warning about potentially uninitialized value in src/mess/video/apple2.c (nw)
* cv1k.c: Minor spelling corrections - NW
* punctuation
* 1 more bad byte found in stopthie, confirmed by seanriddle
* 3rd attempt
* asteroid.c: Add PCB location to the newly built Lunar Lander rom and added a comment about it being build from original Atari source code. - NW
Didn't add "BAD_DUMP" marker as that is still in discussion.
* Touching all the candy again: [Alex Jackson]
Fixed an annoying inconsistency between memory_share and memory_region:
the width() method of the former returned the width in bits (8, 16, 32 or 64)
while the width() method of the latter returned the width in bytes
(1, 2, 4 or 8). Now both classes have a bitwidth() method and a bytewidth()
method. Updated all callers to use whichever one was more appropriate.
Removed the implicit-cast-to-any-integer-pointer ability of memory_regions,
which was rather unsafe (if you weren't careful with your * operators and
casts it was easy to accidentally get a pointer to the memory_region object
itself instead of to the data, with no warning from the compiler... or at
least I kept doing it) Updated all devices and drivers that were accessing
regions that way to use a region_ptr_finder when possible, and otherwise to
call base() explicitly.
* Added language rom for Lunar Lander [Mariusz Wojcieszek]
* Fixed mikrosha.c regression (nw)
* rsp: Made the RSP interpreter core functional again. [MooglyGuy]
* nw
* cleanup
* ngen: mapped DMA controller, no idea what DMA channels map to what devices, yet.

Download:MAME Git (2014/11/18) x86
Download:MAME Git (2014/11/18) 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!