| Commit message (Expand) | Author | Age | Files | Lines |
* | MAME going modern part 1 (no whatsnew) |  Miodrag Milanovic | 2012-03-31 | 1 | -1/+1 |
* | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -2/+1 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -55/+14 |
* | Switch from m_machine to machine() everywhere. In some cases this |  Aaron Giles | 2011-04-18 | 1 | -5/+5 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -12/+12 |
* | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -2/+2 |
* | Converted core_options to a class. Removed a bunch of marginal |  Aaron Giles | 2011-03-03 | 1 | -1/+1 |
* | mame_file is now emu_file and is a class. It is required |  Aaron Giles | 2011-02-12 | 1 | -5/+5 |
* | Removed short name as parameter from device_config this way it is not mandato... |  Miodrag Milanovic | 2011-02-11 | 1 | -1/+1 |
* | - Added shortname to devices in order to make ROM loading per device possible... |  Miodrag Milanovic | 2011-02-10 | 1 | -4/+4 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -3/+3 |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -9/+9 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -1/+1 |
* | Attotime bulk conversion step: |  Aaron Giles | 2011-02-03 | 1 | -2/+2 |
* | changed comment formatting. |  smf- | 2010-12-31 | 1 | -6/+6 |
* | Move device definitions out of the bottom of the file. They can be |  Aaron Giles | 2010-09-19 | 1 | -4/+1 |
* | Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly |  Aaron Giles | 2010-08-19 | 1 | -8/+8 |
* | converted at28c16 to a c++ device. |  smf- | 2010-07-10 | 1 | -157/+262 |
* | Split implementation for legacy devices into a separate macro. Updated all |  Aaron Giles | 2010-06-11 | 1 | -0/+3 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -7/+5 |
* | Changed two write funcs into WRITE_LINE_DEVICE_HANDLERs. No whatsnew |  Couriersud | 2010-06-03 | 1 | -4/+4 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -6/+6 |
* | Added casting operators to the region_info class so you can assign |  Aaron Giles | 2010-01-16 | 1 | -1/+1 |
* | Bulk driver.h -> emu.h switch. |  Aaron Giles | 2010-01-10 | 1 | -1/+1 |
* | Bulk change alert. |  Aaron Giles | 2009-04-26 | 1 | -2/+2 |
* | Deprecated device_set_info. Almost all devices had a NULL or empty |  Aaron Giles | 2009-04-23 | 1 | -13/+0 |
* | Many casts added to the core files, and various other tweaks |  Aaron Giles | 2009-03-12 | 1 | -3/+3 |
* | On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: |  Aaron Giles | 2009-01-22 | 1 | -2/+0 |
* | A write isn't allowed to start if there is one in progress and a write isn't ... |  smf- | 2008-12-28 | 1 | -10/+19 |
* | Cleanups and version bump. |  Aaron Giles | 2008-12-22 | 1 | -1/+1 |
* | Cleaned up device and sound interfaces to match the CPU |  Aaron Giles | 2008-12-19 | 1 | -5/+5 |
* | Made the concept of a "clock" native to devices. The clock is now |  Aaron Giles | 2008-12-18 | 1 | -11/+5 |
* | Here's the big one.... |  Aaron Giles | 2008-12-11 | 1 | -5/+5 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 1 | -5/+5 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -1/+1 |
* | Added "tag" parameter to state_save_register_item_* calls. Removed |  Aaron Giles | 2008-11-17 | 1 | -9/+5 |
* | Major cpuintrf changes: |  Aaron Giles | 2008-11-10 | 1 | -5/+5 |
* | Cleanups and version bump.mame0127u3 |  Aaron Giles | 2008-09-11 | 1 | -1/+1 |
* | Changed DEVICE_START functions to return an error code. Currently this |  Aaron Giles | 2008-09-09 | 1 | -0/+2 |
* | Cleanups and version bump.mame0127u1 |  Aaron Giles | 2008-08-28 | 1 | -6/+6 |
* | Improved dip switch emulation in zn.c, ram hacks to get games booting are no ... |  smf- | 2008-08-25 | 1 | -88/+180 |
* | changed at28c16 memory handlers to 8 bits and perform the conversion in the m... |  smf- | 2008-08-15 | 1 | -116/+8 |
* | Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* |  Aaron Giles | 2008-04-03 | 1 | -14/+14 |
* | New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... |  smf- | 2008-03-30 | 1 | -14/+14 |
* | Changes for MAME 0.121u3.mame0121u3 |  Aaron Giles | 2007-12-17 | 1 | -21/+31 |
* | Initial checkin of MAME 0.121.mame0121 |  Aaron Giles | 2007-12-17 | 1 | -0/+253 |