summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/astrocde.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* astrocde:cpp: Split up base class a little; add output finder for tenpindx (nw) AJR2018-05-181-59/+59
* astrocde, astrohome: Use select, not mirror for video registers (nw) AJR2018-05-161-2/+2
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-1/+1
* astrocde.cpp: fixed seawolf2 regression (nw) Ivan Vangelista2018-05-161-4/+4
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-1/+1
* proposal: move z80daisy* to devices/machine (#3572) Patrick Mackinlay2018-05-151-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-21/+21
* astrocde.cpp: Driver and device modernization (nw) AJR2018-05-091-203/+219
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-7/+9
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-35/+35
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-7/+7
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-129/+146
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-15/+25
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-17/+17
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-13/+13
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-3/+3
* tenpindx: Soundlatch modernization (nw) AJR2017-08-311-20/+17
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-13/+13
* Self-registering devices prep: Vas Crabb2017-02-271-1/+4
* Reassert imperfect sound flag for Gorf and Wizard of Wor (nw) Scott Stone2016-12-241-5/+5
* votrax sc01: Simulate [O. Galibert] Olivier Galibert2016-12-241-31/+34
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-4/+0
* Devfind revision phase 2 (nw) AJR2016-08-051-1/+1
* astrocde: fixed gorf regression. Robbbert2016-06-171-1/+1
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-34/+34
* more gen_latch (nw) Ivan Vangelista2016-06-071-2/+5
* fix astrocde (nw) Miodrag Milanovic2016-04-291-0/+3
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-4/+4
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-1/+1
* apply fix suggested in MT06145 (nw) David Haywood2016-02-291-1/+1
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-44/+44
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-44/+44
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-17/+17
* clang-modernize part 7 Miodrag Milanovic2015-12-041-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1814