summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mc68901.h
Commit message (Expand)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-2/+2
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-15/+15
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-2/+1
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* mc68901: Sweeping rewrite of USART emulation (no longer based on device_seria... AJR2020-01-021-21/+35
* mc68901: Preliminary cleanup (nw) AJR2020-01-021-45/+39
* Various changes related to 68000 interrupts (nw) AJR2019-04-041-1/+4
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-1/+1
* mc68901: Convert to devcb3 (nw) AJR2018-08-011-50/+10
* devcb3 Vas Crabb2018-07-071-9/+9
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-0/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-27/+27
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-0/+3
* mc68901: Improve USART behavior for polled operation AJR2017-11-021-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-16/+14
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-28/+28
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* override part 3 (nw) Miodrag Milanovic2015-12-051-6/+6
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+311