summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Input ports can now be added to device, names are formed as sub tags from par... Miodrag Milanovic2011-02-131-1/+1
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-11/+9
* Removed short name as parameter from device_config this way it is not mandato... Miodrag Milanovic2011-02-111-1/+1
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-1/+2
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-1/+1
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-7/+3
* Move generic templates from emucore.h to emutempl.h. Aaron Giles2011-02-071-2/+2
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Fix build break from last checkin. Aaron Giles2011-02-061-9/+5
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-13/+8
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-2/+2
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-6/+4
* Fixed some long standing issues with image device config (no whatsnew) Miodrag Milanovic2011-01-171-2/+0
* Ok, last major rename for this round: Aaron Giles2011-01-011-8/+8
* Fix regressions in games with buffered spriteram. Aaron Giles2010-12-061-1/+3
* Split the screen device into a separate module. Aaron Giles2010-12-021-4/+7
* C++-ified the cheat engine. Aaron Giles2010-10-271-3/+2
* Use "default" font for artwork elements as well. Aaron Giles2010-10-241-1/+1
* Create new class osd_interface to house OSD callbacks. Added new Aaron Giles2010-10-211-2/+3
* 03915: All sets using -autosave: "auto.sta" can mistakenly be erased Aaron Giles2010-10-191-1/+1
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-4/+5
* Moved auto-finding code down into the device_t object so it can be more Aaron Giles2010-09-141-38/+0
* From Micko: fixed chd image loading? (mainly for MESS) Angelo Salese2010-09-071-12/+12
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-10/+10