summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/astrocde.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* PORT_CUSTOM simplification (nw) AJR2019-09-141-5/+5
* all: ram auto-sharing is going away, so fix drivers relying on it [O. Galibert] Olivier Galibert2019-05-061-4/+7
* (nw) Clean up the mess on master Vas Crabb2019-03-261-4/+4
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-4/+4
* -astrocade: Various changes. [Ryan Holtz] mooglyguy2019-03-171-2/+2
* votrax: Simplify write handlers (nw) AJR2019-02-191-2/+2
* Start cleaning up palette configuration: Vas Crabb2018-12-291-2/+2
* -bus/a7800/a78_slot, bus/astrocde/exp, slot, pc_joy/pc_joy, vcs/vcs_slot, : R... mooglyguy2018-12-181-161/+140
* ay8910: some more work on MCFG macros removal (nw) Ivan Vangelista2018-11-121-5/+5
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-8/+4
* z80ctc: removed MCFG macros (nw) Ivan Vangelista2018-09-031-2/+2
* z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-5/+4
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-2/+2
* -bankdev: Remove MCFG, nw mooglyguy2018-08-151-9/+3
* -7200fifo, 7400, 7404, 74123, 74145, 74148, 74153, 74157, 74161, 74259: [Ryan... mooglyguy2018-08-111-33/+33
* devcb3 Vas Crabb2018-07-071-17/+17
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-44/+44
* 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