summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/amiga
Commit message (Expand)AuthorAgeFilesLines
* am79(c)90: Add clocks for all users AJR6 days1-1/+1
* Cleaned up boilerplate for more slot devices. Vas Crabb2026-03-231-4/+1
* -emu/dislot.cpp: Cleaned up interface. Vas Crabb2026-03-222-8/+2
* scsi: finish deslotting and correct a number of things Olivier Galibert2026-03-035-31/+21
* bus/amiga/zorro/oktagon2008.cpp: Add hardware note AJR2025-10-181-1/+1
* New sound infrastructure. Olivier Galibert2025-04-271-4/+3
* amiga: CDTV CD-ROM support Dirk Best2025-03-052-2/+76
* dmac: Add support for Rev. 2 Dirk Best2025-02-166-13/+22
* bus/amiga/cpuslot/a570: Initial skeleton device [Dirk Best, TOSEC] Dirk Best2025-02-124-0/+191
* bus/amiga/zorro/oktagon2008.cpp: Improve ROM mapping AJR2025-02-091-15/+8
* bus/amiga/zorro: Add emulation (seemingly working) of Oktagon 2008 SCSI contr... AJR2025-02-093-0/+291
* amiga: Untangle CPU slot bus from Zorro-II slot Dirk Best2025-02-0340-1519/+1847
* bus/amiga/zorro/merlin: Implement RAMDAC with hardware cursor Dirk Best2025-01-082-4/+17
* bus/amiga/zorro: Add preliminary support for the merlin gfx card Dirk Best2025-01-053-0/+237
* bus/amiga/zorro: Improve reset handling Dirk Best2025-01-0315-68/+45
* bus/amiga/zorro/rainbow2: Honor cliprect for drawing Dirk Best2024-12-301-6/+9
* bus/amiga/zorro: Add support for the Rainbow II/FrameMaster Dirk Best2024-12-193-0/+291
* video/pc_vga_cirrus: workaround crash for zorro/picasso2, fix bit 3 in blitti... angelosa2024-12-171-1/+1
* bus/amiga/zorro: Preliminary Picasso II+ support Dirk Best2024-12-163-0/+278
* bus/amiga/zorro: Make sure to reset zorro cards on manual calls Dirk Best2024-12-161-0/+4
* bus/amiga/toccata.cpp: fixed Clang compile Ivan Vangelista2024-12-131-2/+2
* bus/amiga/zorro: Add support for the Toccata SoundCard Dirk Best2024-12-133-0/+398
* bus/amiga/zorro: Cleanups and 32-bit zorro support for various cards Dirk Best2024-12-1310-329/+269
* bus/amiga/zorro: Add support for the RIPPLE IDE controller Dirk Best2024-11-293-0/+309
* srcclean and cleanup Vas Crabb2024-11-241-3/+3
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-183-10/+10
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-277-15/+15
* emu/ioport.h: Got rid of [DECLARE_]CUSTOM_INPUT_MEMBR - it's just obfuscation... Vas Crabb2024-09-161-1/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-173-59/+4
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-0120-92/+92
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-232-2/+0
* -tools/srcclean.cpp: Use the same rules for character literals and strings in... Vas Crabb2023-03-142-562/+562
* Miscellaneous cleanup: Vas Crabb2023-02-092-23/+29
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-4/+4
* Miscellaneous cleanup. Vas Crabb2021-09-092-278/+211
* -Reworked device type definition macros a little and added more Doxygen. Vas Crabb2021-09-079-16/+16
* Allow devices to specify a parent for the purpose of searching for ROMs. Vas Crabb2021-09-062-11/+89
* -Switch to building MAME as C++17. Vas Crabb2020-11-1520-40/+40
* Use swapendian_int16/int32 in more devices AJR2020-07-291-16/+16
* devices/bus/amiga/zorro/a590.cpp: dumped bios version 5.92 for the A2091 [Guru] Ivan Vangelista2020-07-061-4/+4
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-186-75/+76
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-171-3/+4
* another bunch of READ* / WRITE* macros removal (nw) Ivan Vangelista2020-05-2010-28/+28
* some more handlers simplified (nw) Ivan Vangelista2020-05-131-8/+8
* Fix for UI Paste with the Default Serial Terminal (#6648) Frank Palazzolo2020-05-061-1/+0
* With permission from Dirk Best, apply 3-clause BSD license to common devices ... Vas Crabb2020-04-132-4/+4
* removed more dummy_space() calls (nw) smf-2020-04-021-1/+1
* bus/amiga/zorro: put in namespace, improve safety a bit (nw) Vas Crabb2019-11-1818-301/+356
* Spring cleaning: Vas Crabb2019-11-014-10/+10
* src/devices: Replace output().set_value with output finders (nw) AJR2019-10-304-2/+10