0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Jun 29, 2025 — Jun 29, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update makefile to use java 8 source level
ian
More... about 2 years ago
Update README.md More... over 6 years ago
Fix debugger image link More... over 6 years ago
fix readme headings More... about 9 years ago
fixed default args operation More... over 11 years ago
reimplemented ability for IPS to vary, tracking the actual speed of the emulation. This means the emulated clock can track the real clock, which means you no longer have to guess the right IPS for a particular game, and also makes the sound much smoother. Booyah! More... over 11 years ago
Add image to readme
kev
More... over 11 years ago
moved to conventional directory hierarchy More... over 11 years ago
readme More... over 11 years ago
a few more tests More... over 11 years ago
Added readme More... over 11 years ago
Merge branch 'master' into dev More... over 11 years ago
reinstated ethernet card More... over 11 years ago
Massively sped up memory access, the JVM JIT was failing to inline a bunch of memory access methods on address space due to multiple targets, so I manualy inlined them in the only 2 relevant subclasses - physical and linear address space. Also made TLB fixed type to avoid interface calls. BOOYAAH. More... over 11 years ago
updated TODO, fixed HUGE bug with PM retf's, nulling segments when it shouldn't be (win98 gets further in non safe mode). made memory diffs > log in oracle fuzz More... over 11 years ago
made fpu-stack overflowing pushes push a default NAN, fixed disam for multiple instructions in fuzzer More... over 11 years ago
aligned fpu state from bochs correctly for comparison More... over 11 years ago
insd bug fix, fuzzer fixes, fpu dumps state correctly interprets doubles, stack compare correct. More... over 11 years ago
fixed bug in daa, fixes 2^2=5 error in basic in xformer atari emulator in dos, fixed a time overflow bug too. More... over 11 years ago
fixed TLB regression, now new fast TLB is fully functional More... about 12 years ago
implemented fast TLB and it works for windows 95, 3.11 and sf2, and is much faster. Discovered that TLB refactor introduced a regression stopping linux booting though... More... about 12 years ago
factored out TLB from LinearAddressSpace in preparation for fast TLB implementation More... about 12 years ago
fixed bug in fuzzer where push before popfd would overwrite a later instruction for unlucky values of sp More... over 12 years ago
fixed undefined af in sar More... over 12 years ago
fixed undefined af in shl More... over 12 years ago
fixed undefined imul flags, and the last mul flag More... over 12 years ago
fixed undefined flags in mul to the same as logic ops More... over 12 years ago
fixed some string ops to ensure only 16bits are used, even after over/under flow More... over 12 years ago
added stack compare to fuzzer, committed missing opcodes (Sorry) More... over 12 years ago
allow multiple watchpoints on the same address (now they can be watching for different values) More... over 12 years ago