summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/aim65.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-3/+1
* -pia6821: Removed MCFG and old devcb. [Ryan Holtz] mooglyguy2018-08-101-3/+3
* Fixed validation, nw mooglyguy2018-08-101-1/+1
* -via6522: Removed MCFG acessors, nw mooglyguy2018-08-091-6/+6
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* (nw) remove more low-value macros and add a couple more constructor options Vas Crabb2018-05-101-2/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-13/+13
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-5/+5
* Convert NeoGeo EL panel outputs to lamps - it uses six outputs from a 1-of-8 ... Vas Crabb2018-03-271-0/+9
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-14/+15
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-2/+2
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-2/+2
* via6522: Eliminate truly ancient hack to default clock to that of first CPU (nw) AJR2017-12-071-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* Self-registering devices prep: Vas Crabb2017-02-271-0/+3
* device_image_interface cleanups (nw) AJR2017-02-271-1/+1
* aim65: add 16K PROM/ROM module, 4 extra sockets required for Instant Pascal Nigel Barnes2017-02-151-7/+25
* aim65: remap DEL so it isn't on the same key as PRINT by default (nw) Vas Crabb2017-02-131-5/+4
* dl1416: clean up, support signal-level interface better, support Vas Crabb2017-02-111-6/+7
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-4/+4
* Further IRQ passthrough cleanup AJR2016-07-081-2/+2
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-3/+3
* clang-modernize part 7 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+289