summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sega8 (follow)
Commit message (Expand)AuthorAgeFilesLines
* sg1000.cpp, sms.cpp & associated buses: Simplify handler signatures (nw) AJR2020-05-317-156/+156
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-40/+42
* Spring cleaning: Vas Crabb2019-11-012-5/+5
* 315_5124: Adjust horizontal screen positions Enik Land2019-07-251-6/+6
* fix build with clang, clean up some random stuff (nw) Vas Crabb2019-04-071-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-266-82/+455
* Revert "conflict resolution (nw)" andreasnaive2019-03-256-455/+82
* device/bus/sega8/sega8_slot.cpp : Remove MCFG macros cam9002019-02-114-78/+250
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1
* sc3000: Added support for the SC-3000 Survivors Multicart and Megacart cartri... Nigel Barnes2019-01-204-3/+204
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-3/+4
* Removed nearly all custom MCFG macros from eepromser, migrated more of police... mooglyguy2018-06-071-1/+1
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-043-57/+62
* Fix Lode Runner SG1000/SC-3000 ROM image detection Kalevi Kolttonen2018-05-011-0/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-173-3/+3
* 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
* sms/gamegear misc fixes Enik Land2017-09-161-0/+1
* finally got rid of machine_mconfig_additions (nw) Ivan Vangelista2017-06-146-32/+14
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-223-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-148-188/+201
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-102-6/+5
* Made a number of methods be const correct and static where appropriate Nathan Woods2017-04-102-2/+2
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-1/+0
* Image instance name refactoring and bug fixing (nw) AJR2017-03-021-2/+5
* Self-registering devices prep: Vas Crabb2017-02-274-22/+22
* device_image_interface cleanups (nw) AJR2017-02-271-6/+6
* smskr: add support for the seo-jin 11-in-1 multi-game bootleg cartridge David Haywood2016-11-164-2/+110
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-222-24/+24
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-228-96/+96
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-212-2/+2
* Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-0/+3
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-012-10/+10
* reverse logic of IMAGE_VERIFY (nw) Miodrag Milanovic2016-07-311-3/+3
* for bool type use true and false (nw) Miodrag Milanovic2016-07-312-2/+2
* 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-12/+1
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-1/+0
* sg1000.cpp: many improvements [Enik Land] etabeta782016-06-241-1/+1
* Fixed issues with timings and more comments form sms [Enik] Miodrag Milanovic2016-03-301-6/+6
* fix build. (nw) dankan18902016-03-191-1/+1
* The patch mainly adds software list support for the Master Gear adapter, used... Miodrag Milanovic2016-03-191-2/+9
* 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-208-50/+50
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-204-6/+6
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-164-6/+6
* tags are now strings (nw) Miodrag Milanovic2016-01-168-50/+50
* 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