summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/micro3d.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-209/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-7/+2
* init some more vars (includes) Robbbert2022-04-111-30/+30
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* drivers starting with m, n and o: removed read* and write* macros (nw) Ivan Vangelista2020-06-121-5/+5
* drivers starting with j, k, l and part of m: read* and write* macro removal (nw) Ivan Vangelista2020-06-111-18/+18
* more macro removal (nw) Ivan Vangelista2020-05-191-9/+9
* Replace old MC2661 device with new SCN2651/SCN2661/SCN2641 devices and make s... AJR2020-03-061-2/+2
* PORT_CUSTOM simplification (nw) AJR2019-09-141-1/+1
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-0/+1
* (nw) more header cleaning Vas Crabb2018-12-081-21/+25
* -8364_paula, aakart, adc0808, adc083x, adc0844, adc1038, adc1213, akiko, am28... mooglyguy2018-08-121-0/+3
* misc cleanup and stuff to make macro removal easier (nw) Vas Crabb2018-07-051-2/+2
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-13/+15
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* mcs51: Use callbacks for parallel ports (nw) AJR2018-02-271-2/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+6
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+2
* micro3d: Hook up terminal to the vgb board Dirk Best2017-12-011-8/+9
* micro3d: Add terminal to the DrMath board Dirk Best2017-11-301-2/+0
* micro3d.cpp: Correct and simplify device tags (nw) AJR2017-11-081-2/+2
* Small fix for previous commit (nw) Dirk Best2017-11-071-2/+0
* micro3d: Use ADC0844 device and fix throttle regression Dirk Best2017-11-071-8/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-71/+5
* 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-48/+48
* 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