summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/unicode.c
diff options
context:
space:
mode:
author Scott Stone <tafoid@gmail.com>2015-11-07 20:43:46 -0500
committer Scott Stone <tafoid@gmail.com>2015-11-07 20:43:46 -0500
commit15e03e7760eff76ef9f583076926d2936e0ac630 (patch)
tree4e84f5c1ef45c5964055973f83f72c55a7238e13 /src/lib/util/unicode.c
parent44b88787c3561744835ed28a7be6aa9fad61f4f7 (diff)
Allow DEBUG=1 build to compile on Windows (nw)
Diffstat (limited to 'src/lib/util/unicode.c')
0 files changed, 0 insertions, 0 deletions
6149e982ea9b87e65b08e77cd940554?s=128&d=retro' /> Vas Crabb2018-05-161-3/+3 * - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-3/+3 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2 * (nw) output finders for techno,thayers, tm990189,turbo Robbbert2018-04-041-18/+23 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+6 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-6/+8 * turbo: Add 74LS259 (nw) AJR2017-07-271-1/+3 * Self-registering devices prep: Vas Crabb2017-02-271-0/+2 * NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-60/+60 * Don't use AM_MASK on ram, you end up with an incorrect allocation size [O. Ga... Olivier Galibert2016-06-041-1/+5 * segacrpt is also a device, again reduced some duplication (nw) David Haywood2016-04-121-1/+0 * reverting: Miodrag Milanovic2016-01-201-1/+1 * tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1 * removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-1/+0 * removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+1 * memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-0/+2 * Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-2/+2 * Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2 * More region_ptr_finder conversions (nw) Alex W. Jackson2014-10-181-5/+12 * samples_device: converted to use inline config and delegates. Will probably n... Ivan Vangelista2014-09-041-0/+3 * Updated most of the remaining static TIMER_CALLBACKs (nw) to MEMBERs. (nw) Ivan Vangelista2014-08-291-0/+1 * Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1 * Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3 * moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+4 * Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-1/+1 * "samples" lookup tag removal (nw) Miodrag Milanovic2013-04-141-2/+5 * Modernization of drivers part 19 (no whatsnew) Miodrag Milanovic2013-02-131-0/+19 * Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-35/+35 * Replace some *_DEVICE_HANDLER with _MEMBER calls, mostly audio (no whatsnew) Miodrag Milanovic2012-09-281-11/+8 * Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+1 * manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-16/+0 * Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+6 * Memory handler normalization, part 1.