summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atlantis.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove many mainly PCI-related MCFG macros in favour of constructor Vas Crabb2018-05-251-23/+23
* voodoo: Use device finders instead of machine().device (nw) Ryan Holtz2018-05-211-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-6/+6
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-31/+31
* fixed MT06958, MT06962, MT06963 (nw) Ivan Vangelista2018-05-051-0/+1
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-1/+1
* maps: Finish mame/drivers (nw) Olivier Galibert2018-04-191-23/+27
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-6/+6
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-3/+3
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-8/+12
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* vegas/midway: Fake waitstates for RTC reading and adjust DCS polling offset. ... Ted Green2018-01-181-2/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-1/+1
* atlantis/vegas: Fixed DCS audio banking for DENVER and DSIO DCS audio. Ted Green2017-12-141-3/+3
* vegas: Clean up duart code and make parallel read return not busy. (nw) Ted Green2017-09-221-69/+56
* atlantis: Use standard way of handling keypad inputs. (nw) Ted Green2017-07-301-13/+21
* srcclean (nw) Vas Crabb2017-07-231-7/+7
* WIP: Get audio to start working in mwskins and add I40 board to vegas driver.... Ted Green2017-07-101-16/+31
* never hurts to srcclean (nw) Vas Crabb2017-07-091-6/+6
* atlantis: Fix compile. (nw) Ted Green2017-06-291-1/+1
* atlantis: Use actual M48T37 timekeeper. Minor cleanups. (nw) Ted Green2017-06-291-84/+99
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* atlantis: Driver cleanup. (nw) Ted Green2017-05-061-119/+101
* pci: Add save state support. (nw) Ted Green2017-05-051-4/+4
* Start adding save state support to atlantis driver. (nw) Ted Green2017-05-031-14/+10
* midwayic: Block register updates until unlocked. (nw) Ted Green2017-04-221-42/+4
* zeus2: Better texture lookup. (nw) Ted Green2017-03-171-5/+8
* New not working clone Ivan Vangelista2017-02-191-0/+10
* srcclean (nw) Vas Crabb2017-01-221-1/+1
* Remove unused mwskinsa_mod definition in order to fix build (nw) AJR2017-01-081-8/+0
* atlantis: Forgot to revert chd mod (nw) Ted Green2017-01-061-2/+2
* atlantis: Clean up driver and add info (nw) Ted Green2017-01-061-151/+167
* Fix build (nw) AJR2016-12-221-0/+2
* midwayic: Added hooks for serial communication. (nw) Ted Green2016-12-211-22/+61
* zeusII: WIP: Update screen rectangle to keep mwskins from crashing. (nw) Ted Green2016-12-111-1/+1
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-28/+28
* atlantis: Removed unused define parameter. (nw) Ted Green2016-10-071-1/+0
* atlantis: Added analog joystick (nw) Ted Green2016-07-041-5/+20
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-2/+2
* zeus2: Re-organize frame buffer ram and add IEEE754 floating point conversion... Ted Green2016-06-211-1/+2
* atlantis: Minor update (nw) Ted Green2016-06-191-5/+3
* atlantis: Added dcs3 fifo reset to address map (nw) Ted Green2016-06-191-2/+9
* atlantis: Update address mapping and add zeus2 video device (nw) Ted Green2016-06-191-189/+168
* Fix typo in vegas and change atlantis to denver audio (nw) Ted Green2016-06-081-2/+2
* vegas: Corrected sub-device lookup string (nw) Ted Green2016-06-081-124/+352
* (nw) Use normal array allocation for fixed sized arrays. Ted Green2016-05-311-9/+6
* (nw) Alantis: Updated the address map. Ted Green2016-05-311-51/+55
* (nw) WIP: Updated atlantis driver. Ted Green2016-05-291-28/+455