summaryrefslogtreecommitdiff
path: root/blastem.c
AgeCommit message (Collapse)Author
2012-12-30Implemented HV counterMike Pavone
2012-12-30Make version register return correct value for USAMike Pavone
2012-12-28Fix Z80 busreq logicMike Pavone
2012-12-27Don't pre-emptively translate code at interrupt vectors as some PD ROMs have ↵Mike Pavone
these pointing at junk. Need some kind of heuristic for detecting garbage if I'm going to translate them ahead of time by default.
2012-12-27Initial work on allowing dynamic branches and code in RAM plus a small fix ↵Mike Pavone
to effective address decoding
2012-12-26Minor joypad fix and commeount out some debug printfsMike Pavone
2012-12-26Forgot to add blastem main file earlierMike Pavone