summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/fga002.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add adjust_periodic() to persistent_timer. Update obvious situations where it... Aaron Giles2021-09-111-18/+18
* Since I already had to touch all device_timer signatures, bite the bullet and... Aaron Giles2021-08-201-3/+3
* Major timer object reshuffling. timer_expired_delegate wraps the various call... Aaron Giles2021-03-261-1/+1
* Add scheduler object and accessor to device_t. Upgrade all 3 timer parameters... Aaron Giles2021-03-241-1/+1
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-151-1/+1
* devices/machine: simplified more handlers (nw) Ivan Vangelista2020-03-251-2/+2
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-18/+10
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* fccpu30: updated to new LOG system Joakim Larsson Edstrom2017-02-101-258/+261
* srcclean (nw) Vas Crabb2016-11-271-7/+7
* - Small fixes: PIT68230, FGA022, DUSCC Joakim Larsson Edstrom2016-11-131-8/+9
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-57/+57
* srcclean (nw) Vas Crabb2016-09-261-107/+107
* Fixed redundant logerror parameters and trailing spaces Joakim Larsson Edstrom2016-09-071-9/+9
* Added interrupt support in DUSCC device, Force CPU30 board driver and interru... Joakim Larsson Edstrom2016-09-071-29/+351
* Cleanups and version bump Miodrag Milanovic2016-07-271-101/+101
* New device: FGA-002 Force Gate Array, splitted out from fccpu30 driver, mostl... Joakim Larsson Edstrom2016-07-061-0/+512