summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/megadriv.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Spring cleaning: Vas Crabb2019-11-011-0/+12
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-24/+24
* devices/video/315_5313.cpp : Fix 3bit color mode masking, Convert drawing rou... cam9002019-09-131-6/+6
* mega32x.cpp : Fix crash in vgmplay (#5624) cam9002019-09-131-0/+6
* 315_5313.cpp DMA / Timer Updates, Correct refresh rate and timer rate related... cam9002019-08-131-15/+18
* -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] mooglyguy2019-06-301-34/+31
* mega32x.cpp: refactor and convert read/write handlers to 16-bit space [Angelo... Angelo Salese2019-06-221-3/+3
* megadriv: dumped MegaCD Japan BIOS rev 1.00C [tmee] MetalliC2019-06-111-0/+3
* Sega 315-5313 color related function updates cam9002019-05-191-4/+1
* m68000: Read the initial SP and PC from memory after rather than during machi... AJR2019-04-291-1/+0
* (nw) Clean up the mess on master Vas Crabb2019-03-261-114/+106
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-106/+114
* devices\bus: some more MCFG macros removal (nw) Ivan Vangelista2019-02-161-42/+39
* rf5c68.cpp : Remove unnecessary arguments in handlers cam9002019-02-041-0/+6
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-21/+19
* src/mame: removed all instances of MCFG_DEVICE_REMOVE in the mame part of the... Ivan Vangelista2019-01-291-6/+6
* imagedev\chd_cd, diablo: removed MCFG macros (nw) Ivan Vangelista2019-01-191-12/+6
* src/devices: more MCFG macros removal (nw) Ivan Vangelista2019-01-101-21/+18
* get rid of the rest of the digfx MCFG as well (nw) Vas Crabb2019-01-071-12/+12
* src/mame: even more MCFG removal (nw) Ivan Vangelista2018-12-051-9/+9
* vgmplay: Added all sound chips (including multiple instances supported by the... smf-2018-08-041-3/+3
* hd63450, genvdp, munchmo, esq5505, multigam: Remove machine().device lookups, nw mooglyguy2018-06-221-19/+10
* 32x: Eliminated machine().device, nw mooglyguy2018-06-021-3/+3
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-23/+23
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-28/+28
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-28/+28
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-37/+37
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-15/+15
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-1/+1
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-13/+17
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-13/+13
* keep legacy arcade build staggering along for now (nw) David Haywood2017-06-251-0/+12
* new NOT WORKING David Haywood2017-06-241-0/+10
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-13/+10
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-9/+9
* device_image_interface cleanups (nw) AJR2017-02-271-1/+1
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-12/+12
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* Devfind revision phase 2 (nw) AJR2016-08-051-1/+1
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-1/+1
* Check software parts for incompatibility as well as compatibility AJR2016-05-031-1/+4
* Merge md_cons.h to megadriv.h to match that of main driver (nw) Scott Stone2016-04-241-1/+1
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-2/+2
* add a genesis model which runs the bios code as a clone (nw) David Haywood2015-12-271-5/+61
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-3/+3
* clang-modernize part 4 Miodrag Milanovic2015-12-041-6/+6
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1033