summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdcore.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix debug build. (nw) couriersud2015-03-041-7/+6
|
* First step to move osd_printf_* into osd again. Callbacks are now couriersud2015-03-041-53/+32
| | | | implemented using an interface and use a push/pop approach where the pop can happen out of order of pushes. [Couriersud]
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-4/+3
|
* Changed osd_font to struct osd_font and removed unnecessary osdepend.h couriersud2015-01-171-2/+4
| | | includes.
* Moved osd midi stuff to osd/modules/midi. Needed to touch a couple of couriersud2015-01-091-423/+0
| | | | other files so that mame compiles and links. Tested SDL build (linux/windows).
* (MESS) osdcore: reject invalid MIDI bytes with no status, fixes most ↵ R. Belmont2014-10-131-0/+7
| | | | 6850-based MIDI setups. [R. Belmont]
* (MESS) osdcore: Allow "default" for -midiin and -midiout. [R. Belmont] R. Belmont2014-06-281-14/+28
|
* Fix osd_printf_debug regression, replace gone wrong :) (nw) Miodrag Milanovic2014-05-071-1/+1
|
* -Made osd_interface base class for OSD and moved initialization for each ↵ Miodrag Milanovic2014-04-251-0/+402
| | | | | | | | subsystem in it as virtual calls. (nw) -Moved midi handling in base class -Cleaned running_machine of information of next machine -All is cleaned after exiting of running_machine so debugger window is removed as well till next machine is started -Made osdmini to compile
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-0/+167
Moved delegates into /src/lib/util to enable usage of delegates in other project parts Moved mame_printf_* calls into /src/osd/osdcore.c and renamed them to osd_printf_* Changed mess.mak to display compilation of ymmu100.ppm nicely