Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix debug build. (nw) | 2015-03-04 | 1 | -7/+6 | |
| | |||||
* | First step to move osd_printf_* into osd again. Callbacks are now | 2015-03-04 | 1 | -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 | 2015-01-28 | 1 | -4/+3 | |
| | |||||
* | Changed osd_font to struct osd_font and removed unnecessary osdepend.h | 2015-01-17 | 1 | -2/+4 | |
| | | | includes. | ||||
* | Moved osd midi stuff to osd/modules/midi. Needed to touch a couple of | 2015-01-09 | 1 | -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 ↵ | 2014-10-13 | 1 | -0/+7 | |
| | | | | 6850-based MIDI setups. [R. Belmont] | ||||
* | (MESS) osdcore: Allow "default" for -midiin and -midiout. [R. Belmont] | 2014-06-28 | 1 | -14/+28 | |
| | |||||
* | Fix osd_printf_debug regression, replace gone wrong :) (nw) | 2014-05-07 | 1 | -1/+1 | |
| | |||||
* | -Made osd_interface base class for OSD and moved initialization for each ↵ | 2014-04-25 | 1 | -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) | 2014-04-16 | 1 | -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 |