summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/megacd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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