summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/amiga.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-729/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-12/+1
* init a few more vars in includes Robbbert2022-04-131-37/+37
* srcclean and manual tidying up in preparation for 0.242 release Vas Crabb2022-03-271-4/+4
* amiga.cpp: modernization changes (#9263) Angelo Salese2022-02-221-54/+74
* Removed extra semicolons after function bodies in remaining headers. (#9277) 0kmg2022-02-071-1/+1
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* First pass in improving Amiga SW compatibility (#8722) Angelo Salese2021-10-191-1/+1
* - neogeo.cpp, neogeo.xml: fixed MT07785 Ivan Vangelista2020-11-091-1/+3
* drivers starting with a and b: finished removing READ/WRITE macros (nw) Ivan Vangelista2020-06-051-6/+6
* some more handlers simplified (nw) Ivan Vangelista2020-05-131-3/+3
* simplified some handlers (nw) Ivan Vangelista2020-05-131-2/+2
* removed more dummy_space() and other miscellaneous space passing (nw) smf-2020-04-021-6/+1
* PORT_CUSTOM simplification (nw) AJR2019-09-141-1/+1
* amiga: Convert screen update routine to RGB32 (nw) AJR2019-05-241-4/+3
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* more misc stuff (nw) Vas Crabb2018-06-161-49/+49
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-0/+2
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-2/+2
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-2/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+5
* instantiate your static constexpr members, also more _MHz_XTAL (nw) Vas Crabb2018-01-241-9/+9
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-9/+9
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+3
* amigafdc: Eliminate driver_data dependencies (nw) AJR2017-12-201-0/+3
* amiga.cpp: End driver_data use; make all functions and tables members (nw) AJR2017-12-201-48/+53
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+6
* amiga.cpp: killed anonymous timer, hooked amigaaga_flop software list to the ... Ivan Vangelista2017-04-111-0/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* Amiga: Make Akiko independent from driver state Dirk Best2017-02-101-1/+10
* Amiga: Move audio related registers into Paula device Dirk Best2017-01-291-2/+7
* Amiga: Move and rename amiga sound device, add pinout and description Dirk Best2017-01-291-2/+2
* remove a couple of driver_data() calls (nw) smf-2016-12-021-1/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-40/+40
* make clang happy (nw) Vas Crabb2016-08-241-1/+1
* Devfind revision phase 2 (nw) AJR2016-08-051-4/+2
* Fixed amiga related drivers buid (nw) Miodrag Milanovic2016-04-281-4/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* override part 3 (nw) Miodrag Milanovic2015-12-051-3/+3
* amiga.c: reduce tagmap lookups, reduce read_safe usage, minor cleanups (nw) Wilbert Pol2015-08-131-1/+4
* changes for Ernesto Corvi (nw) Miodrag Milanovic2015-05-111-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* amiga: use memarray for chip RAM and regular array for custom registers (inst... Alex W. Jackson2014-10-191-13/+13
* more devfind: [Alex Jackson] Alex W. Jackson2014-10-171-2/+0
* Amiga: Add the latest version of EmuTOS to the Amiga 1000 softlist and Dirk Best2014-09-231-2/+4
* Amiga: Add keyboard reset circuit. You can now reset the Amiga with the Dirk Best2014-09-221-0/+1
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-15/+15