MrCheeze
|
b90f72c34d
|
Implemented the remaining N64 R4300 trap instructions besides TEQ
|
2019-12-16 21:22:34 -05:00 |
MrCheeze
|
3f26d14eaa
|
added SRAM and FlashRAM memory domain support for N64
|
2019-09-08 23:20:35 -04:00 |
zeromus
|
2eade372fd
|
try a new technique to just unstick the frontend when the n64 emulation thread dies
|
2018-11-07 15:37:37 -05:00 |
zeromus
|
482a3ab8f6
|
trap more cases where n64 emulation can halt when running buggy code and shunt through my don't-halt-after-all logic. these are now all associated with error messages; it would be nice if someone knew a way to get those error messages out to c#. then again, that might make buggy code become hopelessly slow due to error spew
re #1214
|
2018-11-03 14:04:34 -04:00 |
zeromus
|
d4aceb2aa1
|
handle `DebugMessage(M64MSG_ERROR` uniformly by using my new approach of kicking it to a vsync so the frontend can recover. In one particular case (trying to read from an unmapped memory range) this can result in emulation proceeding instead of just hanging the frontend, although the results from that point may be questionable.
|
2018-11-02 16:28:20 -04:00 |
zeromus
|
4bb5ce8941
|
dont read roms out of range
|
2018-11-02 16:26:50 -04:00 |
zeromus
|
dac6c0a062
|
does the n64 jit have a concept of crashing, or does it just go in an infinite and possibly infinitely recursing loop? I dunno, but I changed at least one infinite loop to a kind of administrative 'end frame' so at least it doesn't hang the emulator. If it has a way of crashing or halting, we should use that instead, but I couldn't figure it out.txt
fixes #1362
|
2018-11-01 23:03:09 -04:00 |
pjgat09
|
1ff0cc1e0c
|
N64: Tracelog now includes delay slot execution. Fixes #789
|
2017-09-14 16:04:53 -04:00 |
zeromus
|
3449a5c5cf
|
build mupen64plus as 64bit
|
2017-06-11 17:24:32 -05:00 |
Wyst3r
|
4c0bfd4764
|
m64p: Use built-in debugger to avoid major slowdowns when breakpoints are set.
Conflicts:
BizHawk.Emulation.Cores/Consoles/Nintendo/N64/N64.IDebuggable.cs
|
2017-02-24 10:41:22 +03:00 |
feos
|
39c5aae61b
|
Revert "Merge pull request #731 from Wyst3r/master"
This reverts commit 318abf691a , reversing
changes made to 5d4c8020c2 .
|
2017-02-23 16:56:38 +03:00 |
Wyst3r
|
86b16a80d6
|
m64p: Use built-in debugger to avoid major slowdowns when breakpoints are set.
|
2016-11-19 12:02:39 +01:00 |
feos
|
4da414aced
|
m64p: include Goldeneye007 hack into dbg_memory.c's read_memory_32() and update the dll
fix #717
|
2016-11-04 20:29:11 +03:00 |
Isotarge
|
315e5d64b1
|
DK64: Fix bone displacement issues
A temporary solution until N64 emulation accuracy improves, based on my
research at
https://docs.google.com/document/d/15XNghhrc-thXJpbKzWWuHXl-NXdzcaDLEf7poFVruh8
|
2016-09-23 15:02:29 +09:30 |
feos
|
83c0cd5778
|
n64: perfect dark fixed!
https://github.com/mupen64plus/mupen64plus-user-issues/issues/552#issuecomment-130981664
|
2016-09-05 19:27:20 +03:00 |
feos
|
ba895e3bad
|
tastudio:
- fix recursion in cell updates caused by clicking cursor column (fixes scrolling)
- display invalidated color consistently
n64: fix trace callback prototype
|
2016-09-04 12:03:12 +03:00 |
feos
|
2d8a247bec
|
m64p: fix spacing, add fgrs to tracer
|
2016-08-21 12:46:29 +03:00 |
feos
|
799afc6b0a
|
n64: switch to regular tracer method
todo: same for gpgx
|
2016-08-14 20:35:05 +03:00 |
feos
|
473b9e5f33
|
m64p tracer:
- shrink core's disasm string a bit
- nicely print registers (r0 and co-processors regs are dropped though)
- rebuild dll
|
2016-08-14 17:49:56 +03:00 |
feos
|
80c90e7acc
|
m64p: attempt to add execute callback
no memory callback seems to be working yet though
|
2016-08-11 21:58:09 +03:00 |
pjgat09
|
0bb994bf1c
|
N64: Add a patch for the pause bug in Legend of Zelda - Master Quest USA and Japan. Added both to the gamedb.
|
2015-07-14 19:12:35 -04:00 |
adelikat
|
96e91e7093
|
n64 - fix crash when attempting to read the PC register on frame 0, solved on the c++ side with a null pointer check and a default value returned.
|
2015-01-25 03:54:07 +00:00 |
zeromus
|
f7280b4ca9
|
fix disassembly on c++ side a little better, and actually checkin the dll this time
|
2015-01-23 22:22:31 +00:00 |
zeromus
|
8d340a7c19
|
fix n64 disasm pinvoke
|
2015-01-23 20:28:47 +00:00 |
adelikat
|
29b056b972
|
N64 - wire of a disassembler, doesn't look like it works correctly, but at least the plumbing is done
|
2015-01-23 19:52:26 +00:00 |
zeromus
|
ed4c715a9f
|
add ROM memorydomain to n64
|
2014-09-14 18:39:26 +00:00 |
adelikat
|
8a36049b81
|
N64 - start a system bus memory domain, doesn't yet work
|
2014-09-08 22:19:44 +00:00 |
pjgat09
|
239df5d5f9
|
N64: Savestates now only save and load half the RDRAM if the expansion pack is not installed.
|
2014-09-07 00:43:19 +00:00 |
null_ptr
|
ba91d38222
|
Fixed creation of mupen64plus.cfg in root folder of hard drive.
|
2014-07-20 23:10:52 +00:00 |
null_ptr
|
5b5ed57c1d
|
Removed parsing of SDL_KeyUp and SDL_KeyDown events from mupen core
|
2014-07-01 00:18:37 +00:00 |
null_ptr
|
46ccebaf2b
|
Fixed freezing when soft reseting Legend of Zelda: Majora's Mask (and possibly others)
|
2014-06-30 18:25:42 +00:00 |
null_ptr
|
710e461165
|
Fixed flickering on games that do not render during every vi frame
|
2014-06-10 22:21:40 +00:00 |
pjgat09
|
3c56223d7b
|
N64: Implement GetCpuFlagsAndRegisters()
|
2013-11-18 03:29:47 +00:00 |
pjgat09
|
3e8596f81c
|
N64: Mostly implemented the onmemorywrite and onmemoryread hooks, but some reads/writes still make it through
|
2013-11-17 03:42:06 +00:00 |
pjgat09
|
7e7cb8e05b
|
N64: sram is now saved into Bizhawk's saveram file instead of m64p's own .sra file
|
2013-11-16 21:08:23 +00:00 |
pjgat09
|
acdf9ca7a3
|
N64: Flashram is now saved into Bizhawk's saveram file instead of m64p's own .fla file
|
2013-11-16 20:53:51 +00:00 |
pjgat09
|
dc0ba1bc69
|
m64p: Upgraded to v2.0
|
2013-07-31 01:06:58 +00:00 |
pjgat09
|
6ab3f6a463
|
N64: Added SaveType to the gamedb, but only for 16K EEPROM since all the other options are ignored. This fixes a "no controller" issue with Banjo Tooie
|
2013-06-08 03:36:57 +00:00 |
pjgat09
|
82a5989f28
|
N64: Refactored the memory domains
|
2013-05-19 20:14:34 +00:00 |
goyuken
|
d3f7647d54
|
n64: rice: disable all buffer swaps.
note to maintainer: no binaries included in this commit
|
2013-05-13 03:31:43 +00:00 |
pjgat09
|
fffc9d676e
|
N64: Setup saveram, but it doesn't always work right yet. Sometimes switching games loses the save ram. Sometimes bizhawk crashes when saving saveram.
|
2013-05-07 22:37:26 +00:00 |
pjgat09
|
80a622b5d1
|
m64p: Why did I comment this out? Just, why? Audio works now after loading a state.
|
2013-05-06 22:13:20 +00:00 |
pjgat09
|
27c21db9b6
|
m64p: Change the savestate code to store the default PC address if not already setup (ie before the first VI)
|
2013-05-04 04:25:06 +00:00 |
pjgat09
|
55c7fc55ab
|
m64p: Made two new functions for saving and loading states, directly based on the m64p methods but without files
N64: Copied savestating code from other cores. States take a while to save, and the audio is weird when loading.
|
2013-05-04 04:07:04 +00:00 |
goyuken
|
54ff07fbfc
|
n64: fix race bug introduced in previous revision. also turn display upside down
|
2013-05-04 01:16:27 +00:00 |
goyuken
|
1abb7cf91a
|
n64: resolve the "first frame" issue
|
2013-05-04 00:47:36 +00:00 |
goyuken
|
147c77c124
|
n64: screw things up some more. use a semaphore to handle stoppage in r4300 interrupt. blah. it's faster
|
2013-05-04 00:23:52 +00:00 |
pjgat09
|
d7e3e4042b
|
m64p: Hide the SDL window
|
2013-04-30 20:46:25 +00:00 |
pjgat09
|
7af28f1106
|
m64p: Disabled mupen's throttle
|
2013-04-30 03:34:06 +00:00 |
pjgat09
|
3bc682a411
|
m64p: Added VI callback functionality
N64: Made a VI callback function which declares the frame complete every VI, instead of per frame.
|
2013-04-30 01:50:27 +00:00 |