summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/aquarius
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up boilerplate for more slot devices. Vas Crabb2026-03-231-5/+2
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-181-44/+44
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-277-14/+14
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-2/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-4/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-2/+2
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-082-7/+4
* neogeo/neogeo.cpp, neogeo/ng_memcard.cpp: Hooked up more control lines. Vas Crabb2023-04-051-1/+1
* Small fixes and cleanup: Vas Crabb2023-04-041-3/+3
* API change for device_image_interface AJR2023-03-302-5/+5
* bus: Get rid of some dubious tag manipulation. Vas Crabb2022-08-202-6/+4
* device_image_interface: Interface overhaul AJR2022-01-062-11/+3
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-5/+7
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-1/+1
* aquarius: Peripherals implemeted as slot devices: 4K/16K/32K/16K+ Memory Cart... Nigel Barnes2020-10-3114-0/+1457