summaryrefslogtreecommitdiffstats
path: root/docs/release/src/osd/winui/treeview.cpp
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2019-07-15 20:02:27 +0200
committer Olivier Galibert <galibert@pobox.com>2019-07-15 20:02:39 +0200
commit4c0800c73ca4e34d0cdb16f0673ec4733f62dfc4 (patch)
tree970c4653438593ecd519bf1d2a084e3069d658e9 /docs/release/src/osd/winui/treeview.cpp
parent1f9fd834aff1b348f1ba099179ca15eb602e102c (diff)
mindset: Add mouse and joystick [O. Galibert, Al Kossow]
Diffstat (limited to 'docs/release/src/osd/winui/treeview.cpp')
0 files changed, 0 insertions, 0 deletions
* k051960: converted to use device_gfx_interface, inline configs and ↵ Fabio Priuli2014-06-2514-731/+541 | | | | | | delegates. nw. while at it, also removed unnecessary configurations and removed later stage interleaving of the sprite roms (they just needed to be loaded in the correct way) * Fix a couple of ROM loading errors introduced in r31099; clarify mia/tmnt ↵ Alex W. Jackson2014-06-252-146/+70 | | | | graphics ROM descrambling (nw) * k052109: converted to use device_gfx_interface, inline configs and ↵ Fabio Priuli2014-06-2517-795/+614 | | | | | | delegates. nw. while at it, also removed unnecessary configurations and removed later stage interleaving of the tile roms (they just needed to be loaded in the correct way) * New clones added Ivan Vangelista2014-06-231-0/+43 | | | | ---------------- 42 (hack of 1942) * funworld.c: Fully decrypted rcdino4 and promoted to working state. [Peter ↵ Scott Stone2014-06-231-24/+28 | | | | | | | Ferrie] New game promoted from NOT_WORKING status ----------------------------------------- Royal Card (Italian, Dino 4 hardware, encrypted) [Roberto Fresca, Peter Ferrie] * ok, made TMPZ84C011 pins external instead of making drivers having to ↵ Michaël Banaan Ananas2014-06-234-18/+14 | | | | interface with its internal peripherals * New clones added R. Belmont2014-06-231-0/+16 | | | | | | ---------------- Mario Kart Arcade GP 2 (MK21 Ver. A alt dump) [bobaruni] * New games added as GAME_NOT_WORKING R. Belmont2014-06-231-0/+24 | | | | | | ----------------------------------- Mario Kart Arcade GP 2 (MK21 Ver. A) [Guru] * emupal/tilemap refactoring: configure_tilemap_groups is now a tilemap_t ↵ Alex W. Jackson2014-06-221-1/+1 | | | | method rather than a palette_device method (nw) * new clones David Haywood2014-06-211-0/+28 | | | Peek-a-Boo! (US, ver 1.0) [no credit needed] * work in progress (nw) David Haywood2014-06-211-1/+1 | * partial revert of r31054: daisy chain config is on TMPZ84C011 external pins Michaël Banaan Ananas2014-06-214-6/+40 | * nw Michaël Banaan Ananas2014-06-211-4/+5 | * fixed vulgus wrong sprite wraparound Michaël Banaan Ananas2014-06-211-1/+0 | * tweak music tempo Michaël Banaan Ananas2014-06-211-4/+6 | | | http://mametesters.org/view.php?id=5562 * got rid of tmpz84c011 ctc trampolines Michaël Banaan Ananas2014-06-214-56/+11 | * move some code around for later (nw) David Haywood2014-06-201-0/+8 | * peplus.c: Minor text corrections - NW54?s=128&d=retro' /> Vas Crabb2016-11-231-11/+11 * encapsulate mouse translation in the menu code, make more stuff const Vas Crabb2016-11-231-10/+40 * Encapsulate a bit more of the menu base class to control when layout changes ... Vas Crabb2016-11-231-4/+17 * Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1 * Improvements to rgb_t (nw) AJR2016-10-221-4/+4 * more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-3/+3 * NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-13/+13 * quick fixes to some more stuff that isn't supplementary plane clean Vas Crabb2016-08-031-1/+0 * std::min and std:max instead of MIN and MAX, also some more macros converted ...