summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/6532riot.h
Commit message (Expand)AuthorAgeFilesLines
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-4/+4
* fix for riot chip, makes gameplan sound back (nw) Miodrag Milanovic2014-05-141-0/+2
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-15/+15
* 6532riot: updated to use devcb2. nw. Fabio Priuli2014-04-301-24/+26
* removed usage of 6532RIOT legacy calls (nw) Miodrag Milanovic2013-04-241-18/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-51/+51
* 6532riot.c: Made reg_r method debugger friendly. (nw) Wilbert Pol2012-10-061-1/+1
* Implemented DS75160A/DS75161A IEEE-488 GPIB Transceivers. [Curt Coder] Curt Coder2012-09-271-2/+0
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Added member read/write handlers to the 6532 RIOT. Aaron Giles2012-02-251-0/+3
* 6522VIA: Implemented CA2 pulse output mode, and output interrupt state only w... Curt Coder2011-11-131-0/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-34/+10
* running_device -> device_t Aaron Giles2010-12-311-6/+6
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-3/+3
* Updated the 6532 RIOT device to no longer be legacy. [Harmony] Ryan Holtz2010-08-231-20/+115
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-6/+6
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+0
* Converted 6532riot to devcb interfaces Couriersud2009-09-221-9/+6
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-3/+0
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-9/+1
* Added new functions attotime_to_ticks() and ticks_to_attotime() to Aaron Giles2008-07-241-74/+62
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-261-5/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-1/+1
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-4/+4
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+87