diff options
author | 2022-06-13 16:53:23 +1000 | |
---|---|---|
committer | 2022-06-13 16:53:23 +1000 | |
commit | 74fe6e9d5ca562915fcb70614d36d1b5101e695b (patch) | |
tree | eb19bd028a70ece6c79f17a9a8c14bd348b42c14 /scripts/resources | |
parent | 30ef2dd86b11eb1f3d80412f0819b42a5af16966 (diff) |
-Got rid of some legacy MESS support glue.
* Got rid of the special-casing for the "mess" subtarget name.
* Got rid of the MESS-specific Windows resources, emuator info source
and man page.
* Added subtarget name to the internal name and original name in Windows
resources.
-ui: Put the system-specific items on the input settings menu together,
and fixed the crosshair visibility settings.
Diffstat (limited to 'scripts/resources')
-rw-r--r-- | scripts/resources/windows/mame/mame.rc | 3 | ||||
-rw-r--r-- | scripts/resources/windows/mess/mess.ico | bin | 372526 -> 0 bytes | |||
-rw-r--r-- | scripts/resources/windows/mess/mess.man | 16 | ||||
-rw-r--r-- | scripts/resources/windows/mess/mess.rc | 14 |
4 files changed, 0 insertions, 33 deletions
diff --git a/scripts/resources/windows/mame/mame.rc b/scripts/resources/windows/mame/mame.rc index 8156b424c64..14caef933b9 100644 --- a/scripts/resources/windows/mame/mame.rc +++ b/scripts/resources/windows/mame/mame.rc @@ -6,9 +6,6 @@ // //============================================================ -#include <windows.h> -#include "mamevers.rc" - 1 24 MOVEABLE PURE "mame.man" 2 ICON DISCARDABLE "mame.ico" diff --git a/scripts/resources/windows/mess/mess.ico b/scripts/resources/windows/mess/mess.ico Binary files differdeleted file mode 100644 index bab67dd6195..00000000000 --- a/scripts/resources/windows/mess/mess.ico +++ /dev/null diff --git a/scripts/resources/windows/mess/mess.man b/scripts/resources/windows/mess/mess.man deleted file mode 100644 index 7feef51ce9f..00000000000 --- a/scripts/resources/windows/mess/mess.man +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> - <assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="MESS" type="win32" /> - <description>MESS</description> - <dependency> - <dependentAssembly> - <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" publicKeyToken="6595b64144ccf1df" language="*" processorArchitecture="*"/> - </dependentAssembly> - </dependency> - <asmv3:application> - <asmv3:windowsSettings> - <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware> - <longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware> - </asmv3:windowsSettings> - </asmv3:application> -</assembly> diff --git a/scripts/resources/windows/mess/mess.rc b/scripts/resources/windows/mess/mess.rc deleted file mode 100644 index 1329bcd6fb8..00000000000 --- a/scripts/resources/windows/mess/mess.rc +++ /dev/null @@ -1,14 +0,0 @@ -// license:BSD-3-Clause -// copyright-holders:Aaron Giles -//============================================================ -// -// mess.rc - Minimal resource file for Win32 MAME -// -//============================================================ - -#include <windows.h> -#include "messvers.rc" - -1 24 MOVEABLE PURE "mess.man" - -2 ICON DISCARDABLE "mess.ico" |