summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/z80sti.c
Commit message (Expand)AuthorAgeFilesLines
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* (MESS) Added RS-232 ports to several drivers. [Curt Coder] Curt Coder2013-05-211-173/+169
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-1/+1
* fixed uninitialized members in src/emu/machine/z80sti.c (nw) Oliver Stöneberg2013-02-221-0/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-47/+47
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-16/+16
* Fixed Z80STI interrupts. [Curt Coder] Curt Coder2011-04-271-1/+11
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-74/+31
* 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-19/+19
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-10/+10
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-6/+6
* Attotime bulk conversion step: Aaron Giles2011-02-031-6/+6
* Move device definitions out of the bottom of the file. They can be Aaron Giles2010-09-191-2/+8
* Modified way device_type constants are defined in order to get unidasm compil... Miodrag Milanovic2010-06-291-0/+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-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-512/+444
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-31/+31
* Imported Z80 DART and Z80 STI from MESS. (no whatsnew) Curt Coder2010-03-081-0/+849