summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* make ui_active a user option Michaƫl Banaan Ananas2012-08-281-1/+1
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-3/+0
* Created ioport_manager and moved the port list to it. Aaron Giles2012-04-221-2/+2
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-65/+6
* Merged watchdog back into running_machine. Aaron Giles2012-04-121-2/+89
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-3/+0
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-3/+0
* Extracted driver_device base class from machine.* and into its Aaron Giles2012-04-061-244/+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-4/+6
* Death to generic spriteram. Aaron Giles2012-03-081-3/+1
* Clean-ups and version bumpmame0145u2 Angelo Salese2012-02-261-1/+1
* Removed rom_source abstraction, which was just mapping to devices Aaron Giles2012-02-201-0/+3
* Some cleanup of some observed #include redundancy from source files which use... Scott Stone2012-02-061-4/+0
* Clean-ups and version bumpmame0144u7 Angelo Salese2012-01-291-5/+5
* Change device reset so that the resets proceed hierarchically. Added Aaron Giles2012-01-261-7/+6
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-33/+135
* Rewrote tilemap.c as a C++ class. For now kept the global Aaron Giles2012-01-161-2/+2
* Added new method screen_device::register_screen_bitmap which Aaron Giles2012-01-151-0/+4
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-13/+0
* Removed machine.generic.tmpbitmap, VIDEO_START(generic_bitmapped), Aaron Giles2012-01-021-0/+2
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-1/+0
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-10/+0
* Sync with MESS all credited there (no whatsnew) Miodrag Milanovic2011-12-121-0/+2
* Added generic helper read/write members to the driver_device base class. Aaron Giles2011-11-221-1/+4
* Simplified way of getting octal info (no whatsnew) Miodrag Milanovic2011-10-041-15/+0
* Added a way to handle output for debug messages and debugger itself into octa... Miodrag Milanovic2011-10-041-2/+15
* Fixed some potential memory leaks and NULL pointer deferences as well as remo... Scott Stone2011-06-151-2/+0
* Fix inverted check on anonymous timers prior to saving state. Also Aaron Giles2011-06-051-1/+1
* (Finally found the time to finish this....) Aaron Giles2011-05-301-1/+2
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-2/+2
* Cleanups and version bumpmame0142u3 Angelo Salese2011-05-081-1/+1
* Attach gamedrv's input ports to the driver_device, so that there's Aaron Giles2011-05-051-1/+12
* Fix indeterminate order of calls. Aaron Giles2011-04-301-2/+3
* Fix adding dynamic device fixing coco and ti99_4 (no whatsnew) Miodrag Milanovic2011-04-301-4/+1
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-6/+6
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-79/+91
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-5/+5
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-10/+10
* Cleanups again Angelo Salese2011-04-181-3/+3
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-131-2/+11
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-1/+1
* Move overridable device->rom_region(), device->machine_config_additions(), and Aaron Giles2011-03-301-1/+1
* BIG update. Aaron Giles2011-03-291-45/+45
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-46/+33
* Decouple memory_region parameters from the ROMREGION flags. Aaron Giles2011-03-141-4/+6
* Attached emu_options to the machine_config, and the running_machine Aaron Giles2011-03-101-12/+11
* Fix -no<option> for booleans Aaron Giles2011-03-051-1/+1
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-13/+13
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-20/+3