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
2014-12-26
Get Z80 banked access sort of working again
Michael Pavone
2014-12-26
Set int_cycle to CYCLE_NEVER in sync_z80 so that the interrupt routine isn't ...
Michael Pavone
2014-12-22
Z80 core is sort of working again
Michael Pavone
2014-12-17
Get rest of emulator compiling again with Z80 core enabled
Michael Pavone
2014-12-14
WIP effort to update z80 core for code gen changes
Michael Pavone
2014-12-03
Initial support for configurable IO, custom IO and sega transfer board emulation
Michael Pavone
2014-06-21
Fix Z80 interrupts
Michael Pavone
2014-06-19
Slight cleanup of vint handling on the Z80
Michael Pavone
2014-06-18
Fix most of the breakage caused by the vcounter/hcounter changes
Michael Pavone
2014-06-17
blastem builds and almost works on OS X now
Mike Pavone
2014-03-02
Initial stab at separating the generic parts of the 68K core from the host-cp...
Michael Pavone
2014-03-02
Rename x86_68k_options and m68k_to_x86.h to m68k_options and m68k_core.h resp...
Michael Pavone
2014-03-01
Add a separate flag/define for disabling the Z80 at compile time to ease refa...
Michael Pavone
2014-02-24
Use a typedef code_ptr in place of uint8_t * in 68K core to better support ho...
Mike Pavone
2014-02-18
Initial work on the x86-32 target
Michael Pavone
2014-02-13
Properly sync hardware when frame end is reached during DMA
Mike Pavone
2014-02-12
Update version number
Mike Pavone
2014-02-12
Remove defines from blastem.c that had been moved to blastem.h
Mike Pavone
2014-02-11
Move debugging code outside of main source file
Mike Pavone
2014-02-09
Added step and step-over debugger commands. step-over is like next except it ...
Mike Pavone
2014-02-09
Refactor debugger next command
Mike Pavone
2014-02-09
Properly handle dbcc, rtr and rte in the debugger next command
Mike Pavone
2014-02-09
Properly handle jmp instructions in the debugger next command
Mike Pavone
2014-02-08
Initial GDB remote debugging support. Lacks some features, but breakpoints an...
Mike Pavone
2014-02-06
Add a zp command to the 68K debugger to allow printing Z80 registers while in...
Michael Pavone
2014-02-03
Initial attempt at emulating extended bank area access delays when 68K bus is...
Michael Pavone
2014-01-06
The local clone on my laptop got messed up and some changes had not been push...
Michael Pavone
2013-10-29
Use OpenGL by default. Add OpenGL switch to help text
Mike Pavone
2013-10-28
Extract function to determine executable directory from load_config so it can...
Mike Pavone
2013-10-27
Basic OpenGL rendering is working
Mike Pavone
2013-10-26
Update opengl branch from default. Fix build breakage unrelated to merge
Mike Pavone
2013-10-01
Implement turbo/slow motion feature that overclocks or underclocks the entire...
Mike Pavone
2013-09-18
Theoretically more correct timing of Z80 bus request
Mike Pavone
2013-09-15
Implement FIFO as a ring buffer so the behavior of reads from invalid CRAM an...
Mike Pavone
2013-09-13
Properly delay 68K on VDP reads. Dummy VDP test port implementation. Initial ...
Mike Pavone
2013-09-11
Fix argument handling so that the rom filename does not need to be specified ...
Mike Pavone
2013-09-10
Added copyright notice to source files and added GPL license text in COPYING
Mike Pavone
2013-09-10
Added version flag
Mike Pavone
2013-09-10
Added -h help text option
Mike Pavone
2013-09-08
Remove extra 68K/VDP cycle sync
Mike Pavone
2013-09-02
Adjust VBLANK flag and refresh timing to be in line with logic analyzer and v...
Mike Pavone
2013-09-01
Merge
Mike Pavone
2013-09-01
Fix bug that caused a DMA fill to start after another DMA operation completed...
Mike Pavone
2013-07-26
Added support for saving savestates. Added gst savestate format test harness
Mike Pavone
2013-07-23
Started work on OpenGL support in new branch
Mike Pavone
2013-07-20
Fix performance regression from stop instruction work
Mike Pavone
2013-07-19
Implement 68K stop instruction
Mike Pavone
2013-07-17
Add fullscreen support and add a keybinding for exiting the emulator
Mike Pavone
2013-07-10
Read default region from config file
Mike Pavone
2013-07-10
Read default render width from config file
Mike Pavone
[prev]
[next]