summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx_cart (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix for visual studio debug builds asserting on &[0] when size is zero (nw) smf-2016-11-031-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2248-259/+259
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-4/+4
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-174-10/+14
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-4/+5
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-068-12/+12
* cleanup of some conversions (nw) Miodrag Milanovic2016-07-311-1/+1
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-1/+1
* Convert VLM5030 to device_memory_interface; correct region lengths AJR2016-06-302-1/+13
* ym2413: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* reverting: Miodrag Milanovic2016-01-2046-98/+98
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-204-12/+12
* Revert "some additional (nw)" Miodrag Milanovic2016-01-202-2/+2
* some additional (nw) Miodrag Milanovic2016-01-162-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-164-12/+12
* tags are now strings (nw) Miodrag Milanovic2016-01-1646-98/+98
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-2/+2
* override for for macros that could not be auto recognized by tools (nw) Miodrag Milanovic2015-12-0620-63/+63
* override part 1 (nw) Miodrag Milanovic2015-12-0524-131/+131