summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/megadrive (follow)
Commit message (Expand)AuthorAgeFilesLines
* various devices and drivers: removed superfluous semicolons (nw) Ivan Vangelista2020-06-291-2/+2
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-1816-242/+242
* Fixed regression in peps0615 introduced in 635f469c7dd0b5166455bafeddb0e898b1... smf-2020-05-061-1/+1
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-17/+22
* Spring cleaning: Vas Crabb2019-11-012-5/+5
* (nw) add doxygen comments for a bunch of core stuff, and convert a bunch of c... Vas Crabb2019-10-161-2/+2
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-266-48/+62
* Revert "conflict resolution (nw)" andreasnaive2019-03-256-62/+48
* devices\bus: some more MCFG macros removal (nw) Ivan Vangelista2019-02-163-16/+20
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-5/+6
* -ghosteo: Removed deprecated warning, nw mooglyguy2019-02-022-27/+36
* -devices/sound/aica, flt_rc, ics2115, k007232, k053260, sp0250, upd7759: Remo... mooglyguy2018-12-201-10/+18
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-7/+7
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-3/+3
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-044-70/+73
* removed some state() calls smf-2018-04-142-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-14/+16
* srcclean (nw) Vas Crabb2018-02-251-1/+1
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-141-13/+15
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-2/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-175-20/+12
* Remove a bunch of space.device().safe_pc() from devices (nw) Olivier Galibert2017-12-301-20/+20
* space.machine -> machine (nw) Olivier Galibert2017-12-141-16/+16
* device_add_mconfig up to devices/bus/o* (nw) Ivan Vangelista2017-06-1210-136/+77
* general cleanup: Vas Crabb2017-05-231-1/+1
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-225-11/+11
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1418-413/+451
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-102-7/+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-032-13/+0
* Self-registering devices prep: Vas Crabb2017-02-278-53/+53
* device_image_interface cleanups (nw) AJR2017-02-271-2/+2
* Remove emu.h from headers (nw) Olivier Galibert2017-02-112-1/+1
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-222-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2216-253/+253
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-2/+2
* Merge pull request #1180 from npwoods/split_softlist_code_redo Miodrag Milanović2016-08-081-0/+2
|\
| * Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-0/+2
* | Devfind revision phase 2 (nw) AJR2016-08-051-8/+8
|/
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-012-11/+11
* 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
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-292-2/+2
* megadriv: improved description of many taiwanese unlicensed titles etabeta782016-06-195-0/+39
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-255-37/+35
* one step closer to core i2c eeprom implementation. nw. etabeta782016-05-182-46/+49
* misc. nw. etabeta782016-05-175-12/+168
* megadrive: added custom X24C02 emulation to NBA Jam cart, etabeta782016-05-015-0/+328