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-06-03
Make the PSG and YM2612 use the master clock internal with an increment based...
Mike Pavone
2013-06-02
Fix YM2612 busy flag
Mike Pavone
2013-06-02
Bunch of Z80 debugger improvements
Mike Pavone
2013-05-31
Make the n command in the Z80 debugger actually run the next instruction with...
Mike Pavone
2013-05-31
Partial implementation of Z80 debugger
Mike Pavone
2013-05-29
Incredibly broken YM2612 support plus a fix to Z80 bus request
Mike Pavone
2013-05-27
YM2612 WIP update
Mike Pavone
2013-05-24
Make Z80 writes to VDP/PSG not potentially crash the emulator
Mike Pavone
2013-05-24
Allow VDP/PSG writes from Z80
Mike Pavone
2013-05-23
Get rid of debug puts and limit based on audio rather than frame rate by defa...
Mike Pavone
2013-05-23
Initial PSG support. Mostly works, noise channel is borked though.
Mike Pavone
2013-05-21
Support for SRAM with SEGA mapper. Half-finished support for SRAM without SEG...
Mike Pavone
2013-05-19
Fix a region detection bug
Mike Pavone
2013-05-19
Don't sync the 68K clock to the VDP clock unless the 68K had to wait for the ...
Mike Pavone
2013-05-19
Handle busack across frame boundary
Mike Pavone
2013-05-18
Mostly working runtime generation of memory map read/write functions
Mike Pavone
2013-05-16
Get frame time correct and frame rate sort of correct for EUR region
Mike Pavone
2013-05-15
Support regions other than USA
Mike Pavone
2013-05-15
Set window title based on ROM header name
Mike Pavone
2013-05-15
Re-enable frame limit, but add a command line flag to disable it
Mike Pavone
2013-05-14
Fix a stupid bug in z80 busreq acknowledge delay code and make some small imp...
Mike Pavone
2013-05-14
Some Z80 interrupt fixes
Mike Pavone
2013-05-14
Update Z80 vint timing
Mike Pavone
2013-05-13
Added some basic VDP debugging features to debugger. Fixed DMA enable bug
Mike Pavone
2013-05-11
Don't update interrupt mask on non-interrupt exceptions
Mike Pavone
2013-05-10
Initial stab at horizontal interrupts and improving accuracy of vertical inte...
Mike Pavone
2013-05-06
Implement writes from Z80 to YM-2612
Mike Pavone
2013-05-06
Hopefully more correct implementation of the Z80 busack status
Mike Pavone
2013-05-05
Add a YM2612 stub implementation with just timers and status registers so tha...
Mike Pavone
2013-05-03
Fix bank register update
Mike Pavone
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
[next]