summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/6850acia.c
Commit message (Expand)AuthorAgeFilesLines
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+4
* 6850ACIA: Improved handling of /CTS signal and fixed issue with transmission ... Phil Bennett2010-04-141-76/+71
* Convrted the rest of devintrf to classes and moved management Aaron Giles2010-01-191-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-12/+12
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-2/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-14/+0
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-5/+6
* Merged in changes from earlier commit. Curt Coder2009-02-091-13/+16
* Refactored the ACIA6850 to use devcb. Curt Coder2009-02-091-129/+97
* New games added or promoted from NOT_WORKING status Phil Bennett2009-01-311-12/+15
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-1/+0
* Oops, undo an accidental change in 6850acia that broke the bfcobra games, amo... Aaron Giles2009-01-021-2/+2
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-4/+4
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-2/+2
* Here's the big one.... Aaron Giles2008-12-111-1/+1
* Cleanups/version bump/added missing drivers.mame0128u5 Aaron Giles2008-12-061-5/+5
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-23/+23
* Made the 6850 ACIA a device Nathan Woods2008-12-031-189/+266
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-2/+3
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-23/+23
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-12/+12
* Major cpuintrf changes: Aaron Giles2008-11-101-14/+14
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-19/+19
* From: JEA Wallace [mailto:jeaw100@york.ac.uk] Aaron Giles2008-04-021-8/+103
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-19/+19
* From: JEA Wallace [mailto:jeaw100@york.ac.uk] Aaron Giles2008-02-281-0/+9
* From: JEA Wallace [mailto:jeaw100@york.ac.uk] Aaron Giles2008-02-191-0/+13
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-2/+2
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+691