summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/n64.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) Housekeeping Robbbert2018-05-171-1/+2
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-3/+3
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-15/+15
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-47/+50
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+6
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+4
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* device_interface: Eliminate device pointer conversion (nw) AJR2017-12-131-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-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-1/+4
* device_image_interface cleanups (nw) AJR2017-02-271-1/+1
* Revert "n64: Remove incorrect factor of two in VI and AI interrupt timing." Happy2016-11-181-1/+1
* n64: Remove incorrect factor of two in VI and AI interrupt timing. Happy2016-11-161-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-17/+17
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-4/+4
* Change N64DD to use harddisk device instead of quikload device. Happy2016-05-251-10/+23
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-11/+3
* Revert software-installed slot/image options when changing software AJR2016-04-041-3/+2
* Cleanups and version bump Miodrag Milanovic2016-03-301-1/+1
* N64: Add ability to change reported EEPROM size at runtime Happy2016-03-141-0/+5
* Few miscellaneous N64 changes / improvements Happy2016-03-011-7/+24
* Fix remainder of this == NULL checks from Tafoids run mooglyguy2016-01-231-2/+4
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+500