summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/attache.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix more region widths (nw) AJR2019-11-161-1/+1
* Spring cleaning: Vas Crabb2019-11-011-3/+3
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* msm5832: Simplify handlers (nw) AJR2019-10-211-3/+3
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-23/+25
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-25/+23
* am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... AJR2019-03-071-2/+2
* ay8910.cpp : Updates cam9002019-02-151-3/+3
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-13/+15
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-5/+5
* Start cleaning up palette configuration: Vas Crabb2018-12-291-2/+2
* upd765: Add (mostly standard) clocks to all devices in the family (nw) AJR2018-12-131-2/+2
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-0/+1
* z80ctc: Allow a fixed-rate clock input to be configured for each channel. Thi... AJR2018-11-101-9/+4
* rs232: another batch of MCFG removal (nw) Ivan Vangelista2018-10-221-12/+12
* tms9927: Eliminate MCFG macros and register_postload; remove "wr_" from callb... AJR2018-09-111-8/+8
* z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-9/+9
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-2/+2
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-4/+2
* remove lots of MCFG_ (nw) Vas Crabb2018-07-171-44/+44
* devcb3 Vas Crabb2018-07-071-32/+32
* cleanup (nw) Vas Crabb2018-07-061-38/+38
* private: use (W,X,Y,Z,#) (#3721) David Haywood2018-07-011-16/+29
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-11/+11
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-6/+6
* 32.768_kHz_XTAL != 32.768_MHz_XTAL (nw) AJR2018-05-281-1/+1
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-19/+19
* 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-3/+3
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-74/+74
* fixed MT06958, MT06962, MT06963 (nw) Ivan Vangelista2018-05-051-0/+2
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-48/+53
* tms9927: Configure using character clock rather than dot clock AJR2018-02-281-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-5/+10
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-19/+19
* attache: SIO mapping fix [O. Galibert] Olivier Galibert2018-01-191-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+4
* attache: Add RS-232 serial ports AJR2018-01-041-9/+51
* attache: TMS9927 VSYN is CT2 input (nw) AJR2018-01-041-2/+2
* xtal.h: Add another large batch of terminal XTALs (nw) AJR2018-01-031-2/+2
* attache: MCFG_SCREEN_RAW_PARAMS for reference (nw) AJR2018-01-021-8/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-9/+3
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-3/+9
* attache816: enabled MCFG_QUANTUM_PERFECT_CPU on the 8086, fixes deadlock when... mahlemiut2017-12-081-9/+3
* srcclean (nw) Vas Crabb2017-11-261-10/+10
* attache: add preliminary communcations between the Z80 and 8086. mahlemiut2017-11-091-12/+155