summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mega32x.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-33/+33
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-2/+2
* TIMER_CALLBACK to TIMER_CALLBACK_MEMBER (nw) Miodrag Milanovic2016-03-071-1/+1
* 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 auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-4/+4
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-4/+4
* move mess into mame (nw) Miodrag Milanovic2015-09-301-0/+235
* (MESS) moved megadrive add-ons to appropriate place + cleaned up classes Fabio Priuli2014-03-301-220/+0
* megavdp: no more global variables needed, at last. nw. Fabio Priuli2014-03-291-1/+5
* megavdp: removed another global variable. nw. Fabio Priuli2014-03-291-0/+1
* another small step towards separation of the 32x from megadrive vdp. nw. Fabio Priuli2014-03-281-0/+1
* (MESS) 32x: experimental change to the pixel mixing to better understand the Fabio Priuli2014-03-261-0/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+8
* 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
* megadriv.c: small steps to keep a few 32x operations inside 32x. nw. Fabio Priuli2013-03-251-10/+12
* (MESS) megadriv.c: removed a bunch of useless machine parameters and a few ta... Fabio Priuli2013-03-231-6/+6
* (MESS) megadriv.c: moved some more global variables to driver class. nw. Fabio Priuli2013-03-231-5/+13
* more of the same. nw. Fabio Priuli2013-03-221-4/+4
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-5/+5
* Moved a bunch of other stuff into the device state involving 32x. There shou... Scott Stone2012-08-251-4/+81
* Get all the handlers into the device state. From Haze (nw) Scott Stone2012-08-241-0/+51
* Started making 32x a device, by creating a device and moving the cpus there. ... Scott Stone2012-08-231-0/+68