summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/micro3d.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-2/+2
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-2/+2
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-8/+8
* micro3d.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-141-0/+18
* micro3d: use standard palette device ram Dirk Best2015-08-041-3/+0
* Cleanups and version bumpmame0164 Miodrag Milanovic2015-07-291-10/+10
* Quiet anonymous union errors. Used a couple different techniques, all compile... Cowering2015-07-081-13/+21
* update for Philip Bennett (nw) Miodrag Milanovic2015-05-181-2/+2
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-2/+2
* micro3d: moved video functions into the driver class (nw) Ivan Vangelista2014-10-041-18/+38
* tms340x0_device: converted to use inline config, devcb and delegates. (nw) Ivan Vangelista2014-09-241-4/+2
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+3
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* make the TMS34010 a bit safer when 8-bit writes are used (Megaphoenix does th... David Haywood2014-03-181-2/+0
* n68681: Renamed to mc68681. (nw) Curt Coder2014-03-181-2/+2
* no more old duart (nw) Miodrag Milanovic2014-03-181-10/+9
* some more legacy stuff removed (nw) Miodrag Milanovic2014-03-161-1/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-1/+1
* mcs51.c: Modernized cpu core. Wilbert Pol2013-08-271-1/+2
* Modernized Mirco3D noise device. [Osso] Ivan Vangelista2013-08-041-5/+43
* Modernized the upd7759 sound chip. [Osso] Scott Stone2013-07-121-0/+3
* devlegcy.h usage cleanup (nw) Oliver Stöneberg2013-07-101-1/+0
* Removes more MAME anonymous timers. [Andrew Gardner] Andrew Gardner2013-05-211-0/+9
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-1/+5
* changed machine().device("audiocpu") with m_maincpu (nw) Miodrag Milanovic2013-04-111-1/+3
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-2/+3
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-091-1/+1
* make mcs51 callbacks used delegates (nw) Miodrag Milanovic2013-04-011-0/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-41/+41
* Replace some *_DEVICE_HANDLER with _MEMBER calls, mostly audio (no whatsnew) Miodrag Milanovic2012-09-281-2/+1
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-2/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-10/+0
* Memory handler normalization, part 1. Aaron Giles2012-09-171-1/+1
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-3/+6
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-1/+24
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-2/+2
* swapped botss sets parent-clone relation Michaël Banaan Ananas2012-07-171-13/+9
* mc68681: Fixed generation of spurious interrupts, and provide ASSERT/CLEAR st... R. Belmont2012-05-191-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-4/+7
* non device audio board modernization (no whatsnew) Miodrag Milanovic2012-04-111-4/+4
* modernization of some CUSTOM_INPUT's part 2 (no whatsnew) Miodrag Milanovic2012-04-091-5/+1
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-27/+27