summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine.h
Commit message (Expand)AuthorAgeFilesLines
* Move destructor definitions out of header files included by emu.h; clean some... Alex W. Jackson2014-03-271-3/+0
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-0/+2
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-10/+9
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-8/+0
* rest of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-251-1/+1
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+0
* Let running_machine handle nvram save/load (nw) Miodrag Milanovic2014-02-021-0/+4
* Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention... Nathan Woods2014-01-291-0/+3
* Unglamorous changes from my UI rewrite Jürgen Buchmüller2014-01-171-0/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-1/+0
* emuopts.c: Added a new option -statename which allows to specify the location... Fabio Priuli2013-05-281-0/+1
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-3/+3
* Adds statesave (ss) & stateload (sl) commands to the debugger. [Andrew Gardner] Andrew Gardner2013-05-141-0/+4
* LUA 5.2.2 added to libraries, did basic hookup of LUA VM into running machine... Miodrag Milanovic2013-05-091-0/+1
* Autoboot command support added [Ben Geeves,Miodrag Milanovic] Miodrag Milanovic2013-05-061-0/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-100/+100
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-5/+5
* Created ioport_manager and moved the port list to it. Aaron Giles2012-04-221-23/+2
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-82/+6
* Remove color_prom parameter from PALETTE_INIT. Added code where Aaron Giles2012-04-121-37/+0
* Merged watchdog back into running_machine. Aaron Giles2012-04-121-0/+11
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-2/+0
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-2/+0
* Extracted driver_device base class from machine.* and into its Aaron Giles2012-04-061-188/+0
* Converted memory_private to memory_manager and moved global memory Aaron Giles2012-04-051-2/+2
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-21/+19
* Death to generic spriteram. Aaron Giles2012-03-081-4/+0
* Create new devices buffered_spriteram<n>_device, which manage buffered Aaron Giles2012-03-081-2/+0
* Clean-ups and version bumpmame0144u7 Angelo Salese2012-01-291-1/+1
* Change device reset so that the resets proceed hierarchically. Added Aaron Giles2012-01-261-1/+1
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-22/+25
* Rewrote tilemap.c as a C++ class. For now kept the global Aaron Giles2012-01-161-2/+3
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+5
* Removed machine.generic.tmpbitmap, VIDEO_START(generic_bitmapped), Aaron Giles2012-01-021-1/+0
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-1/+1
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-1/+0
* Clean-ups and version bumpmame0144u1 Angelo Salese2011-11-271-2/+2
* Added generic helper read/write members to the driver_device base class. Aaron Giles2011-11-221-0/+111
* Simplified way of getting octal info (no whatsnew) Miodrag Milanovic2011-10-041-1/+0
* Added a way to handle output for debug messages and debugger itself into octa... Miodrag Milanovic2011-10-041-0/+1
* Allow region tags starting with a : to mean "absolute" so devices can access ... R. Belmont2011-09-171-0/+6
* (Finally found the time to finish this....) Aaron Giles2011-05-301-0/+2
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Attach gamedrv's input ports to the driver_device, so that there's Aaron Giles2011-05-051-0/+1
* Be consistent about template argument naming. Aaron Giles2011-04-301-4/+4
* Latest delegate changes removed the need for bindable_object, so Aaron Giles2011-04-291-1/+1
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-5/+6
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-65/+27
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-2/+2