summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-063-20/+20
* Rename machine/latch.* to machine/output_latch.* (nw) AJR2018-05-021-1/+1
* Sarayan made me do it. Vas Crabb2018-04-281-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-18/+20
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-34/+34
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-141-4/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-2/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-176-6/+6
* finally got rid of machine_mconfig_additions (nw) Ivan Vangelista2017-06-1412-65/+25
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-226-6/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1422-204/+209
* Self-registering devices prep: Vas Crabb2017-02-2710-11/+11
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1113-2/+11
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2222-76/+76
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-212-2/+2
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-065-5/+5
* Typo fix: controler → controller Jordi Mallach2016-04-011-2/+2
* reverting: Miodrag Milanovic2016-01-2022-29/+29
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-206-6/+6
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-166-6/+6
* tags are now strings (nw) Miodrag Milanovic2016-01-1622-29/+29
* override part 1 (nw) Miodrag Milanovic2015-12-0511-44/+44
* Revert "use c++ cast instead of c casts (nw)" Miodrag Milanovic2015-12-052-4/+4
* use c++ cast instead of c casts (nw) Miodrag Milanovic2015-12-052-4/+4
* clang-modernize part 2 Miodrag Milanovic2015-12-042-24/+24
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-252-11/+11
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-142-4/+16
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-0811-0/+0
* omti5100: get scsi (nw) cracyc2015-09-161-0/+6
* omti5100: try again (nw) cracyc2015-09-151-7/+13
* omti5100: avoid derefencing null pointers (nw) cracyc2015-09-151-30/+27
* pcd: make scsi work (nw) cracyc2015-09-133-2/+92
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1322-0/+2849