summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/n64.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) fix lots of inadverently mutable static pointers Vas Crabb2018-09-201-6/+6
* cclimber, battles, crystal, ql, n64, ibmpcjr, tia: Miscellaneous machine().de... mooglyguy2018-05-281-9/+7
* Assorted machine().device removals, nw Ryan Holtz2018-05-271-1/+1
* rand() corrections in src/mame/* (nw) hap2017-04-261-3/+3
* N64 / RSP - Make element selection in vector load/store DRC C functions consi... Happy2017-03-151-1/+1
* Merge pull request #2128 from ajrhacker/screen_vblank_devcb R. Belmont2017-03-151-1/+1
|\
| * Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-1/+1
* | n64 - Add short delay between RDP full sync and DP interrupt Happy2017-03-131-1/+3
|/
* srcclean (nw) Vas Crabb2017-02-191-9/+9
* Get PIN64 code to function correctly. (nw) MooglyGuy2017-02-021-4/+55
* Make N64 RDP use uint64_t types for commands (nw) MooglyGuy2017-02-021-607/+573
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-789/+789
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-1/+1
* Non-interlaced field index should be fixed at zero. Happy2016-03-081-1/+1
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-35/+35
* Fix more crashes therealmogminer@gmail.com2016-01-231-43/+45
* Fix remainder of this == NULL checks from Tafoids run mooglyguy2016-01-231-7/+11
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-2/+0
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-2/+2
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+1
* clang-modernize part 4 Miodrag Milanovic2015-12-041-4/+4
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+4022