summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/n64.c
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-499/+0
* Cleanups and version bumpmame0166 Miodrag Milanovic2015-09-301-1/+1
* Reduce quantum frequency. Optimal value still undetermined and likely to cha... Happy2015-09-291-1/+1
* Added overlooked factor of 2 to VI timing to account for vertical resolution ... Happy2015-09-281-3/+3
* VI timing period is now set dynamically from the VI registers. Happy2015-09-261-3/+5
* N64 changes Happy2015-09-231-1/+1
* Merge branch 'local' Happy2015-09-071-1/+1
|\
| * N64 driver improvements. Happy2015-09-071-1/+1
* | n64.c: Development Disk Drive setting support [LuigiBlood] luigiblood2015-09-041-4/+8
* | change flags from GAME_ to MACHINE_ David Haywood2015-07-291-2/+2
* | [MESS] n64: Fix crash when fast-forwarding. [MooglyGuy] therealmogminer@gmail.com2015-07-231-0/+1
|/
* -core: Add MCFG_FORCE_NO_DRC. [MooglyGuy] therealmogminer@gmail.com2015-06-271-1/+2
* nw, add MCFG_FORCE_NO_DRC option, does not work for no apparent reason becaus... therealmogminer@gmail.com2015-06-271-0/+1
* Updated licenses on Ryan Holtz request (nw) Miodrag Milanovic2015-05-091-1/+1
* more updates (all for today) (nw) Miodrag Milanovic2015-05-081-1/+1
* Added 4 controller support for N64/N64DD, as well as rough mouse support. You... luigiblood2015-05-021-4/+96
* (MESS) added software list for 64DD disks. nw. etabeta782015-03-251-1/+4
* Adding support for the N64DD. Currently use: mess n64dd -quickload disk -car... Happy2015-03-241-1/+21
* and a last bunch of generic cart slots. nw. Fabio Priuli2014-10-111-9/+12
* moved rsp to use devcb2 (nw) Miodrag Milanovic2014-05-131-1/+5
* refactored some legacy code from n64 (nw) Miodrag Milanovic2014-03-161-4/+4
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1
* first round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+2
* specify licenses, by request Jonathan Gevaryahu2013-10-221-0/+2
* Went through Nintendo drivers and like for the nes earlier, made using the de... Scott Stone2013-04-251-4/+4
* more cleanup (nw) Miodrag Milanovic2013-04-141-1/+1
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-4/+4
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-1/+2
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-2/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-35/+35
* srcclean (nw) Curt Coder2012-10-071-1/+1
* More cleanup on mess side (nw) Miodrag Milanovic2012-09-191-15/+26
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* (MESS) fixed n64 regression. (nw) Sandro Ronco2012-09-131-9/+10
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+2
* AM_BASE_LEGACY breathes its last. Aaron Giles2012-09-121-6/+6
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+352