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
Age
Commit message (
Expand
)
Author
2014-12-26
Fix mask for bank area in Z80 memory map
Michael Pavone
2014-12-26
Fix a bug in ori to SR that was swapping USP and SSP inappropriately
Michael Pavone
2014-12-26
Get Z80 banked access sort of working again
Michael Pavone
2014-12-26
Fix reg-indirect mode for RBP/R13
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-26
Fix a few bugs introduced in the Z80 core from the adjustments to fit with th...
Michael Pavone
2014-12-26
Add Z80 test runner Python script I wrote a while back and forgot to commit
Michael Pavone
2014-12-26
Update .hgignore
Michael Pavone
2014-12-26
Fix an off-by-one error in a branch destination in the generation of handle_c...
Michael Pavone
2014-12-26
Update code->cur before calling z80_get_address_trans in z80_retranslate_inst...
Michael Pavone
2014-12-26
Set the byte_swap flag in the M68K core so gen_mem_fun correctly inserts xor ...
Michael Pavone
2014-12-26
Add a couple of missing checks for the byte_swap and address_size parameters ...
Michael Pavone
2014-12-26
Add in missing generated Z80 helper functions. Fix a small bug in Z80_HALT. F...
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-17
Get Z80 core back into compileable state
Michael Pavone
2014-12-16
Fix flags for rra, rrca, rla and rlca. Fix timing for rr, rrc, rl and rlc whe...
Michael Pavone
2014-12-16
Set the busy flag after a YM-2612 address write
Michael Pavone
2014-12-14
Added HV counter test ROM source
Michael Pavone
2014-12-14
Remove object file that was accidentally added
Michael Pavone
2014-12-14
Fix the HV counter and adjust the slots of certain VDP events
Michael Pavone
2014-12-14
Produce a listing file when assembling 68K test ROMs
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-12-03
Temporarily comment out code to translate Z80 instructions in place as in rar...
Michael Pavone
2014-12-03
Unbreak PC indexed addressing modes in decoder
Michael Pavone
2014-10-15
Fix interpretation of moves direction field
Michael Pavone
2014-10-15
Fix decoding of movec
Michael Pavone
2014-10-14
Add equates for address references below address_off
Michael Pavone
2014-10-14
Ignore odd addresses in calls to defer in disassembler
Michael Pavone
2014-10-14
Add support for 68020 addressing modes in decoder and disassembler
Michael Pavone
2014-10-12
Tiny bit of work towards supporting 68020 addressing modes in decoder/disasse...
Michael Pavone
2014-10-12
Add support for 68020 bitfield instructions
Michael Pavone
2014-10-12
Fix logic for automatic label generation.
Michael Pavone
2014-10-11
Better support for labels sourced from VOS program module header
Michael Pavone
2014-10-11
Fix translation of 68K address to buffer location when address_off != 0
Michael Pavone
2014-10-11
Add -r option to indicate VOS program module contains a 68K reset vector
Michael Pavone
2014-10-11
Add support for disassembling VOS program modules
Michael Pavone
2014-10-08
Improve support for disassembling 68010+ binaries
Michael Pavone
2014-08-14
Small fix to display of DMA source address in vr debug command
Michael Pavone
2014-06-23
Ensure proper stack alignment when the Z80 calls into C code. This fixes a cr...
Mike Pavone
2014-06-23
Save and restore guest address in the write function for a code memory chunk ...
Mike Pavone
2014-06-23
Fix x86_rrindex_sizedir. Pass the correct scale to mov_rindexr in gen_mem_fun...
Mike Pavone
2014-06-21
Fix Z80 interrupts
Michael Pavone
2014-06-20
Added some preliminary support for interpreting Z80 code from non-RAM addresses
Michael Pavone
2014-06-19
Properly handle Z80 breakpoints on self-modifying code and setting Z80 breakp...
Michael Pavone
2014-06-19
Slight cleanup of vint handling on the Z80
Michael Pavone
2014-06-18
Remove debug printf that escaped into my previous commit
Michael Pavone
2014-06-18
Fix most of the breakage caused by the vcounter/hcounter changes
Michael Pavone
2014-06-17
Partially working switch to having a vcounter and hslot counter in the contex...
Michael Pavone
[prev]
[next]