summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* C++-ified the cheat engine. Aaron Giles2010-10-271-3/+4
* Create new class osd_interface to house OSD callbacks. Added new Aaron Giles2010-10-211-1/+4
* Cleanups and version bump. Aaron Giles2010-10-141-1/+1
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-2/+9
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-191-2/+2
* Moved auto-finding code down into the device_t object so it can be more Aaron Giles2010-09-141-99/+0
* Attempted fix for gcc 4.5.0 complaint. Aaron Giles2010-09-081-1/+1
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-2/+0
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-34/+69
* New model for populating devices in a driver_device class. Removed the Aaron Giles2010-09-031-12/+58
* Changed driver_device to expose the game_driver's ROMs through the Aaron Giles2010-09-031-3/+8
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-29/+191
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-2/+2
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-3/+3
* Declared virtual functions in driver_data_t for: Aaron Giles2010-08-211-0/+19
* Swap: (astring.len() != 0) -> astring Aaron Giles2010-08-211-1/+1
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-2/+3
* Cleanups and version bump.mame0139u1 Aaron Giles2010-08-121-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-1/+16
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-21/+21
* Remove most other instances of cpu_get_total_cycles. Aaron Giles2010-06-301-1/+1
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-0/+492