summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/megacd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-229/+0
* init vars for coverity (mame/machine/3-m) Robbbert2022-03-301-28/+28
* Numerous drivers: Modernization and runtime tag lookup elimination AJR2020-10-181-0/+3
* drivers starting with m, n and o: removed read* and write* macros (nw) Ivan Vangelista2020-06-121-58/+58
* rf5c68.cpp: Implement some chip variant differences, Verify,Implement RF5C164... cam9002020-06-081-1/+1
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* 315_5313.cpp DMA / Timer Updates, Correct refresh rate and timer rate related... cam9002019-08-131-1/+3
* Revert "Allow 16bpp gfxdecode (#5167)" R. Belmont2019-07-191-5/+5
* Allow 16bpp gfxdecode (#5167) cam9002019-07-181-5/+5
* (nw) Clean up the mess on master Vas Crabb2019-03-261-4/+7
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-7/+4
* rf5c68.cpp : Remove unnecessary arguments in handlers cam9002019-02-041-4/+7
* rf5c68.cpp Updates, etc (#3515) cam9002018-05-111-0/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+1
* updated mame/machine devices to device_add_mconfig (nw) Ivan Vangelista2017-05-261-8/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-139/+105
* Remove device_config_complete from numerous devices that don't really need it... AJR2017-02-091-1/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-34/+34
* reverting: Miodrag Milanovic2016-01-201-4/+4
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-4/+4
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-2/+0
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* move mess into mame (nw) Miodrag Milanovic2015-09-301-0/+254
* (MESS) moved megadrive add-ons to appropriate place + cleaned up classes Fabio Priuli2014-03-301-247/+0
* megavdp: no more global variables needed, at last. nw. Fabio Priuli2014-03-291-0/+4
* Checkpoint: gfx_elements now have a pointer to a palette_device (which is not... Alex W. Jackson2014-03-111-166/+0
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-0/+6
* Fix device duplicated name/descriptions (nw) Miodrag Milanovic2013-06-211-1/+1
* extended large amount of devices with shortname and source file data (nw) Miodrag Milanovic2013-06-211-1/+1
* (MESS) megadriv.c: removed a bunch of useless machine parameters and a few ta... Fabio Priuli2013-03-231-4/+4
* (MESS) megadriv.c: moved some more global variables to driver class. nw. Fabio Priuli2013-03-231-0/+5
* another global variable removed + cleanup. nw. Fabio Priuli2013-03-221-8/+2
* IRQ_CALLBACK modernization part 1 (no whatsnew) Miodrag Milanovic2013-01-311-0/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-22/+11
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-11/+9
* move some system specific stuff out of the cdc (nw) David Haywood2012-12-051-1/+4
* scd / ncd stuff (nw) David Haywood2012-12-051-1/+1
* megacd/neocd: precursor to proper cleanups (nw) David Haywood2012-12-021-233/+29
* srcclean (nw) Curt Coder2012-10-071-6/+6
* some megacd refactorin​g by Haze (no whatsnew) Miodrag Milanovic2012-10-041-1/+567
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-4/+4
* This gives a dummy (skeleton) device file to start moving some cdc stuff into... Scott Stone2012-09-171-1/+1
* In preparation for future work (basic device structure). Should have no func... Scott Stone2012-09-161-0/+51