summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx_cart
Commit message (Expand)AuthorAgeFilesLines
* 6821pia, 6840ptm, 6850acia, bus/ss50, cmi01a: Simplify read/write handlers (nw) AJR2019-02-181-2/+2
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-113-27/+34
* Remove unnecessary address_space arguments on FM sound chips read/write handlers cam9002019-01-314-17/+17
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-16/+20
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-4/+4
* midi: remove MCFG macros (nw) Ivan Vangelista2019-01-191-6/+6
* -bus/nes_ctrl: Added support for dance mats, used by the nes_vt driver. [Davi... mooglyguy2018-12-203-45/+46
* -bus/a7800/a78_slot, bus/astrocde/exp, slot, pc_joy/pc_joy, vcs/vcs_slot, : R... mooglyguy2018-12-181-11/+12
* upd765: Add (mostly standard) clocks to all devices in the family (nw) AJR2018-12-131-1/+1
* -z8000, tmpz84c015: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-061-8/+8
* Don't #include legacy header "flopdrv.h" except where it's still used (nw) AJR2018-11-251-1/+0
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-4/+4
* pc_lpt, upd765: removed MCFG macros (nw) Ivan Vangelista2018-09-281-1/+1
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-5/+5
* wd11c00_17, wd2010, wd33c93, wd7600, x76f041, x76f100, ym2148, ym3802: remove... Ivan Vangelista2018-09-041-5/+5
* z80pio.cpp: removed macros (nw) Ivan Vangelista2018-08-281-6/+6
* -68230pit, 68307, 68340, 6840ptm, 6850acia, 68561mpcc: Removed MCFG macros an... mooglyguy2018-08-111-2/+2
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-16/+16
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-082-17/+17
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-3/+3
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-202-2/+10
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-096-11/+13
* (nw) misc follow-up Vas Crabb2018-05-061-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-067-42/+42
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-047-57/+61
* Sarayan made me do it. Vas Crabb2018-04-281-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-143-11/+14
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-1/+1
* 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-16/+18
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-126-3/+6
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-236-14/+14
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-178-16/+16
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-132-2/+6
* New way to provide DAC reference inputs (nw) AJR2018-01-102-6/+2
* 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
* acia6850: Create standard read/write handlers (nw) AJR2017-12-011-4/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-4/+4
* device_add_mconfig up to devices/bus/o* (nw) Ivan Vangelista2017-06-1216-174/+80
* Further improvements to slot option validation (nw) AJR2017-06-102-0/+12
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-228-16/+16
* one more typo (nw) Vas Crabb2017-05-151-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1447-890/+927
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-1/+1
* Self-registering devices prep: Vas Crabb2017-02-2723-43/+56
* Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-1/+1
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-1/+1
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-1/+1