index
:
blastem.git
gdb
libretro
vdp-hacking
Oxore's fork of "blastem" emulator for ROM hacking (C)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
blastem.c
Age
Commit message (
Expand
)
Author
2013-05-03
Fix native address lookup in bannked memory area
Mike Pavone
2013-05-03
Fix crash bug in Z80 interrupt support
Mike Pavone
2013-05-02
Protect debug prints for busreq/reset regs with appropriate macros
Mike Pavone
2013-05-02
Sync Z80 on writes to busreq/reset ports. NULL out extra_pc on z80 reset
Mike Pavone
2013-05-01
Fix some more retranslation bugs in the Z80 core
Mike Pavone
2013-05-01
Add -n flag for disabling the Z80 core
Mike Pavone
2013-05-01
Fix a crash bug in instruction retranslation
Mike Pavone
2013-04-30
Add a second context pointer to m68k_context so that try_fifo_write can still...
Mike Pavone
2013-04-30
Initial stab at integartiong Z80 core
Mike Pavone
2013-04-19
Added headless flag to avoid initializing SDL and opening a window when runni...
Mike Pavone
2013-04-16
Small bit of cleanup
Mike Pavone
2013-01-20
Add support for breaking into the debugger while game is running
Mike Pavone
2013-01-17
Add instruction address logging to translator and support for reading an addr...
Mike Pavone
2013-01-16
Fix 6-button controller emulation
Mike Pavone
2013-01-13
Cleanup VINT code and fix bug in which VINT cycle would be set incorrectly af...
Mike Pavone
2013-01-13
Add ability to print out current 68K cycle in debugger
Mike Pavone
2013-01-13
Fix a bunch of bugs in the CPU core, add a 68K debugger
Mike Pavone
2013-01-06
Added SMD ROM support
Mike Pavone
2013-01-05
Fix predec address mode when used as source
Mike Pavone
2013-01-04
Implement access to Z80 RAM
Mike Pavone
2013-01-01
Make writes to control and data port block when DMA is in progress
Mike Pavone
2012-12-31
Comment out some debug printfs
Mike Pavone
2012-12-30
Implemented HV counter
Mike Pavone
2012-12-30
Make version register return correct value for USA
Mike Pavone
2012-12-28
Fix Z80 busreq logic
Mike Pavone
2012-12-27
Don't pre-emptively translate code at interrupt vectors as some PD ROMs have ...
Mike Pavone
2012-12-27
Initial work on allowing dynamic branches and code in RAM plus a small fix to...
Mike Pavone
2012-12-26
Minor joypad fix and commeount out some debug printfs
Mike Pavone
2012-12-26
Forgot to add blastem main file earlier
Mike Pavone