| Commit message (Expand) | Author | Age | Files | Lines |
* | 6532riot.c: Slightly improved startup values to fix more a2600 regressions (nw) |  Wilbert Pol | 2012-10-06 | 1 | -2/+2 |
* | 6532riot.c: Made reg_r method debugger friendly. (nw) |  Wilbert Pol | 2012-10-06 | 1 | -19/+28 |
* | 6532riot.c: Slightly better reset fix. Fixes some more a2600 regressions. (nw) |  Wilbert Pol | 2012-10-05 | 1 | -1/+1 |
* | 6532riot.c: Internal timer is always running. Fixes several a2600 regressions... |  Wilbert Pol | 2012-10-05 | 1 | -2/+2 |
* | Implemented DS75160A/DS75161A IEEE-488 GPIB Transceivers. [Curt Coder] |  Curt Coder | 2012-09-27 | 1 | -7/+0 |
* | Added member read/write handlers to the 6532 RIOT. |  Aaron Giles | 2012-02-25 | 1 | -0/+10 |
* | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -1/+2 |
* | woops, wrong copypaste |  Michaël Banaan Ananas | 2011-11-27 | 1 | -1/+1 |
* | fix regression (missing sound in gottlieb.c and gameplan.c): m_in was reset t... |  Michaël Banaan Ananas | 2011-11-27 | 1 | -5/+8 |
* | 6522VIA: Implemented CA2 pulse output mode, and output interrupt state only w... |  Curt Coder | 2011-11-13 | 1 | -27/+12 |
* | Reimplemented devcb using delegates and classes. Unified the logic |  Aaron Giles | 2011-05-02 | 1 | -11/+11 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -79/+39 |
* | Switch from m_machine to machine() everywhere. In some cases this |  Aaron Giles | 2011-04-18 | 1 | -6/+6 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -1/+1 |
* | 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 | -1/+1 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -12/+12 |
* | Move generic templates from emucore.h to emutempl.h. |  Aaron Giles | 2011-02-07 | 1 | -1/+1 |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -9/+9 |
* | Fix build break from last checkin. |  Aaron Giles | 2011-02-06 | 1 | -1/+1 |
* | 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 | -1/+1 |
* | Converted attotime to a class, with proper operators. Removed old |  Aaron Giles | 2011-02-03 | 1 | -6/+6 |
* | running_device -> device_t |  Aaron Giles | 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 | -5/+11 |
* | Correcting device names. No whatsnew. |  Ryan Holtz | 2010-08-28 | 1 | -1/+1 |
* | Keep MSVC and me happy :) (no whatsnew) |  Phil Bennett | 2010-08-25 | 1 | -93/+93 |
* | Updated the 6532 RIOT device to no longer be legacy. [Harmony] |  Ryan Holtz | 2010-08-23 | 1 | -209/+270 |
* | Made the machine_config a proper object. Added detokenize method to |  Aaron Giles | 2010-06-28 | 1 | -1/+1 |
* | 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 | -11/+9 |
* | Made device->tag and devconfig->tag into private member variables (m_tag). |  Aaron Giles | 2010-03-08 | 1 | -4/+3 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -13/+13 |
* | Created new template class tagged_list which manages a simple list |  Aaron Giles | 2010-01-17 | 1 | -1/+1 |
* | Bulk driver.h -> emu.h switch. |  Aaron Giles | 2010-01-10 | 1 | -1/+1 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -3/+2 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -3/+3 |
* | Added new module tagmap which is a simple hashed string map. |  Aaron Giles | 2009-11-23 | 1 | -1/+1 |
* | Cleanups and version bump.mame0134u1 |  Aaron Giles | 2009-09-24 | 1 | -1/+1 |
* | Converted 6532riot to devcb interfaces |  Couriersud | 2009-09-22 | 1 | -16/+20 |
* | The 6532 RIOT timer should keep spinning after a timeout (regression introduc... |  Wilbert Pol | 2009-07-22 | 1 | -3/+2 |
* | Deprecated device_set_info. Almost all devices had a NULL or empty |  Aaron Giles | 2009-04-23 | 1 | -10/+0 |
* | Many casts added to the core files, and various other tweaks |  Aaron Giles | 2009-03-12 | 1 | -2/+2 |
* | On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: |  Aaron Giles | 2009-01-22 | 1 | -2/+0 |
* | 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 | -10/+8 |
* | Here's the big one.... |  Aaron Giles | 2008-12-11 | 1 | -3/+3 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 1 | -12/+12 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -2/+2 |
* | Added "tag" parameter to state_save_register_item_* calls. Removed |  Aaron Giles | 2008-11-17 | 1 | -15/+12 |