summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/snes (follow)
Commit message (Expand)AuthorAgeFilesLines
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-20/+22
* Spring cleaning: Vas Crabb2019-11-012-5/+5
* (nw) misc cleanup: Vas Crabb2019-10-051-2/+1
* -snes: Differentiate between SuperFX 1 and SuperFX 2. Fixes game speed in Sta... MooglyGuy2019-10-055-24/+71
* (nw) Clean up the mess on master Vas Crabb2019-03-2624-413/+445
* Revert "conflict resolution (nw)" andreasnaive2019-03-2524-445/+413
* bus/gameboy, bus/snes: Simplify read/write handlers (nw) AJR2019-03-0924-333/+350
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-112-70/+82
* devices\bus: some more MACHINE_CONFIG removal (nw) Ivan Vangelista2019-02-102-9/+11
* snes: Fix crash when no cartridge has been loaded AJR2019-01-071-1/+2
* -bus/gameboy/gb_slot, ieee488/hp9895, psx/gamebooster, snes/sgb: Removed MCFG... mooglyguy2018-12-172-19/+22
* SNES cartridge/clock refinements (nw) AJR2018-12-096-41/+90
* sm510, sm8500, sparc, superfx, t11: Removed MCFG, nw mooglyguy2018-12-071-5/+6
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-085-21/+21
* 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