summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/attache.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* added Attache 8:16 ROMs, and revision H BIOS mahlemiut2017-11-021-7/+158
* (nw) more drivers moved to z80sio.h Robbbert2017-10-311-4/+4
* Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) AJR2017-09-241-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-7/+1
* Self-registering devices prep: Vas Crabb2017-02-271-6/+11
* srcclean (nw) Vas Crabb2017-01-221-1/+1
* ScrollUP fix for the Otrona Attachè Stefano2016-12-151-14/+19
* More accurate MSM5832 WR emulation; add pinout for RTC58323 (nw) AJR2016-11-131-1/+1
* Improvements to rgb_t (nw) AJR2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-45/+45
* Devfind revision phase 2 (nw) AJR2016-08-051-18/+3
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-1/+1
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-1/+1
* Add support to adjust the screen color Dirk Best2016-03-121-2/+2
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* clang-modernize part 4 Miodrag Milanovic2015-12-041-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1011