summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/n64.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Grammar police (nw) Olivier Galibert2018-02-241-1/+1
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-5/+5
* Fix obvious bugs found by GCC 7.1 (nw) Miodrag Milanovic2017-05-151-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* n64 - Flush RSP drc cache when SP DMA changes IMEM Happy2017-03-131-0/+4
* n64 - Add short delay between RDP full sync and DP interrupt Happy2017-03-131-7/+11
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Merge branch 'master' of https://github.com/mamedev/mame Happy2016-11-241-5/+5
|\
| * Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-1/+1
| * moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-1/+1
| * Merge pull request #1743 from Happy-yappH/master Vas Crabb2016-11-191-15/+5
| |\
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-5/+5
* | | n64: AI, add delayed carry signal. Happy2016-11-241-0/+10
| |/ |/|
* | cleanup commented out lines Happy2016-11-181-10/+2
* | Eliminate explicit temps in AI length calculation. Happy2016-11-181-3/+1
* | n64: Give priority to current transfer when reading AI length register Happy2016-11-181-6/+6
* | Revert "n64: Remove incorrect factor of two in VI and AI interrupt timing." Happy2016-11-181-12/+12
|/
* n64: sp dma skip only for dram address, regardless of transfer direction Happy2016-11-161-1/+1
* n64: Remove incorrect factor of two in VI and AI interrupt timing. Happy2016-11-161-12/+12
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-70/+70
* Use emumem.h defines whenever possible Giuseppe Gorgoglione2016-08-111-4/+4
* n64.cpp: Disabled fast RAM, as it prevents watchpoints from working and doesn... therealmogminer@gmail.com2016-06-081-1/+1
* Allow full build on android: Vas Crabb2016-05-311-10/+10
* Suppress some unnecessary logerrors in code I wrote, nw therealmogminer@gmail.com2016-05-041-24/+24
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-2/+2
* N64: Do SI dma transfer after delay, not before Happy2016-04-261-9/+17
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-3/+3
* N64: Adjust SI timing . . . again. Happy2016-04-211-1/+6
* N64: Add ability to change reported EEPROM size at runtime Happy2016-03-141-5/+4
* N64: These calls seem to produce more issues than they presumably fix. Happy2016-03-021-2/+2
* Few miscellaneous N64 changes / improvements Happy2016-03-011-3/+3
* Add macros for alignment checking (nw) AJR2016-01-301-1/+1
* Fix remainder of this == NULL checks from Tafoids run mooglyguy2016-01-231-158/+118
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-1/+1
* clang-modernize part 4 Miodrag Milanovic2015-12-041-4/+4
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2777