| Commit message (Expand) | Author | Age | Files | Lines |
* | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
* | Fix long-standing architectural wart: the priority bitmap is no longer owned |  Aaron Giles | 2013-07-26 | 1 | -1/+0 |
* | emuopts.c: Added a new option -statename which allows to specify the location... |  Fabio Priuli | 2013-05-28 | 1 | -0/+1 |
* | Cleanups and version bumpmame0148u5 |  Miodrag Milanovic | 2013-05-20 | 1 | -3/+3 |
* | Adds statesave (ss) & stateload (sl) commands to the debugger. [Andrew Gardner] |  Andrew Gardner | 2013-05-14 | 1 | -0/+4 |
* | LUA 5.2.2 added to libraries, did basic hookup of LUA VM into running machine... |  Miodrag Milanovic | 2013-05-09 | 1 | -0/+1 |
* | Autoboot command support added [Ben Geeves,Miodrag Milanovic] |  Miodrag Milanovic | 2013-05-06 | 1 | -0/+3 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -100/+100 |
* | First pass at modernizing struct definitions. |  Aaron Giles | 2012-09-15 | 1 | -5/+5 |
* | Created ioport_manager and moved the port list to it. |  Aaron Giles | 2012-04-22 | 1 | -23/+2 |
* | Changed device->subregion to device->memregion. Moved |  Aaron Giles | 2012-04-20 | 1 | -82/+6 |
* | Remove color_prom parameter from PALETTE_INIT. Added code where |  Aaron Giles | 2012-04-12 | 1 | -37/+0 |
* | Merged watchdog back into running_machine. |  Aaron Giles | 2012-04-12 | 1 | -0/+11 |
* | Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. |  Aaron Giles | 2012-04-09 | 1 | -2/+0 |
* | Templatized the palette generators and made naming consistent. |  Aaron Giles | 2012-04-09 | 1 | -2/+0 |
* | Extracted driver_device base class from machine.* and into its |  Aaron Giles | 2012-04-06 | 1 | -188/+0 |
* | Converted memory_private to memory_manager and moved global memory |  Aaron Giles | 2012-04-05 | 1 | -2/+2 |
* | Moved all drivers to using the paletteram helpers defined in the |  Aaron Giles | 2012-04-05 | 1 | -21/+19 |
* | Death to generic spriteram. |  Aaron Giles | 2012-03-08 | 1 | -4/+0 |
* | Create new devices buffered_spriteram<n>_device, which manage buffered |  Aaron Giles | 2012-03-08 | 1 | -2/+0 |
* | Clean-ups and version bumpmame0144u7 |  Angelo Salese | 2012-01-29 | 1 | -1/+1 |
* | Change device reset so that the resets proceed hierarchically. Added |  Aaron Giles | 2012-01-26 | 1 | -1/+1 |
* | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -22/+25 |
* | Rewrote tilemap.c as a C++ class. For now kept the global |  Aaron Giles | 2012-01-16 | 1 | -2/+3 |
* | Major bitmap-related changes throughout the system. There are |  Aaron Giles | 2012-01-12 | 1 | -4/+5 |
* | Removed machine.generic.tmpbitmap, VIDEO_START(generic_bitmapped), |  Aaron Giles | 2012-01-02 | 1 | -1/+0 |
* | Bulk conversion of bitmap_t * to bitmap_t & . With this change the |  Aaron Giles | 2012-01-02 | 1 | -1/+1 |
* | Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a |  Aaron Giles | 2011-12-29 | 1 | -1/+0 |
* | Clean-ups and version bumpmame0144u1 |  Angelo Salese | 2011-11-27 | 1 | -2/+2 |
* | Added generic helper read/write members to the driver_device base class. |  Aaron Giles | 2011-11-22 | 1 | -0/+111 |
* | Simplified way of getting octal info (no whatsnew) |  Miodrag Milanovic | 2011-10-04 | 1 | -1/+0 |
* | Added a way to handle output for debug messages and debugger itself into octa... |  Miodrag Milanovic | 2011-10-04 | 1 | -0/+1 |
* | Allow region tags starting with a : to mean "absolute" so devices can access ... |  R. Belmont | 2011-09-17 | 1 | -0/+6 |
* | (Finally found the time to finish this....) |  Aaron Giles | 2011-05-30 | 1 | -0/+2 |
* | Switch input ports to use function-based constructors instead of tokens. |  Aaron Giles | 2011-05-10 | 1 | -1/+1 |
* | Attach gamedrv's input ports to the driver_device, so that there's |  Aaron Giles | 2011-05-05 | 1 | -0/+1 |
* | Be consistent about template argument naming. |  Aaron Giles | 2011-04-30 | 1 | -4/+4 |
* | Latest delegate changes removed the need for bindable_object, so |  Aaron Giles | 2011-04-29 | 1 | -1/+1 |
* | Switch to using delegates for some callbacks: |  Aaron Giles | 2011-04-27 | 1 | -5/+6 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -65/+27 |
* | Rename state_manager -> save_manager since the term "state" is overloaded. |  Aaron Giles | 2011-04-20 | 1 | -2/+2 |
* | Switch from m_machine to machine() everywhere. In some cases this |  Aaron Giles | 2011-04-18 | 1 | -0/+1 |
* | Cleanups and version bump.mame0142 |  Aaron Giles | 2011-04-03 | 1 | -5/+5 |
* | Minor cleanups. |  Aaron Giles | 2011-03-30 | 1 | -6/+1 |
* | Move overridable device->rom_region(), device->machine_config_additions(), and |  Aaron Giles | 2011-03-30 | 1 | -1/+1 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -16/+16 |
* | Cleanup of machine.h. Shuffled some fields around, and moved several |  Aaron Giles | 2011-03-28 | 1 | -96/+110 |
* | Decouple memory_region parameters from the ROMREGION flags. |  Aaron Giles | 2011-03-14 | 1 | -7/+6 |
* | Attached emu_options to the machine_config, and the running_machine |  Aaron Giles | 2011-03-10 | 1 | -3/+2 |
* | Converted core_options to a class. Removed a bunch of marginal |  Aaron Giles | 2011-03-03 | 1 | -3/+3 |