summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/8364_paula.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* machine/8364_paula.cpp: assume max size if audlen == 0, fixes missing sound i... angelosa2024-01-061-2/+3
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-5/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* srcclean and manual tidying up in preparation for 0.242 release Vas Crabb2022-03-271-2/+2
* amiga.cpp: modernization changes (#9263) Angelo Salese2022-02-221-81/+99
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-2/+2
* First pass in improving Amiga SW compatibility (#8722) Angelo Salese2021-10-191-25/+100
* Complete sound modernization of remaining devices. Legacy callbacks and strea... Aaron Giles2020-09-281-7/+7
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-3/+3
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-171-1/+1
* removed more dummy_space() and other miscellaneous space passing (nw) smf-2020-04-021-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-10/+5
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* Amiga: Fix Paula interrupts Dirk Best2017-01-301-1/+1
* Amiga: Fix license typo in Paula device Dirk Best2017-01-291-1/+1
* Amiga: Move audio related registers into Paula device Dirk Best2017-01-291-38/+92
* Amiga: Move and rename amiga sound device, add pinout and description Dirk Best2017-01-291-0/+245