summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/amiga
Commit message (Expand)AuthorAgeFilesLines
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-126-9/+11
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-233-19/+19
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-176-6/+6
* ATA: Simplified class hierarchy so there is no ambiguity with 16 & 32 bit met... smf-2017-12-201-8/+8
* ide: Add non-space cs access methods, use them wherever possible [O. Galibert] Olivier Galibert2017-12-161-8/+8
* ide: deambiguate cs access between 16 and 32 bits [O. Galibert] Olivier Galibert2017-12-161-8/+8
* natural keyboard: prefer lower shift states, eliminate O(n) lookup Vas Crabb2017-09-051-39/+35
* a590: Correct filenames, add undumped 4.6 and 5.92 versions. Dirk Best2017-08-021-22/+34
* finally got rid of machine_mconfig_additions (nw) Ivan Vangelista2017-06-141-5/+5
* some more device_add_mconfig in devices/bus (nw) Ivan Vangelista2017-06-076-68/+54
* change some more device_mconfig_additions to device_add_mconfig (nw) Vas Crabb2017-05-234-27/+16
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-225-5/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1421-205/+188
* Device validation fixes: another one rides the bus (nw) AJR2017-03-031-2/+2
* more validation fixes (nw) Vas Crabb2017-03-041-1/+1
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-1/+1
* Self-registering devices prep: Vas Crabb2017-02-279-23/+23
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1116-8/+8
* Amiga 500 keyboard updates: Vas Crabb2017-02-065-366/+557
* Amiga 500 keyboard: Vas Crabb2017-02-065-142/+618
* remove trampoline (nw) Vas Crabb2017-02-052-15/+8
* Amiga keyboard updates: Vas Crabb2017-02-057-503/+410
* restore PORT_CHANGED_MEMBER (nw) Vas Crabb2017-02-051-3/+3
* fix rev (nw) Vas Crabb2017-02-051-5/+5
* Amiga keyboard updates: Vas Crabb2017-02-054-212/+436
* m6805 updates: Vas Crabb2017-02-031-1/+1
* Amiga: Add a German A500 keyboard variant, keyboard fixes Dirk Best2017-01-233-41/+251
* Convert the Amiga keyboards to a bus interface with slot devices Dirk Best2017-01-226-0/+1032
* first srcclean pass (nw) Vas Crabb2016-12-251-13/+13
* Amiga/Buddha: Cleanups and fixes, still not working due to various Dirk Best2016-11-302-73/+74
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2212-48/+48
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-066-10/+10
* Amiga: Fixed expansion port interrupts, DMAC WIP Dirk Best2016-02-131-1/+3
* reverting: Miodrag Milanovic2016-01-2012-42/+45
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-205-43/+43
* Revert "some additional (nw)" Miodrag Milanovic2016-01-204-4/+4
* some additional (nw) Miodrag Milanovic2016-01-164-4/+4
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-165-43/+43
* tags are now strings (nw) Miodrag Milanovic2016-01-1612-45/+42
* cleanups (nw) Miodrag Milanovic2015-12-251-6/+6
* override for for macros that could not be auto recognized by tools (nw) Miodrag Milanovic2015-12-065-6/+6
* override part 1 (nw) Miodrag Milanovic2015-12-056-46/+46
* cleanup Miodrag Milanovic2015-12-051-1/+1
* clang-modernize part 6 Miodrag Milanovic2015-12-041-2/+2
* clang-modernize part 2 Miodrag Milanovic2015-12-043-21/+21
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-087-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1314-0/+3043