summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/6532riot.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Major cpuintrf changes: Aaron Giles2008-11-101-3/+3
* Cleanups and version bump.mame0127u3 Aaron Giles2008-09-111-1/+1
* Changed DEVICE_START functions to return an error code. Currently this Aaron Giles2008-09-091-0/+2
* Cleanups and version bump.mame0126u2 Aaron Giles2008-07-241-24/+24
* Minor gameplan changes in attempts to get leprechn music playing again. Aaron Giles2008-07-241-3/+3
* Added new functions attotime_to_ticks() and ticks_to_attotime() to Aaron Giles2008-07-241-271/+428
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-261-51/+50
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-6/+6
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-4/+4
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Added CPUINFO_INT_CLOCK_MULTIPLIER to support CPU clock multipliers. Aaron Giles2008-01-141-1/+1
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+373