summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/s100
Commit message (Expand)AuthorAgeFilesLines
* bus/s100, bus/vidbrain: Eliminate address_space arguments from handlers (nw) AJR2019-02-2515-48/+48
* -devices/bus/kc, nasbus, s100: Removed MCFG macros, nw mooglyguy2019-02-031-79/+26
* bus/epson_sio, bus/s100: Clean up some MCFGs (nw) AJR2019-01-184-16/+14
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-0/+1
* Identify this brick (nw) AJR2018-11-251-1/+1
* s100_djdma: Add a healthy amount of stub handlers to this skeleton device (nw) AJR2018-11-252-16/+265
* bus/s100: Collect data reads by ANDing with FF, not ORing with 0 (nw) AJR2018-11-258-16/+16
* machine/pic8259.h: removed MCFG macros (nw) Ivan Vangelista2018-10-311-8/+9
* bus/rs232.cpp: completed removal of MCFG macros (nw) Ivan Vangelista2018-10-231-21/+21
* upd1990a, upd4701, upd4992, upd7002: removed MCFG macros (nw) Ivan Vangelista2018-09-261-1/+2
* space, space, space, space, space, space, space, space, mem_mask (nw) smf-2018-09-231-2/+2
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-9/+10
* -in8250: De-MCFG, nw mooglyguy2018-09-041-32/+32
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-2/+2
* remove more MCFG_ (nw) Vas Crabb2018-07-071-2/+2
* 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