summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/fga002.cpp
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-11/+4
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-8/+8
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-7/+6
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-37/+30
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-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