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
2015-05-25
Implement cycles being stolen from 68K when the Z80 accesses the bank area or...
Michael Pavone
2015-05-20
Better handling of savestate and debug break events with "uncooperative" game...
Michael Pavone
2015-05-20
Upgrade to SDL 2.0 and drop support for the non-OpenGL render path
Michael Pavone
2015-05-20
Update vscroll latch implementation to be more in line with what Eke-Eke has ...
Michael Pavone
2015-05-19
Small correction to VBLANK flag timing. Fixed some inconsistencies in interru...
Michael Pavone
2015-05-11
Tiny cleanup
Michael Pavone
2015-05-11
Sync fixes and logging to fix more sync issues
Michael Pavone
2015-05-05
Added config option to allow specifying a max sync cycle smaller than the end...
Michael Pavone
2015-05-04
Indentation fixup
Michael Pavone
2015-04-30
Fix missing call to setup_io_devices
Michael Pavone
2015-01-14
Removed hardcoded assumptions in M68K core about which parts of the memory ma...
Michael Pavone
2015-01-06
Move detect_region down so that it once again occurs after load_rom since it ...
Michael Pavone
2015-01-04
Merge
Michael Pavone
2015-01-04
Some small synchronization improvements that do not seem to fix anything
Michael Pavone
2015-01-04
Removed some code that tried to deal with the 68K not using master clocks tha...
Michael Pavone
2015-01-03
Fake busack when Z80 is disabled
Michael Pavone
2015-01-03
Restore emulation of Z80 being locked out of the 68K bus during DMA and the like
Michael Pavone
2015-01-03
Fix bank area access delay for master clock change
Michael Pavone
2015-01-03
Restore Z80 interrupt pulse duration and make a small improvement to debug pr...
Michael Pavone
2015-01-03
Removed some obsolete defines
Michael Pavone
2015-01-03
Made the Z80 core more contained by refactoring some code in blastem.c into z...
Michael Pavone
2015-01-03
All cycle counters are now based off the master clock. This seems to have mes...
Michael Pavone
2015-01-01
Adjust 68K sync cycle when mclk_target gets adjusted
Michael Pavone
2015-01-01
Add the 3 cycle delay back in to Z80 bank area access
Michael Pavone
2015-01-01
Minor Z80 core cleanup
Michael Pavone
2014-12-30
Merge
Michael Pavone
2014-12-29
Add support for Z80 access to VDP via bank area
Michael Pavone
2014-12-26
Fix mask for bank area in Z80 memory map
Michael Pavone
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
[next]