summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/6532riot.c
Commit message (Expand)AuthorAgeFilesLines
* 6532riot.c: Slightly improved startup values to fix more a2600 regressions (nw) Wilbert Pol2012-10-061-2/+2
* 6532riot.c: Made reg_r method debugger friendly. (nw) Wilbert Pol2012-10-061-19/+28
* 6532riot.c: Slightly better reset fix. Fixes some more a2600 regressions. (nw) Wilbert Pol2012-10-051-1/+1
* 6532riot.c: Internal timer is always running. Fixes several a2600 regressions... Wilbert Pol2012-10-051-2/+2
* Implemented DS75160A/DS75161A IEEE-488 GPIB Transceivers. [Curt Coder] Curt Coder2012-09-271-7/+0
* Added member read/write handlers to the 6532 RIOT. Aaron Giles2012-02-251-0/+10
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-1/+2
* woops, wrong copypaste Michaël Banaan Ananas2011-11-271-1/+1
* fix regression (missing sound in gottlieb.c and gameplan.c): m_in was reset t... Michaël Banaan Ananas2011-11-271-5/+8
* 6522VIA: Implemented CA2 pulse output mode, and output interrupt state only w... Curt Coder2011-11-131-27/+12
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-11/+11
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-79/+39
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-6/+6
* BIG update. Aaron Giles2011-03-291-1/+1
* 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/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-12/+12
* Move generic templates from emucore.h to emutempl.h. Aaron Giles2011-02-071-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-9/+9
* Fix build break from last checkin. Aaron Giles2011-02-061-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-6/+6
* running_device -> device_t Aaron Giles2010-12-311-6/+6
* Move device definitions out of the bottom of the file. They can be Aaron Giles2010-09-191-5/+11
* Correcting device names. No whatsnew. Ryan Holtz2010-08-281-1/+1
* Keep MSVC and me happy :) (no whatsnew) Phil Bennett2010-08-251-93/+93
* Updated the 6532 RIOT device to no longer be legacy. [Harmony] Ryan Holtz2010-08-231-209/+270
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-1/+1
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-11/+9
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-4/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-13/+13
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+2
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-1/+1
* Cleanups and version bump.mame0134u1 Aaron Giles2009-09-241-1/+1
* Converted 6532riot to devcb interfaces Couriersud2009-09-221-16/+20
* The 6532 RIOT timer should keep spinning after a timeout (regression introduc... Wilbert Pol2009-07-221-3/+2
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-10/+0
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-2/+2
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-2/+0
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-5/+5
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-10/+8
* Here's the big one.... Aaron Giles2008-12-111-3/+3
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-12/+12
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-2/+2
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-15/+12