summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/snes (follow)
Commit message (Expand)AuthorAgeFilesLines
* and another thing (nw) Vas Crabb2018-05-141-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-065-52/+52
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-045-52/+56
* maps: Finish devices/bus (nw) Olivier Galibert2018-04-212-22/+25
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-144-31/+39
* Fix build by removing unused variables (nw) AJR2018-02-142-2/+0
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-145-63/+77
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-1210-11/+22
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-177-21/+21
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-3/+3
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-3/+3
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-3/+3
* finally got rid of machine_mconfig_additions (nw) Ivan Vangelista2017-06-1414-183/+115
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-227-13/+13
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1426-681/+727
* Made a number of device_image_interface members private (#2227) npwoods2017-04-171-2/+2
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-102-7/+3
* Made a number of methods be const correct and static where appropriate Nathan Woods2017-04-102-8/+8
* Fix an off-by-one error when loading upd96050 roms for snes games [Lord Night... Lord-Nightmare2017-03-171-2/+2
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-032-13/+0
* Self-registering devices prep: Vas Crabb2017-02-2712-41/+41
* device_image_interface cleanups (nw) AJR2017-02-271-7/+7
* Remove emu.h from headers (nw) Olivier Galibert2017-02-112-1/+1
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-1/+1
* spellin werds (nw) Scott Stone2016-11-171-1/+1
* srcclean (nw) Vas Crabb2016-10-231-4/+4
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-222-6/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2224-601/+601
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-212-7/+7
* gb.cpp: Some cpu, sound, and video updates (nw) Wilbert Pol2016-09-303-24/+116
* Merge pull request #1180 from npwoods/split_softlist_code_redo Miodrag Milanović2016-08-081-0/+3
|\
| * Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-0/+3
* | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-062-16/+16
|/
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-012-4/+4
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-3/+3
* Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from ... Nathan Woods2016-07-231-1/+1
* device_image_interface::call_softlist_load() was a virtual function where eve... Nathan Woods2016-07-212-11/+1
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-1/+0
* move gb sound and gb lcd in order to make snes compile, since used by bus dev... Miodrag Milanovic2016-05-011-1/+1
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-2/+2
* reverting: Miodrag Milanovic2016-01-2024-100/+100
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-2014-18/+18
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-1614-18/+18
* tags are now strings (nw) Miodrag Milanovic2016-01-1624-100/+100
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-102-5/+4
* cleanups (nw) Miodrag Milanovic2015-12-255-12/+12
* some handmade changes (nw) Miodrag Milanovic2015-12-216-27/+33
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-174-7/+7