summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/mc68901.c
Commit message (Expand)AuthorAgeFilesLines
* Some changes/corrections to device descriptions from MASH and Tafoid (nw) Scott Stone2014-04-101-1/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Converted mc68901_device to devcb2 (nw) Ivan Vangelista2014-03-151-38/+31
* Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 ... smf-2014-02-241-26/+1
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-0/+2
* Changed parity & stop bits to an enum (you can now pass in 1.5). I've updated... smf-2014-01-131-25/+32
* stores all bits written to gpip register, so that it can update the output wh... smf-2013-12-291-24/+37
* Removed MC68901 polling for gpio bits. [smf] smf-2013-12-291-9/+5
* Converted x68000 keyboard into a separate serial device. This allows the remo... smf-2013-12-281-0/+2
* preliminary receiving serial support for MC68901 [smf] smf-2013-12-281-32/+23
* Added preliminary transmit support to MC68901 [smf] smf-2013-12-271-18/+42
* uses aer register to select which transition to generate an interrupt on [smf] smf-2013-12-271-9/+15
* replaced read rx callback in MC68901 with a write handler, which allows multi... smf-2013-12-221-338/+25
* diserial: Remove defines, cleanup clocks/timers, add sync support [O. Galibert] Olivier Galibert2013-11-181-23/+10
* License tags. (nw) Curt Coder2013-10-161-0/+2
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-1/+1
* (MESS) Added RS-232 ports to several drivers. [Curt Coder] Curt Coder2013-05-211-115/+82
* fixed another uninitialized member in src/emu/machine/mc68901.c (nw) Oliver Stöneberg2013-03-061-0/+2
* fixed uninitialized member in src/emu/machine/mc68901.c (nw) Oliver Stöneberg2013-03-061-0/+1
* fixed uninitialized members in src/emu/machine/mc68901.c (nw) Oliver Stöneberg2013-02-231-0/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-107/+107
* Removed unneeded includes. (nw) Curt Coder2012-12-071-1/+0
* Sync with MESS all credited there (no whatsnew) Miodrag Milanovic2011-12-121-3/+7
* Sync with MESS, changes by Oliver Galibert (no whatsnew) Miodrag Milanovic2011-08-211-0/+8
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-21/+21
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-58/+40
* 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
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-3/+3
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-34/+34
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-21/+21
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-6/+6
* Attotime bulk conversion step: Aaron Giles2011-02-031-8/+8
* Imported the MC68901 device from MESS so it can be shared with micro3d.c. [Cu... Curt Coder2011-01-291-0/+1486