summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/68307tmu.cpp
Commit message (Expand)AuthorAgeFilesLines
* m68000: New implementation, generated from the micro/nanocode Olivier Galibert2023-02-221-12/+12
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-3/+3
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-11/+9
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-4/+4
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-171-2/+2
* 68307: More accurate emulation of internal priority interrupt controller AJR2019-01-011-6/+23
* remove safe_pc() (nw) smf-2017-12-141-14/+12
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-6/+6
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-6/+6
* Refactor 680x0 so that member variables aren't public. [smf] smf-2017-12-131-6/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-100/+98
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-4/+4
* TIMER_CALLBACK to TIMER_CALLBACK_MEMBER (nw) Miodrag Milanovic2016-03-071-9/+6
* clang-modernize part 6 Miodrag Milanovic2015-12-041-2/+2
* clang-modernize part 3 Miodrag Milanovic2015-12-041-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+245