summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jaguar.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* jaguar: Now you see it, now you don't (nw) AJR2020-02-011-1/+1
* jaguar: Hardware note (nw) AJR2020-02-011-0/+3
* Update main jaguar.cpp note (nw) Angelo Salese2019-12-121-2/+1
* jaguar.cpp: Memory-related refactoring (nw) AJR2019-12-111-193/+88
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-17/+17
* Move IDE devices into bus/ata (nw) (#5756) ajrhacker2019-10-231-1/+1
* -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] mooglyguy2019-06-301-2/+2
* -snapquik: Modernized delegate and removed MCFG macros. [Ryan Holtz] MooglyGuy2019-06-301-8/+2
* cpu/jaguar/*.cpp : Updates cam9002019-06-021-11/+11
* srcclean (nw) Vas Crabb2019-05-261-1/+1
* jaguar.cpp : Updates cam9002019-05-231-0/+4
* jaguar.cpp : Updates cam9002019-05-221-2/+2
* jaguar: Fix interrupt acknowledgment by adding CPU space (nw) AJR2019-04-051-7/+7
* (nw) Clean up the mess on master Vas Crabb2019-03-261-4/+2
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-2/+4
* volt_reg: set default m_output (nw) hap2019-02-191-2/+0
* Make the delay for snapshot/quickload an attotime, and allow implicit zero. ... Vas Crabb2019-02-061-2/+2
* jaguar.cpp: Fix 68020 Cojag games (nw) AJR2018-12-271-1/+1
* Eliminate custom_port_read and use ioport finders instead (nw) AJR2018-12-261-18/+2
* -bus/gameboy/gb_slot, ieee488/hp9895, psx/gamebooster, snes/sgb: Removed MCFG... mooglyguy2018-12-171-75/+73
* (nw) adjust some stuff (uniform spacing, standardised logging, capitalised te... Vas Crabb2018-11-281-2/+1
* r3000: call it like it is (nw) Patrick Mackinlay2018-11-061-1/+1
* r3000: modernize, add tlb support Patrick Mackinlay2018-11-061-3/+3
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-1/+1
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-1/+1
* -amigafdc, at29x, at45dbxx, at_keybc, ataintf, atmel_arm_aic, pci-ide: MCFG r... mooglyguy2018-08-151-2/+2
* Removed nearly all custom MCFG macros from eepromser, migrated more of police... mooglyguy2018-06-071-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-100/+100
* jaguar.cpp: Use ioport finders for joysticks/buttons (nw) AJR2018-05-311-9/+3
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-2/+2
* srcclean (nw) Vas Crabb2018-05-271-3/+3
* 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