summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/clock.c
Commit message (Collapse)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-68/+0
|
* resolved some by looking into history (nw) Miodrag Milanovic2015-05-141-2/+2
|
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
|
* Fixed crash introduced in r29533 when the 6551 transmitter and receiver is ↵ smf-2014-04-151-1/+4
| | | | shutdown (nw)
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock ↵ smf-2014-02-211-0/+63
hacks. Standardised COM8116 DEVCB2 callbacks. GUS gf1_device device derives from acia6850_device to gain access to the tx & rx irq state, rather than exposing it with a public method. [smf]