summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-0/+1
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-5/+5
* Minor cleanups. Aaron Giles2011-03-301-6/+1
* Move overridable device->rom_region(), device->machine_config_additions(), and Aaron Giles2011-03-301-1/+1
* BIG update. Aaron Giles2011-03-291-16/+16
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-96/+110
* Decouple memory_region parameters from the ROMREGION flags. Aaron Giles2011-03-141-7/+6
* Attached emu_options to the machine_config, and the running_machine Aaron Giles2011-03-101-3/+2
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-15/+2
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-2/+2
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-2/+2
* Move generic templates from emucore.h to emutempl.h. Aaron Giles2011-02-071-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-13/+3
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-2/+3
* Ok, last major rename for this round: Aaron Giles2011-01-011-24/+12
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-5/+0
* Split the screen device into a separate module. Aaron Giles2010-12-021-0/+4