summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/amiga (follow)
Commit message (Expand)AuthorAgeFilesLines
* devcb3 Vas Crabb2018-07-072-14/+14
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-083-28/+28
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-293-35/+35
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-065-76/+76
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-044-48/+54
* maps: Finish devices/bus (nw) Olivier Galibert2018-04-211-10/+11
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-142-30/+32
* destaticify initializations (nw) (#3289) wilbertpol2018-03-043-61/+31
* Grammar police (nw) Olivier Galibert2018-02-241-1/+1
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-143-58/+56
* 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