summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/s100 (follow)
Commit message (Expand)AuthorAgeFilesLines
* devcb3 Vas Crabb2018-07-072-18/+18
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-1/+1
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-063-41/+41
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-044-10/+13
* Sarayan made me do it. Vas Crabb2018-04-282-5/+9
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-5/+7
* 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-2/+4
* 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-233-7/+7
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-175-5/+5
* Add Seals 8K SC Memory Board to S-100 bus emulation AJR2017-12-142-0/+238
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-1/+1
* S-100 bus refinements AJR2017-10-172-15/+3
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-1/+6
* finally got rid of machine_mconfig_additions (nw) Ivan Vangelista2017-06-1410-95/+39
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-225-10/+10
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1414-147/+138
* Self-registering devices prep: Vas Crabb2017-02-277-8/+8
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1113-6/+7
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2214-51/+51
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-0610-10/+10
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2
* reverting: Miodrag Milanovic2016-01-2014-16/+16
* tags are now strings (nw) Miodrag Milanovic2016-01-1614-16/+16
* override part 1 (nw) Miodrag Milanovic2015-12-057-43/+43
* cleanup Miodrag Milanovic2015-12-051-3/+0
* clang-modernize part 2 Miodrag Milanovic2015-12-042-7/+7
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-2/+2
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-142-3/+5
* 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/+2575