summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx_cart (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* cleanup Miodrag Milanovic2015-12-051-3/+0
* clang-modernize part 6 Miodrag Milanovic2015-12-048-40/+40
* clang-modernize part 2 Miodrag Milanovic2015-12-0418-52/+52
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-252-2/+2
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-142-4/+5
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-0824-0/+0
* Relaxed emu.h a bit, should make compile a bit faster (nw) Miodrag Milanovic2015-11-051-1/+1
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1348-0/+6357