openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
J
JPC
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 6 hours
ago. based on code collected
1 day
ago.
Jun 29, 2025 — Jun 29, 2026
Showing page 1 of 12
Search / Filter on:
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
Dr Ian Preston
More...
over 6 years ago
Fix debugger image link
Dr Ian Preston
More...
over 6 years ago
fix readme headings
Ian Preston
More...
about 9 years ago
fixed default args operation
Ian Preston
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!
Ian Preston
More...
over 11 years ago
Add image to readme
kev
More...
over 11 years ago
moved to conventional directory hierarchy
Ian Preston
More...
over 11 years ago
readme
Ian Preston
More...
over 11 years ago
a few more tests
Ian Preston
More...
over 11 years ago
Added readme
Ian Preston
More...
over 11 years ago
Merge branch 'master' into dev
Ian Preston
More...
over 11 years ago
reinstated ethernet card
Ian Preston
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.
Ian Preston
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
Ian Preston
More...
over 11 years ago
made fpu-stack overflowing pushes push a default NAN, fixed disam for multiple instructions in fuzzer
Ian Preston
More...
over 11 years ago
aligned fpu state from bochs correctly for comparison
Ian Preston
More...
over 11 years ago
insd bug fix, fuzzer fixes, fpu dumps state correctly interprets doubles, stack compare correct.
Ian Preston
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.
Ian Preston
More...
over 11 years ago
fixed TLB regression, now new fast TLB is fully functional
Ian Preston
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...
Ian Preston
More...
about 12 years ago
factored out TLB from LinearAddressSpace in preparation for fast TLB implementation
Ian Preston
More...
about 12 years ago
fixed bug in fuzzer where push before popfd would overwrite a later instruction for unlucky values of sp
Ian Preston
More...
over 12 years ago
fixed undefined af in sar
Ian Preston
More...
over 12 years ago
fixed undefined af in shl
Ian Preston
More...
over 12 years ago
fixed undefined imul flags, and the last mul flag
Ian Preston
More...
over 12 years ago
fixed undefined flags in mul to the same as logic ops
Ian Preston
More...
over 12 years ago
fixed some string ops to ensure only 16bits are used, even after over/under flow
Ian Preston
More...
over 12 years ago
added stack compare to fuzzer, committed missing opcodes (Sorry)
Ian Preston
More...
over 12 years ago
allow multiple watchpoints on the same address (now they can be watching for different values)
Ian Preston
More...
over 12 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree