From 6efde77d706469e3b44f758be0e64925d2c5308f Mon Sep 17 00:00:00 2001 From: hap Date: Sat, 17 Feb 2024 17:34:52 +0100 Subject: montreux.lay: embedded svg to make the sprite pattern anti aliased --- src/mame/layout/mephisto_montreux.lay | 36 +++++++++++++++++++++++++++++------ src/mame/yamaha/ymmu10.cpp | 2 +- 2 files changed, 31 insertions(+), 7 deletions(-) diff --git a/src/mame/layout/mephisto_montreux.lay b/src/mame/layout/mephisto_montreux.lay index aecfe21f3b3..5500f477212 100644 --- a/src/mame/layout/mephisto_montreux.lay +++ b/src/mame/layout/mephisto_montreux.lay @@ -64,6 +64,35 @@ authors:Sandro Ronco, hap + + + + + + + + + + + + + + + + + + + + + + + + + + ]]> + + @@ -103,7 +132,6 @@ authors:Sandro Ronco, hap - @@ -474,11 +502,7 @@ authors:Sandro Ronco, hap - - - - - + diff --git a/src/mame/yamaha/ymmu10.cpp b/src/mame/yamaha/ymmu10.cpp index f8e0f7c4a3d..920d4081f7d 100644 --- a/src/mame/yamaha/ymmu10.cpp +++ b/src/mame/yamaha/ymmu10.cpp @@ -2,7 +2,7 @@ // copyright-holders:R. Belmont, Olivier Galibert /************************************************************************************* - Yamaha MU-15 : 16-part, 32-note polyphonic/multitimbral General MIDI/GS/XG + Yamaha MU-10 : 16-part, 32-note polyphonic/multitimbral General MIDI/GS/XG tone module Driver by R. Belmont and O. Galibert -- cgit v1.2.3