summaryrefslogtreecommitdiffstats
path: root/docs/release/scripts/src/osd/uwp_cfg.lua
blob: 28892656728ce72c591b576bc84059fb17c1b71c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
-- license:BSD-3-Clause
-- copyright-holders:MAMEdev Team

defines {
	"OSD_UWP=1",
	"USE_QTDEBUG=0",
	"SDLMAME_NOASM=1",
	"USE_OPENGL=0",
	"NO_USE_MIDI=1",
	"WINVER=0x0603",
	"_WIN32_WINNT=0x0603",
	"NTDDI_VERSION=0x06030000",
	"MODERN_WIN_API",
	"WIN32_LEAN_AND_MEAN",
	"NOMINMAX",
}

flags {
	"Unicode",
}
9:30:01 -0400'>2018-08-171-8/+8 * play.cpp: verified that Third World and Night Fever share the same ROMs with ... Ivan Vangelista2018-07-231-1/+21 * Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1 * stronger private: use (N, O, P, Q, R) (#3717) David Haywood2018-06-301-3/+5 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-7/+7 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-5/+5 * dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-13/+13 * (nw) output finder for micropin,mmd1,nsm,play_1,play_2,rowamet Robbbert2018-04-041-32/+35 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-23/+26 * (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+3 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+6