summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/micro3d.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-3/+2
* Default input clocks for ADC083x and ADC084x (nw) AJR2018-12-261-1/+1
* mcs51.cpp: Removed MCFG. Various MACHINE_CONFIG removals. nw mooglyguy2018-12-091-9/+9
* tms34010: Removed MCFG. [Ryan Holtz] mooglyguy2018-12-051-8/+8
* -mc2661,mc68328,mc6843,mc6846: De-MCFG, nw mooglyguy2018-09-081-2/+2
* MT 7096 AJR2018-09-061-11/+11
* z80scc.cpp, z80sio.cpp: deMCFGfied; 8530scc.cpp: removed macros which weren't... Ivan Vangelista2018-08-271-2/+2
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* -8364_paula, aakart, adc0808, adc083x, adc0844, adc1038, adc1213, akiko, am28... mooglyguy2018-08-121-21/+20
* mc68901: Convert to devcb3 (nw) AJR2018-08-011-8/+8
* devcb3 Vas Crabb2018-07-071-3/+3
* misc cleanup and stuff to make macro removal easier (nw) Vas Crabb2018-07-051-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-18/+18
* z80scc: Remove generic device type (which nothing was using) and custom MCFG_... AJR2018-05-271-10/+10
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-5/+5
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* (nw) misc follow-up Vas Crabb2018-05-061-12/+12
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-43/+43
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-59/+65
* mcs51: Use callbacks for parallel ports (nw) AJR2018-02-271-1/+4
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-6/+6
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-11/+11
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2
* remove leftover from previous commit (nw) Dirk Best2017-12-011-1/+1
* micro3d: Hook up terminal to the vgb board Dirk Best2017-12-011-3/+10
* micro3d: Add terminal to the DrMath board Dirk Best2017-11-301-3/+11
* mc68681: Use MCFG_DEVICE_ADD instead of custom macro; switch one more to SCN2... AJR2017-11-221-1/+1
* micro3d: botss11 doesn't have the analog throttle (nw) Dirk Best2017-11-081-6/+6
* micro3d.cpp: Correct and simplify device tags (nw) AJR2017-11-081-6/+6
* micro3d.cpp: A few more lines from schematics (nw) AJR2017-11-081-0/+3
* micro3d: Attach RS232 port to monitor port Dirk Best2017-11-071-1/+6
* Small fix for previous commit (nw) Dirk Best2017-11-071-1/+0
* micro3d: Use ADC0844 device and fix throttle regression Dirk Best2017-11-071-6/+17
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+7
* Self-registering devices prep: Vas Crabb2017-02-271-3/+7
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1
* mcs51.cpp: converted serial_rx and serial_tx to devcb (nw) Ivan Vangelista2016-07-011-0/+2
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+645