7 Commits

Author SHA1 Message Date
fcambus
8f5ac85472 Enable assembly optimizations on i386 for advancemame and advancemess.
OK sthen@
2017-03-24 08:51:35 +00:00
fcambus
b08503648e Update advancemess to 3.4. 2017-03-09 09:58:15 +00:00
fcambus
c524994fe3 Update advancemess to 3.3. 2017-02-28 09:08:47 +00:00
fcambus
2cd875c8f8 Update advancemess to 3.2. 2017-02-19 15:47:14 +00:00
fcambus
bfc9593624 Disable assembly code on i386 for advancemame and advancemess.
As spotted by sthen@, when nasm is installed, assembly optimized code
is enabled at configure time on i386, and compilation fails. This code
only exists for i386, so disabling it globally using CONFIGURE_ARGS
does not affect other architectures.

OK sthen@
2017-01-02 23:27:01 +00:00
fcambus
4ec12689c3 Update advancemess to 3.0.
Both AdvanceMAME and AdvanceMESS are now distributed in one unique
tarball, and a configure switch has been introduced to choose which
emulator to build.

OK sthen@
2016-12-16 21:24:54 +00:00
fcambus
5e3a348df2 Import emulators/advancemess
AdvanceMESS is an unofficial MESS (Multi Emulator Super System) version
with advanced video support. It is an emulator for the hardware of many
different games consoles (e.g. Sega, NES, SNES, etc.) as well as many
different old games-oriented home computers (e.g. C64, C128, ZX80, etc.)

AdvanceMESS supports many special video effects to improve image quality
when it's stretched. The most advanced effects add missing pixels trying
to match the image patterns.

OK bentley@
2016-09-08 20:28:18 +00:00