summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdmini (follow)
Commit message (Expand)AuthorAgeFilesLines
* moved osdsync to root of OSD, removed osdmini (nw) Miodrag Milanovic2016-04-155-440/+0
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-143-253/+2
* update for osdmini (nw) Miodrag Milanovic2016-03-011-0/+8
* Add function for flushing file buffers Vas Crabb2016-03-011-0/+16
* replace osd_lock with std::mutex [Miodrag Milanovic] Miodrag Milanovic2016-01-301-66/+0
* osdmini: fixes build issues Stuart Carnie2016-01-291-3/+1
* common osd path environment var expansion Jeffrey Clark2016-01-061-0/+12
* clang-modernize part 5 Miodrag Milanovic2015-12-044-14/+14
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-086-0/+0
* Cleanup and version bumpmame0167 Miodrag Milanovic2015-10-281-1/+1
* pty: put a stopper in windows & osdmini versions of OSD as they don't fulivi2015-10-141-0/+8
* Fix emscripten compile (nw) Justin Kerk2015-08-121-0/+1
* Fix error handling of osd_truncate. Thomas Klausner2015-07-141-1/+1
* Implement missing osd_truncate(). Thomas Klausner2015-07-141-0/+19
* Split OSD per file [qmc2] Miodrag Milanovic2015-03-271-0/+18
* Moved build system to GENie [Miodrag Milanovic] Miodrag Milanovic2015-03-261-110/+0
* Fixed osdmini compile (nw) Miodrag Milanovic2015-02-161-3/+25
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-1/+0
* fixed osdmini compile (nw) Miodrag Milanovic2015-01-173-12/+35
* Move definition of -DOSD_WINDOWS, -DOSD_SDL and -DOSD_MINI into couriersud2015-01-091-0/+2
* - Moved OS specific low level code to osd/modules/lib. couriersud2015-01-091-10/+0
* Merged winwork and sdlwork into osd/modules/sync/work_osd.c. Moved couriersud2015-01-062-138/+5
* Moved sync related osd stuff to osd/modules/sync. (nw) couriersud2015-01-051-0/+4
* Cleanups and version bump Miodrag Milanovic2014-07-221-1/+1
* -Reorganized OSD, handling more sound output systems and debuggers, defaults ... Miodrag Milanovic2014-05-081-0/+1
* Removed dependency on pmmidi.inc (nw) Miodrag Milanovic2014-04-261-3/+0
* -Made osd_interface base class for OSD and moved initialization for each subs... Miodrag Milanovic2014-04-254-50/+12
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-3/+0
* just use core_strdup() in osd_get_full_path() in src/osd/osdmini/minifile.c (nw) Oliver Stöneberg2014-03-301-2/+1
* some mismatched malloc/free usage with osd_* functions (nw) Oliver Stöneberg2014-03-241-2/+3
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-168-280/+16
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-1/+1
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-08-181-1/+1
* (Finally found the time to finish this....) Aaron Giles2011-05-302-12/+12
* Oops. Ryan Holtz2011-05-231-1/+1
* HLSL Updates: [Ryan Holtz, Bat Country Entertainment] Ryan Holtz2011-05-221-0/+10
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-132-5/+17
* Fix build break from last checkin. Aaron Giles2011-02-061-1/+1
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-1/+1
* Cleanup & version bump.mame0140u1 Aaron Giles2010-11-082-6/+6
* Make osdmini build again. Aaron Giles2010-10-215-9/+194
* Create new class osd_interface to house OSD callbacks. Added new Aaron Giles2010-10-211-37/+20
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-6/+4
* **FOR REVIEW** Andrew Gardner2010-09-201-0/+9
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-0/+20
* Cleanups and version bump.mame0134u3 Aaron Giles2009-10-128-180/+180
* Eliminated osd_cpu.h. Aaron Giles2009-10-121-91/+0