summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* More efficient device error logging AJR2016-06-201-1/+3
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-2/+1
* remove ui/ui.h dependency from emu.h (for couriersud) Vas Crabb2016-04-101-4/+0
* renamed memory.* to emumem.* (nw) Miodrag Milanovic2016-04-081-1/+1
* Removed I64FMT and SIZETFMT, one usage left in chdman.cpp (nw) Miodrag Milanovic2016-03-071-1/+0
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-0/+7
* cleanup (nw) Miodrag Milanovic2016-02-211-0/+1
* generic machine is now bookkeeping (nw) Miodrag Milanovic2016-01-101-1/+1
* Added pre-compiled headers support to build system (nw) Miodrag Milanovic2016-01-011-2/+0
* tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) Miodrag Milanovic2015-12-091-0/+2
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-031-0/+5
* no need to include network.h (nw) Miodrag Milanovic2015-11-061-3/+0
* removed render.h from emu.h and fix deps (nw) Miodrag Milanovic2015-11-061-1/+0
* Relaxed emu.h a bit, should make compile a bit faster (nw) Miodrag Milanovic2015-11-051-11/+2
* pty: first step of pseudo terminal implementation fulivi2015-10-131-0/+1
* core: Add per-game parameters [O. Galibert] Olivier Galibert2015-01-251-0/+1
* -Created machine_manager as singleton class that contains (for now) one runni... Miodrag Milanovic2014-06-061-1/+1
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-1/+1
* farewell devcb (nw) Miodrag Milanovic2014-05-131-1/+0
* Small core cleanup (nw) Miodrag Milanovic2014-04-151-1/+0
* device_gfx_interface [Alex Jackson] Alex W. Jackson2014-04-051-0/+1
* h8: Rewrite [O. Galibert] Olivier Galibert2014-03-251-0/+1
* Added device_output_interface and macros MCFG_OUTPUT_INDEX/MCFG_OUTPUT_NAME w... Curt Coder2014-03-051-0/+1
* Renamed uimenu.? ==> ui/menu.?, uimain.? ==> Jürgen Buchmüller2014-01-171-1/+1
* Slot options can now be configured inline without creating an array. Legacy s... smf-2013-12-161-1/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Made both DRC and Non-DRC compile for MIPS, RSP and SH2 core and added option... Miodrag Milanovic2013-08-271-3/+3
* Moved tilemap_memory into a generic memory_array class, since it is Aaron Giles2013-08-071-0/+1
* removed obsolete legacy define from src/emu/emu.h (nw) Oliver Stöneberg2013-08-021-3/+0
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-0/+1
* Memory system: added endianness to the memory_share class. Aaron Giles2013-07-201-0/+1
* LUA 5.2.2 added to libraries, did basic hookup of LUA VM into running machine... Miodrag Milanovic2013-05-091-0/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-0/+1
* Moved device_delegates into their own files. Employed a Aaron Giles2012-09-261-29/+1
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-0/+29
* Merged watchdog back into running_machine. Aaron Giles2012-04-121-1/+0
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-1/+0
* Extracted driver_device base class from machine.* and into its Aaron Giles2012-04-061-0/+1
* Move driver list/enumerator to new file drivenum.c/.h. Aaron Giles2012-04-061-1/+1
* Rewrote SAMPLES as a modern device. Updated all callers. FLAC Aaron Giles2012-02-191-1/+0
* Major CHD/chdman update. The CHD version number has been increased Aaron Giles2012-02-161-1/+0
* floppy: Do specific UI handling [O. Galibert] Olivier Galibert2012-01-231-0/+3
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-0/+3
* Sync with MESS all credited there (no whatsnew) Miodrag Milanovic2011-12-121-0/+3
* Commented (per Kale's request) not removed libcothread usage in core (require... Miodrag Milanovic2011-11-301-1/+1
* Added network support used by MESS implemented by Carl (no whatsnew) Miodrag Milanovic2011-09-091-0/+1
* - Created device_serial_interface that should be used by UART's (no whatsnew) Miodrag Milanovic2011-09-021-0/+1
* inptport.* -> ioport.* Aaron Giles2011-06-281-1/+1
* devintrf.* -> device.* Aaron Giles2011-06-281-1/+1