summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-0/+29
* Merged watchdog back into running_machine. Aaron Giles2012-04-121-1/+0
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-1/+0
* Extracted driver_device base class from machine.* and into its Aaron Giles2012-04-061-0/+1
* Move driver list/enumerator to new file drivenum.c/.h. Aaron Giles2012-04-061-1/+1
* Rewrote SAMPLES as a modern device. Updated all callers. FLAC Aaron Giles2012-02-191-1/+0
* Major CHD/chdman update. The CHD version number has been increased Aaron Giles2012-02-161-1/+0
* floppy: Do specific UI handling [O. Galibert] Olivier Galibert2012-01-231-0/+3
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-0/+3
* Sync with MESS all credited there (no whatsnew) Miodrag Milanovic2011-12-121-0/+3
* Commented (per Kale's request) not removed libcothread usage in core (require... Miodrag Milanovic2011-11-301-1/+1
* Added network support used by MESS implemented by Carl (no whatsnew) Miodrag Milanovic2011-09-091-0/+1
* - Created device_serial_interface that should be used by UART's (no whatsnew) Miodrag Milanovic2011-09-021-0/+1
* inptport.* -> ioport.* Aaron Giles2011-06-281-1/+1
* devintrf.* -> device.* Aaron Giles2011-06-281-1/+1
* Added byuu's cothread library, along with a wrapper class. Switched to Aaron Giles2011-06-251-0/+1
* (Finally found the time to finish this....) Aaron Giles2011-05-301-1/+0
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-7/+6
* Added support for dynamic devices, will add more info for log Miodrag Milanovic2011-05-041-0/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+1
* Created device_rtc_interface which can be used to initialize RTC's to a certa... Curt Coder2011-04-221-0/+1
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* Hash generation and general cleanup. New class hash_collection holds Aaron Giles2011-02-141-0/+1
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-4/+4
* Move generic templates from emucore.h to emutempl.h. Aaron Giles2011-02-071-0/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-1/+1
* Moved LCD layouts to emu section and removed some more ifdefs (no whatsnew) Miodrag Milanovic2011-01-051-3/+0
* Split the screen device into a separate module. Aaron Giles2010-12-021-0/+1
* Added read_status() and write_command() methods to the okim6295_device Aaron Giles2010-09-051-1/+1
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-0/+6
* I had originally wanted to convert the profiler to use scopes (e.g., Aaron Giles2010-08-211-0/+1
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-0/+1
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-0/+1
* Removed need for messdrv.h (no whatsnew) Miodrag Milanovic2010-07-051-1/+0
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-0/+1
* - Moved softlist implementation from MESS [Miodrag Milanovic] Miodrag Milanovic2010-06-201-0/+1
* - removed MESS dependency from config.c Miodrag Milanovic2010-06-171-1/+3
* devlegacy.c,clifront.c,info.c [Miodrag Milanovic] Miodrag Milanovic2010-06-151-0/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-3/+10
* - Moved natural keyboard support from MESS to MAME Miodrag Milanovic2010-02-121-1/+0
* - Added MESS dependent code missing in emu.h Miodrag Milanovic2010-01-191-0/+6
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-1/+0
* Cleanups and version bump. Aaron Giles2010-01-161-3/+3
* Fixed memory freeing so that is it released in the opposite order Aaron Giles2010-01-111-3/+3
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-0/+112