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