summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/z80dart.c
Commit message (Expand)AuthorAgeFilesLines
* Memory handler normalization, part 1. Aaron Giles2012-09-171-6/+6
* Fixed Z80DART FIFO starting index. [Curt Coder] Curt Coder2011-09-291-1/+1
* Exposed the Z80 DART interrupt vector to non-Z80 users. [Curt Coder] Curt Coder2011-09-261-0/+10
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-12/+12
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-82/+39
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-4/+4
* BIG update. Aaron Giles2011-03-291-1/+1
* Fixed Z80-DART transmit word length. [Curt Coder] Curt Coder2011-03-141-4/+4
* 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-27/+27
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-4/+4
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-031-4/+4
* z80dart.c: Wilbert Pol2010-12-261-0/+9
* Z80DART changes: [Curt Coder] Curt Coder2010-12-211-4/+6
* Move device definitions out of the bottom of the file. They can be Aaron Giles2010-09-191-7/+13
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-7/+7
* Z80DART changes: [Curt Coder] Curt Coder2010-08-221-197/+249
* Expanded the Z80-DART interface to allow future implementation of Z80-SIO fea... Curt Coder2010-08-211-10/+44
* Clear Z80 DART interrupts at constructor time. [Curt Coder] Curt Coder2010-08-201-0/+2
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-1/+1
* Modified way device_type constants are defined in order to get unidasm compil... Miodrag Milanovic2010-06-291-0/+2
* Fixed regression in z80dart device (no whatsnew) Miodrag Milanovic2010-06-281-1/+2
* Changed device name from an overridable function to a parameter passed to Aaron Giles2010-06-251-1/+1
* Cleanups and version bump. Aaron Giles2010-06-171-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-926/+828
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-45/+45
* Imported Z80 DART and Z80 STI from MESS. (no whatsnew) Curt Coder2010-03-081-0/+1504