summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/jaguar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] mooglyguy2019-06-301-1/+1
* -snapquik: Modernized delegate and removed MCFG macros. [Ryan Holtz] MooglyGuy2019-06-301-2/+1
* cpu/jaguar/*.cpp : Updates cam9002019-06-021-2/+2
* jaguar.cpp : Updates cam9002019-05-231-2/+6
* jaguar: Fix interrupt acknowledgment by adding CPU space (nw) AJR2019-04-051-1/+1
* Eliminate custom_port_read and use ioport finders instead (nw) AJR2018-12-261-0/+2
* move more stuff behind private: (Part H, I, J) (nw) (#3707) David Haywood2018-06-271-21/+24
* jaguar.cpp: Use ioport finders for joysticks/buttons (nw) AJR2018-05-311-0/+4
* srcclean (nw) Vas Crabb2018-05-271-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-15/+15
* jaguar.cpp Cleanups (#3415) cam9002018-05-071-40/+55
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+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-0/+5
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-91/+91
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-4/+4
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-1/+1
* Fix vcircle regression (not booting) - from Sarayan (nw) Scott Stone2016-05-191-0/+2
* emumem: Get rid of the install_* return value [O. Galibert] Olivier Galibert2016-05-181-0/+2
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-1/+1
* Yet more this==NULL fixes therealmogminer@gmail.com2016-01-231-0/+2
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-4/+0
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-4/+4
* clang-modernize part 4 Miodrag Milanovic2015-12-041-3/+3
* Added some for Nathan and some more for Nicola (nw) Miodrag Milanovic2015-05-111-1/+1
* Added known authors to licenses tags (nw) Miodrag Milanovic2015-05-091-1/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Added a bunch of commands Angelo Salese2013-10-281-3/+11
* Glueing the pieces together with Butch ... Angelo Salese2013-10-281-0/+6
* Made Jag CD to boot somehow ... Angelo Salese2013-10-271-0/+2
* Hooked up DSP/GPU interrupt to tom that was missed when modernizing jaguar co... smf-2013-10-261-2/+2
* Based on memory and obvious stuff, attempted to flag driver code Aaron Giles2013-10-161-0/+2
* jaguar.c: Modernized cpu core. (nw) Wilbert Pol2013-08-041-2/+2
* Rewrite serial EEPROM devices, breaking them out into separate chips of Aaron Giles2013-07-291-1/+1
* Split eeprom.c into a base class base_eeprom_device and a serial-specific Aaron Giles2013-07-271-1/+1
* Rename eeprom_device to serial_eeprom_device in anticipation of adding Aaron Giles2013-07-261-1/+1
* Added vt83c461, which is currently implemented as a 32 bit chip. This allows ... smf-2013-06-191-4/+2
* First pass at tidying up ide interface. It no longer tries to force everythin... smf-2013-06-081-1/+8
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-1/+1
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-0/+2
* cleanup of duplicates (nw) Miodrag Milanovic2013-04-131-5/+3
* more eeprom devices (nw) Miodrag Milanovic2013-04-121-1/+4
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3
* Modernization of drivers part 9 (no whatsnew) Miodrag Milanovic2013-02-081-0/+3
* Getting rid of DEVICE_IMAGE_START (nw) Wilbert Pol2013-02-061-1/+0
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-0/+2