summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jaguar.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* Eliminate remaining non-diexec PULSE_LINE hacks and disable some side effects... AJR2018-05-151-7/+16
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-43/+43
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+4
* jaguar.cpp Cleanups (#3415) cam9002018-05-071-32/+65
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-32/+32
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-7/+8
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-21/+21
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-192/+202
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-3/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-10/+10
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-5/+5
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-4/+7
* New way to provide DAC reference inputs (nw) AJR2018-01-101-7/+4
* Tackle the ambiguous ones (nw) Olivier Galibert2018-01-021-2/+2
* Finish the non-ambiguous ones (nw) Olivier Galibert2018-01-021-6/+6
* Do the easy ones (nw) Olivier Galibert2018-01-011-1/+1
* jaguar.cpp: Minor doc update for Area51 & Area51 / Max Force Combo sets (nw) briantro2017-12-261-12/+12
* new clone added - Area 51 / Maximum Force Duo (R3000, 2/02/98) briantro2017-12-261-24/+40
* ATA: Simplified class hierarchy so there is no ambiguity with 16 & 32 bit met... smf-2017-12-201-8/+8
* ide: Add non-space cs access methods, use them wherever possible [O. Galibert] Olivier Galibert2017-12-161-2/+2
* ide: deambiguate cs access between 16 and 32 bits [O. Galibert] Olivier Galibert2017-12-161-8/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+7
* Self-registering devices prep: Vas Crabb2017-02-271-1/+2
* device_image_interface cleanups (nw) AJR2017-02-271-1/+1
* jaguar.cpp: Minor doc update - NW briantro2016-11-061-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-17/+17
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-17/+16
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-3/+3
* 1. Merge branch 'master' into diimage_filetype_as_stdstring Nathan Woods2016-07-311-3/+3
|\
* | This changes device_image_interface::filetype() to return 'const std::string ... Nathan Woods2016-07-311-3/+3
|/
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-1/+1
* Fix vcircle regression (not booting) - from Sarayan (nw) Scott Stone2016-05-191-1/+2
* emumem: Get rid of the install_* return value [O. Galibert] Olivier Galibert2016-05-181-13/+22
* Make watchdog timer a separate device AJR2016-04-301-2/+5
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-14/+14
* Revert software-installed slot/image options when changing software AJR2016-04-041-1/+0
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-2/+2
* Yet more this==NULL fixes therealmogminer@gmail.com2016-01-231-5/+9
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* clang-modernize part 4 Miodrag Milanovic2015-12-041-4/+4
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2698