mupen64plus-oldsvn/r4300
Jesse Dean 45947c152e Fixed issue with not being able to close game while running netplay,
timing accuracy improved with late stamps in transmited packets
2008-10-20 01:06:37 +00:00
..
x86 new feature: hit F9 for soft reset. According to N64 manuals, this is a 2-step operation: first an external HW2 interrupt fires, and 0.5 seconds later an NMI fires. Im not sure if the HW2 interrupt is proceeding properly; it will require some work with the debugger to walk through this. But the NMI correctly resets the CPU system and the game 2008-07-21 00:09:05 +00:00
x86_64 new feature: hit F9 for soft reset. According to N64 manuals, this is a 2-step operation: first an external HW2 interrupt fires, and 0.5 seconds later an NMI fires. Im not sure if the HW2 interrupt is proceeding properly; it will require some work with the debugger to walk through this. But the NMI correctly resets the CPU system and the game 2008-07-21 00:09:05 +00:00
bc.c Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
compare_core.c Reverted all changes on trunk from rev 189. The reason why I made a branch was so that you would not commit these things on the trunk. 2008-04-14 11:29:15 +00:00
cop0.c Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
cop1.c Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
cop1_d.c Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
cop1_l.c Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
cop1_s.c Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
cop1_w.c Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
empty_dynarec.c Added NO_ASM makefile parameter to compile mupen64plus with no dynarec or mmx/sse code. This is useful for building on non-intel architectures like PPC or Sparc. glide64 and rice video will probably not work 2008-04-07 03:14:17 +00:00
exception.c Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
exception.h Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
interupt.c Added gzipped csv logging for netplay stats, and initial rewrite of 2008-09-08 03:56:38 +00:00
interupt.h First commit of netplay refactoring to current trunk, netplay core compiles, netplay gui does not 2008-07-25 21:00:12 +00:00
macros.h Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
ops.h Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
profile.c Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
pure_interp.c Merged r0286-debugger branch into trunk 2008-06-06 18:25:59 +00:00
r4300.c Fixed issue with not being able to close game while running netplay, 2008-10-20 01:06:37 +00:00
r4300.h Fixed issue with not being able to close game while running netplay, 2008-10-20 01:06:37 +00:00
recomp.c Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
recomp.h Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
recomph.h Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
regimm.c Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
special.c Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
tlb.c new feature: hit F9 for soft reset. According to N64 manuals, this is a 2-step operation: first an external HW2 interrupt fires, and 0.5 seconds later an NMI fires. Im not sure if the HW2 interrupt is proceeding properly; it will require some work with the debugger to walk through this. But the NMI correctly resets the CPU system and the game 2008-07-21 00:09:05 +00:00