Welcome!

General Emulation => MAME => Topic started by: orçotüsi5 on April 06, 2014, 12:54:18 PM

Title: Why is it so slowed down the development of mame emulator?
Post by: orçotüsi5 on April 06, 2014, 12:54:18 PM
Why is it so slowed down the development of mame emulator?

mame 152 have been released in December, but has not been released the new version, over 4 months of mame 152.



ancient times every month release 4-5 new emulator version, but now only release 2-3  version at year.  :redface:

Title: Re: Why is it so slowed down the development of mame emulator?
Post by: Haze on April 08, 2014, 03:18:01 PM
Why is it so slowed down the development of mame emulator?

mame 152 have been released in December, but has not been released the new version, over 4 months of mame 152.



ancient times every month release 4-5 new emulator version, but now only release 2-3  version at year.  :redface:

The remaining work is more difficult, there are less active developers making new drivers / fixing emulation in old drivers, progress is slower.

Also there's simply less left that developers find attractive, so more and more of them are looking at problems in the Mess side of the code.
Title: Re: Why is it so slowed down the development of mame emulator?
Post by: SeiferAlmasy on April 11, 2014, 07:59:27 PM
I always wondered, why mame is not loaded by modules ... actually do not know if it would make the fastest emulation, and do not know how the mame works currently, but would not be easier to carry only what will be used in memory , part video, sound, colors and etc.?
Title: Re: Why is it so slowed down the development of mame emulator?
Post by: Haze on April 20, 2014, 11:44:45 AM
I always wondered, why mame is not loaded by modules ... actually do not know if it would make the fastest emulation, and do not know how the mame works currently, but would not be easier to carry only what will be used in memory , part video, sound, colors and etc.?

Any recent OS is already silently doing that for you.

It makes no difference to performance, you can compile a MAME build with support for just one game, it performs the same as one with everything from MESS supported too (UME)
Title: Re: Why is it so slowed down the development of mame emulator?
Post by: SeiferAlmasy on July 05, 2014, 01:36:31 PM
I thought that separating by modules, he used only the game were to use, streamlining emulation, at least in theory sounds like a good idea

But, thanks for explanation